Skip to content

Commit

Permalink
Add pull to ground trouble shooting steps
Browse files Browse the repository at this point in the history
  • Loading branch information
LucHeart committed Sep 23, 2024
1 parent f15bb78 commit 3f26cc1
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions docs/guides/openshock-how-to-flash-your-board.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,31 @@ If your hub is not showing up click on "Install Drivers", after that repeat this
7. When everything went well you board will restart and you should be able to run through the [First Setup](../guides/openshock-first-setup.md) steps to configure your hub and link it to your shocker etc.
8. (Optional) If you have issues after flashing it try again with "Erase everything before flashing" enabled.

### Troubleshooting

#### Connection issues

If you experience issues with connecting the flash tool to your esp, there is a couple of steps you can try.

##### (Re-)Install Driver

1. Download drivers from here [CP210x Universal Windows Driver](https://download.openshock.org/drivers/CP210x_Universal_Windows_Driver.zip)
2. Extract the zip file
3. Run the `CP210xVCPInstaller_x64.exe` installer file

##### Different Cable

Try a couple of different USB cables, usb ports on your computer and if available on a different machine entirely.

##### Pull IO0 to GND

You can put most esp32's into download mode by temporarily connecting GPIO 0 to a Ground Pin when the esp is booting.

Example PIN's for the Wemos D1 Mini

[Wemos D1 Mini GND Figure](../static/boards/wemos-d1-mini-esp32/gnd-figure.webp)
[Wemos D1 Mini GND Figure 2](../static/boards/wemos-d1-mini-esp32/gnd-figure2.webp)


!!! failure "Still not working?"
Try again, if you still got problems after following this guide join our [discord](https://discord.gg/OpenShock) and we will see how we can help you!
Binary file not shown.
Binary file not shown.

0 comments on commit 3f26cc1

Please sign in to comment.