Skip to content

Latest commit

 

History

History
110 lines (82 loc) · 7.03 KB

File metadata and controls

110 lines (82 loc) · 7.03 KB

Index

Note

Reading this documentation carefully from start to finish will save you a lot of time and effort.

Build manual and electronics

Known issues

  • ESP32C3 boards exposes a slightly different power management API than other ESP32 boards. The firmware has been updated, but not tested. Deep sleep mode may not work properly in battery-operated setups on these boards.

  • Device not working after a firmware upgrade. This issue is caused by an operating system cache. Fix:

    • BLE devices: remove from the Bluetooth control panel then pair again.
    • USB devices: remove from the device manager then reboot your computer. Ensure the operating system is detecting your device as new hardware.
  • Device not discoverable in Windows 11 version 25H2 (BLE only). It seems this issue is caused by a bug in this version. There are two viable workarounds:

    • Go to Settings > System > Recovery > Fix problems using Windows Update > Reinstall now.
    • Uninstall the update. Unfortunately, Windows 11 will reinstall again the 25H2 version later. There are ways to pin Windows to an older version. Search online.

    Reset your device before pairing again.

Contributing

You may still contribute even if you don't have software development skills or in-depth knowledge of this project.

See how to contribute.

Firmware documentation

Other