-
Notifications
You must be signed in to change notification settings - Fork 284
Revise SystemCore introduction with updated specs #3127
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: 2027
Are you sure you want to change the base?
Conversation
Updated specifications for the Limelight SystemCore, including processor details, I/O capabilities, RAM, storage, and wireless features.
source/docs/software/systemcore-info/systemcore-introduction.rst
Outdated
Show resolved
Hide resolved
:width: 500 | ||
|
||
The Limelight Systemcore is designed specifically with FIRST in mind. The Systemcore is powered by a Raspberry Pi Compute Module 5 (CM5), and uses a Raspberry Pi RP2050 for reconfigurable I/O. | ||
The Limelight SystemCore is designed specifically with FIRST in mind. The Systemcore is powered by a Raspberry Pi Compute Module 5 (CM5) with a quad-core ARM real-time Cortex‑A76 processor, and uses a Raspberry Pi RP2350 for reconfigurable I/O. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's not clear to me whether FIRST prefers "SystemCore" or "Systemcore"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm going to assume "SystemCore" because it is consistent with "MotionCore" and that's what FIRST used the most.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Per Jason's comment below, it should be Systemcore. wpilibsuite/SystemcoreTesting#119 (comment)
We have heard officially from both FIRST and LL that it is Systemcore. There is lots of incorrect documentation everywhere and many things are currently wrong. |
changed I2C to I²C and added ports Co-authored-by: Dan Katzuv <[email protected]>
@@ -1,10 +1,13 @@ | |||
# Systemcore Introduction |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This shouldn't be deleted. That's why the build is failing
:width: 500 | ||
|
||
The Limelight Systemcore is designed specifically with FIRST in mind. The Systemcore is powered by a Raspberry Pi Compute Module 5 (CM5), and uses a Raspberry Pi RP2050 for reconfigurable I/O. | ||
The Limelight SystemCore is designed specifically with FIRST in mind. The Systemcore is powered by a Raspberry Pi Compute Module 5 (CM5) with a quad-core ARM real-time Cortex‑A76 processor, and uses a Raspberry Pi RP2350 for reconfigurable I/O. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Per Jason's comment below, it should be Systemcore. wpilibsuite/SystemcoreTesting#119 (comment)
The SystemCore comes shipped with 4 GB of RAM and 16 GB of EMMC storage, and also comes with a M.2 A+E key 2230 slot for connecting compatible peripherals over a PCIe 2.0 connection. | ||
|
||
The Systemcore is a reconfigurable robotics controller that includes built-in ports for Controller Area Network (CAN), Inter-Integrated Circuits (I2C), USB, Ethernet, and reconfigurable I/O for Pulse Width Modulation (PWM), Digital I/O, and Analog Input to quickly connect the common sensors and actuators used in robotics. The controller features LEDs, a display, and an onboard IMU. It has an onboard quad-core ARM real-time Cortex‑A76 processor. | ||
The SystemCore also comes with integrated 2.4 and 5 GHz WiFi and Bluetooth 5.0 with BLE, but that may or may not be used for FRC purposes. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't really like talking about something and then speculating about how it might be used. I'd tend to leave it out, and then document it once the caveats are known.
Updated specifications for the Limelight SystemCore, including processor details, I/O capabilities, RAM, storage, and wireless features.