Search found 2 matches
- Fri Jun 25, 2021 5:01 am
- Forum: ESP32 Arduino
- Topic: UART2 on WROOM driving me crazy
- Replies: 3
- Views: 4604
Re: UART2 on WROOM driving me crazy
I don’t know if it’s relevant to you, but one thing that caught me out was that changing the CPU clock speed after initialising the hardware serial port really messed things up.
- Fri May 07, 2021 9:31 pm
- Forum: ESP32 Arduino
- Topic: WiFi module heap usage
- Replies: 0
- Views: 1432
WiFi module heap usage
(ESP32 WROOM 32) I'm struggling with running out of heap RAM on a program I'm developing. It needs BluetoothSerial and BLE, and WiFi is a 'nice to have' (for getting the time using NTP and retrieving logs). But, if I include all 3 libraries it keeps crashing or hanging because of lack of heap space....