openhaystack icon indicating copy to clipboard operation
openhaystack copied to clipboard

Esp32C3

Open thebigboss84 opened this issue 2 years ago • 5 comments

Has anybody was able to successfully build and flash the firmware to esp32C3 chips ? I'm getting error with esp_ble_gap_config_adv_data_raw

thebigboss84 avatar Jun 03 '22 19:06 thebigboss84

Fixed see this issue: https://github.com/seemoo-lab/openhaystack/issues/138

bruvv avatar Aug 13 '22 10:08 bruvv

Did you fix it by installing ESPHome or....?

olivluca avatar Aug 13 '22 11:08 olivluca

I was already running Esphome so yes :)

bruvv avatar Aug 13 '22 11:08 bruvv

But there is no straight forward fix for the time being

thebigboss84 avatar Aug 13 '22 16:08 thebigboss84

The sdkconfig needs to be changed and the bootloader offset in the flasher script is wrong for esp32c3.

see here for an example: https://github.com/DragonHunter274/HiP-Badge-openhaystack

Though something is still wrong as the chip gets very hot but it works

DragonHunter274 avatar Jan 03 '23 21:01 DragonHunter274