-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Labels
Description
The display can go blank when using a USB device like a CANivore. All status LEDs are solid on (specifically status, solid red), implying some hardware fault. The display will stay off and the status LED will show solid red after a power cycle.
Hardware configuration:
- SystemCore is powered the same way we would wire a roborio (follows R615.B)
- CANivore plugged into USB 0, no other USB devices
- CANivore wired for redundant power as described in the user guide
- "can_s0" effectively used as the "rio" bus which contains a mix of devices from various vendors
- Ethernet plugged directly into the "rio" port on the VH-109 (POE wires removed, follows R703.B)
System configuration:
- installed CANivore native packages declared in the CTR-Phoenix doc
- all CTRE devices on the available 2027 firmware
- all other devices on the system CAN bus are the latest 2025 versions
Software:
- project generated from 2027 WPILib VSCode and another 2025 ported project
- CTRE devices used on both the CANivore and s0 busses
- all non-CTRE devices are not referenced in code
We haven't been able to trace the issue yet (still fresh), but it does seem to be reproducible.
It's also worth noting that the robot did behave appropriately when enabled, so devices were still functional even though the display was not.
EthyMoney