Search found 8 matches
- Mon Mar 07, 2022 7:04 am
- Forum: ESP32 Arduino
- Topic: ESP32 ESPWROOM 32 - NodeMCU-ESP-32S board sleep or freeze after running?
- Replies: 8
- Views: 4130
Re: ESP32 ESPWROOM 32 - NodeMCU-ESP-32S board sleep or freeze after running?
I have runned out from any type of workaround, at last i have returned to a older board driver 1.0.4 and set as board type NodeMCU-32s against Esp32 dev module - so looks i have von some speed - thats was visible on screen refresh - but still around 1 hour running board freezing. As extra i have try...
- Sun Mar 06, 2022 11:20 am
- Forum: ESP32 Arduino
- Topic: ESP32 ESPWROOM 32 - NodeMCU-ESP-32S board sleep or freeze after running?
- Replies: 8
- Views: 4130
Re: ESP32 ESPWROOM 32 - NodeMCU-ESP-32S board sleep or freeze after running?
Another try - now the esp32 board driver version was 1.0.6, i have updated the esp32 driver directory in arduino ide settings and i saw a new 2.0.2 board driver, so i maked a update and re compiled again code.
https://raw.githubusercontent.com/espre ... index.json
https://raw.githubusercontent.com/espre ... index.json
- Sun Mar 06, 2022 8:58 am
- Forum: ESP32 Arduino
- Topic: ESP32 ESPWROOM 32 - NodeMCU-ESP-32S board sleep or freeze after running?
- Replies: 8
- Views: 4130
Re: ESP32 ESPWROOM 32 - NodeMCU-ESP-32S board sleep or freeze after running?
Now, just with the code on Esp32 without any other connection than micro USB power supply code/esp32 freezed.
Now two things remains, if somebody not have any other idea: the board itself or the code/loop making this halt.
Now two things remains, if somebody not have any other idea: the board itself or the code/loop making this halt.
- Sun Mar 06, 2022 6:28 am
- Forum: ESP32 Arduino
- Topic: ESP32 ESPWROOM 32 - NodeMCU-ESP-32S board sleep or freeze after running?
- Replies: 8
- Views: 4130
Re: ESP32 ESPWROOM 32 - NodeMCU-ESP-32S board sleep or freeze after running?
Yesterday i have maked several test runs, using a simple serial.println command to test when stuck the esp32. The result currently esp32 freeze without any SPI OLED connection too, so remains the code, the esp32 board or the analog connection/what use the 3v pin. Now im testing the code with and wit...
- Sat Mar 05, 2022 1:45 pm
- Forum: ESP32 Arduino
- Topic: ESP32 ESPWROOM 32 - NodeMCU-ESP-32S board sleep or freeze after running?
- Replies: 8
- Views: 4130
Re: ESP32 ESPWROOM 32 - NodeMCU-ESP-32S board sleep or freeze after running?
And here is the wiring. SAschematic.jpg I have used this tutorial connect Esp32 with SPI OLED: https://www.electronicshub.org/esp32-oled-display/ #define OLED_CLK 18 #define OLED_MOSI 23 #define OLED_CS 5 #define OLED_DC 16 #define OLED_RESET 17 Oled connected to 5V on Esp32 and the build receive po...
- Sat Mar 05, 2022 1:42 pm
- Forum: ESP32 Arduino
- Topic: ESP32 ESPWROOM 32 - NodeMCU-ESP-32S board sleep or freeze after running?
- Replies: 8
- Views: 4130
Re: ESP32 ESPWROOM 32 - NodeMCU-ESP-32S board sleep or freeze after running?
#include "arduinoFFT.h" arduinoFFT FFT = arduinoFFT(); #include "SSD1306Spi.h" SSD1306Spi display(17, 16, 5); #define SAMPLES 512 #define SAMPLING_FREQUENCY 40000 #define amplitude 1000 unsigned int sampling_period_us; unsigned long microseconds; byte peak[] = {0,0,0,0,0,0,0}; double vReal[SAMPLES]...
- Sat Mar 05, 2022 1:41 pm
- Forum: ESP32 Arduino
- Topic: ESP32 ESPWROOM 32 - NodeMCU-ESP-32S board sleep or freeze after running?
- Replies: 8
- Views: 4130
Re: ESP32 ESPWROOM 32 - NodeMCU-ESP-32S board sleep or freeze after running?
Sounds like a bug. Could it be that your software can get locked up into some kind of loop if something unexpected happens? Ok, i will send the code and a diagram, maybe something will be visible. Since i have posted this ,,error" i have maked few test, leaved running the esp32 without playing any ...
- Fri Mar 04, 2022 11:16 am
- Forum: ESP32 Arduino
- Topic: ESP32 ESPWROOM 32 - NodeMCU-ESP-32S board sleep or freeze after running?
- Replies: 8
- Views: 4130
ESP32 ESPWROOM 32 - NodeMCU-ESP-32S board sleep or freeze after running?
Im using to my project Esp32, because stronger than arduino boards. Im new in using esp32 boards, i have noticed my board after 20-30 minute running - simple halt or i dont know. Arduino IDE gives no warning for code or error and code riunning well. After 20-30 minute i see the connected blinking LE...