Search found 3 matches

by richardhawthorn
Fri Apr 19, 2024 4:11 pm
Forum: ESP8266
Topic: Issues with OTA updating signed binaries
Replies: 0
Views: 93

Issues with OTA updating signed binaries

Hi everyone I've been running esp8266 devices in the field for the last 4 years, all of which have been signed with my public/private key. For the first 2 years this worked as expected, and signed updates would deploy ota and upgrade without issue. In the mean time I was updating the code, adding fe...
by richardhawthorn
Thu Jul 07, 2022 9:05 am
Forum: ESP32 Arduino
Topic: ESP32 freezes/reboots every few hours
Replies: 8
Views: 5701

Re: ESP32 freezes/reboots every few hours

Hi Craige Thanks for the tips. I've done a lot of work to investigate what is going on, looking at the integrity of the stack, looking at the stability of the power supply, and at my own code, to make sure I wasn't doing something wrong. I found the solution, but not one I can explain. If I add a 50...
by richardhawthorn
Thu Jun 30, 2022 7:26 am
Forum: ESP32 Arduino
Topic: ESP32 freezes/reboots every few hours
Replies: 8
Views: 5701

ESP32 freezes/reboots every few hours

Hi there everyone, I’m having a problem with my esp32 crashing randomly. I’m using the esp-wroom-32 module using the Arduino IDE and primarily driving a set of LEDs using this driver library https://github.com/mrfaptastic/ESP32-HUB75-MatrixPanel-I2S-DMA I’m also using the neopixelbus library to driv...