Search found 3 matches
- Mon Aug 09, 2021 8:56 pm
- Forum: ESP32 Arduino
- Topic: My sensor send values 0 to my database in MySQL ESP32
- Replies: 1
- Views: 3107
My sensor send values 0 to my database in MySQL ESP32
Hello everyone I am a beginner with ESP32 and I am developing a example where I show simple data to a web page hosted in CPanel, within CPanel I made two .php pages, one where the POST method will be executed and another where the data will be displayed . Everything is OK, But the problem is when I ...
- Mon Aug 09, 2021 7:35 pm
- Forum: ESP32 Arduino
- Topic: ERROR: rst:0x1 (POWERON_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)
- Replies: 3
- Views: 18455
Re: ERROR: rst:0x1 (POWERON_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)
I'd suggest to first remove all connections and try to run. If this runs, check whether you were using the correct pins. Erasing the flash is best done with an ESP-IDF tool available in all ESP* frameworks: `esptool.py erase_flash`. (Sometimes helpful also `esptool.py flash_id`). Thanks for the sug...
- Sun Aug 08, 2021 8:22 pm
- Forum: ESP32 Arduino
- Topic: ERROR: rst:0x1 (POWERON_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)
- Replies: 3
- Views: 18455
ERROR: rst:0x1 (POWERON_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)
Hello everyone! I'm beginner with the ESP32, I'm trying show values of a 3 pin Photosensitive sensor with the ESP32 DevKitV1 in the monitor serie but in the moment of compile the program and see the monitor serie appear a next message: error.png My code is: int sensorValue; void setup() { Serial.beg...