Search found 2 matches

by vachhaninimit
Wed Sep 11, 2019 10:32 am
Forum: General Discussion
Topic: ESP32 Crash Problem
Replies: 0
Views: 1524

ESP32 Crash Problem

Greetings Everybody, I have seen that my ESP32 crashes with the following backtrace . 15:44:34.042 -> Backtrace: 0x400d8bc4:0x3ffcea80 0x400d8c95:0x3ffceaa0 0x401e8132:0x3ffceac0 0x400da2a1:0x3ffceaf0 0x400da2d5:0x3ffceb10 0x400d2a5a:0x3ffceb30 0x400db13d:0x3ffceb90 0x40094459:0x3ffcebb0 I have atta...
by vachhaninimit
Sat Jan 12, 2019 4:02 am
Forum: ESP32 Arduino
Topic: ESP32 and AT24C08 EEPROM
Replies: 1
Views: 3544

ESP32 and AT24C08 EEPROM

Greetings Everybody, I am in a situation where i am supposed to save some data in an external i2c eeprom AT24C08. I am using ESP32 Wroom and Arduino IDE to program my esp32. Is there any library or example code on interfacing AT24C08 with ESP32... Any guidance or sample code will be of great help......