Skip to content

Commit 0aff1ae

Browse files
committed
Add trouble shooting section
1 parent 9c30522 commit 0aff1ae

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

docs/guides/esp32-color-kit-grande.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,14 @@ Alternatively you can also use the quick buttons from the footer:
149149
Should the upload fail, please ensure your system has the necessary drivers for the CH9102 USB to serial converter installed.
150150
The best place for details and instructions is over at [Adafruit](https://learn.adafruit.com/how-to-install-drivers-for-wch-usb-to-serial-chips-ch9102f-ch9102).
151151

152+
### Trouble Shooting
153+
154+
| Symptom | Suggested Solution |
155+
|-----------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------|
156+
| After uploading filesystem and firmware the display flickers but stays dark | This problem could often be resolved by redoing cold solder joints. If you own a multimeter you can check connections between the ePulse Feather board and the bigger connector board, pin by pin. The ground pin (GND) allows you to do an even better test: check if the metal housing of the USB-C plug is electrically connected to the GND pin on the big board. If there is no connection you should try to heat the solder joint again to properly connect the pin to the pad ![../img/guides/color-kit-grande/trouble1.jpg](../img/guides/color-kit-grande/trouble1.jpg) |
157+
| The display shows text but now icons  | This probably means that the filesystem upload was not succesful, as the icons are load from there. Make sure that you have followed [this step](/guides/esp32-color-kit-grande/#upload-the-file-system-to-device)  |
158+
159+
152160
## Writing your own application
153161

154162
Use the code in our sample project as a starting point or reference to build your own application.
227 KB
Loading

0 commit comments

Comments
 (0)