Skip to content

Commit 90cdf62

Browse files
authored
Merge pull request #218 from hendrik-is-here/main
Add more troubleshooting in case of flickering display
2 parents 22b41ff + 363616d commit 90cdf62

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -833,3 +833,11 @@ pluginManager.addPlugin(new MyPlugin());
833833
- Verify all soldering points, especially VCC
834834
- Ensure adequate power supply to the board
835835
- Check for loose connections
836+
- Try to connect the power supply directly to the microcontroller board
837+
838+
### Microcontroller is stuck in boot loop / flickering panel / black panel
839+
840+
- Break the 5V connection between the matrix display and the microcontroller board (cut cable between controller and VCC and insulate ends with tape)
841+
- Use separate USB power cables for the microcontroller and the matrix display (e.g. by using a power supply with 2x5V output of 10W each)
842+
- Reason: When voltage drops too low on the microcontroller board output pins might not reach 3.3V, since the matrix display is actually expecting a 0V-5V signal the resulting output voltage of the microcontroller might be lower than the threshold of the matrix display resulting in flickering / completely black matrix displays. Additionally must power supplies only deliver 10W per port which is not always sufficient to power microcontroller and matrix displays (especially at brightness 100% and more than half the pixels being lit)
843+
- Has the additional advantage that you can upload firmware without dissassembly of the backpanel if you cannot use OTA updates

0 commit comments

Comments
 (0)