Search found 5 matches
- Mon Feb 04, 2019 8:45 pm
- Forum: ESP32 Arduino
- Topic: Kernel panic using RH_ASH library
- Replies: 4
- Views: 6204
Re: Kernel panic using RH_ASH library
Here is the output in verbose mode [V][esp32-hal-i2c.c:1442] i2cInit(): num=0 sda=27 scl=26 freq=0 [V][esp32-hal-i2c.c:1643] i2cSetFrequency(): Fifo threshold=3 [V][esp32-hal-i2c.c:1643] i2cSetFrequency(): Fifo threshold=15 Guru Meditation Error: Core 1 panic'ed (Cache disabled but cached memory reg...
- Mon Feb 04, 2019 8:43 pm
- Forum: ESP32 Arduino
- Topic: ASK (wireless communication) Library for ESP32
- Replies: 1
- Views: 4184
ASK (wireless communication) Library for ESP32
I'm using a 433 transmitter and receiver module set to send data from an Arduino over to an ESP32. This is the module set https://micromechtronic.com/wp-content/uploads/2016/10/315-433MHz-RXTX-module-1.jpg I'm doing so using the RH_ASK library, a sub library of the well known Radiohead library. Whil...
- Sat Feb 02, 2019 4:50 pm
- Forum: ESP32 Arduino
- Topic: Kernel panic using RH_ASH library
- Replies: 4
- Views: 6204
Re: Kernel panic using RH_ASH library
how can I enable the debug mode?
- Mon Jan 28, 2019 8:07 pm
- Forum: ESP32 Arduino
- Topic: Kernel panic using RH_ASH library
- Replies: 4
- Views: 6204
Kernel panic using RH_ASH library
I'm using a 433Mhz transmitter and receiver to send data from an Arduino nano to an ESP32, using the RH_ASK library, a sublibrary of RadioHead. The problem is that as long as I use the sample sketch, everything works fine, but when I implement the library into my project, when I add the instruction ...
- Thu Jan 03, 2019 7:32 pm
- Forum: General Discussion
- Topic: ESP32 sketches take more space than Arduino Uno
- Replies: 1
- Views: 6009
ESP32 sketches take more space than Arduino Uno
I just connected my ESP32 to the Arduino IDE. I noticed however that the same sketch (blinking the onboard LED) takes 174860 bytes (13%) of program storage space. Maximum is 1310720 bytes. Global variables use 13748 bytes (4%) of dynamic memory, leaving 313932 bytes for local variables. Maximum is 3...