Search found 5 matches

by MrGadget
Mon Aug 28, 2023 7:42 pm
Forum: ESP32 Arduino
Topic: ESP32 Stuck in Reset and Cannot Upload Code
Replies: 4
Views: 4232

Re: ESP32 Stuck in Reset and Cannot Upload Code

Thank you for your reply ESP_Sprite. I did find a solution that worked for one of the boards using esptool.py. This is a good tutorial that worked for me: https://randomnerdtutorials.com/esp32-erase-flash-memory/ Unfortunately, it did not work for the older board with a rechargeable battery. Maybe t...
by MrGadget
Sun Aug 27, 2023 2:55 pm
Forum: ESP32 Arduino
Topic: ESP32 Stuck in Reset and Cannot Upload Code
Replies: 4
Views: 4232

Re: ESP32 Stuck in Reset and Cannot Upload Code

Good question ESP_Sprite. For the first one I did disconnect the LCD so that nothing was connected and I still could not download any program. For this latest second board, I was programming test program that used the LCD and I did this many times with no issues. It wasn't until my first download of...
by MrGadget
Sun Aug 27, 2023 12:21 am
Forum: ESP32 Arduino
Topic: ESP32 Stuck in Reset and Cannot Upload Code
Replies: 4
Views: 4232

ESP32 Stuck in Reset and Cannot Upload Code

My ESP32 is constantly outputting the following out the serial port: rst:0x10 (RTCWDT_RTC_RESET),boot:0x33 (SPI_FAST_FLASH_BOOT) flash read err, 1000 ets_main.c 371 ets Jun 8 2016 00:22:57 And now when I try to download code to it I get: Sketch uses 732305 bytes (55%) of program storage space. Maxim...
by MrGadget
Wed Oct 19, 2022 11:47 pm
Forum: ESP IoT Solution
Topic: Web Page Request Not Working Correctly
Replies: 0
Views: 2669

Web Page Request Not Working Correctly

I have an EmonCMS running on my Raspberry Pi on my local network which collects data from various sensors based on the ESP processors. The EmonCMS allows me to store and display the data in many ways. I can retrieve data for id=1 using a web browser: http://192.168.11.235/feed/value.json?id=1 And I ...
by MrGadget
Sun Apr 03, 2022 6:39 pm
Forum: General Discussion
Topic: Temp Disable WiFi to do ADC conversion
Replies: 0
Views: 930

Temp Disable WiFi to do ADC conversion

Hi, I have googled this with no luck. I keep getting info related to battery or low power operation which is not why I want to do this. So, I think that the ADC results can be affected by the RF energy of the WiFi radio. If that is true then would it make sense to disable the radio before using the ...