Search found 4 matches
- Tue Apr 13, 2021 7:08 am
- Forum: General Discussion
- Topic: Cannot Use I2C and Timer Simultaneously
- Replies: 0
- Views: 1472
Cannot Use I2C and Timer Simultaneously
Dear All, I am trying to use timers and I2C simultaneously, for which I have initialized timer and I2c in void setup(), but after initializing only the timer is working and I2C is working, however, if I initialize I2C before the timer in the setup, I2C is working but the timer is not. So, I created ...
- Tue Apr 13, 2021 6:49 am
- Forum: ESP32 Arduino
- Topic: ESP32 Arduino RTOS Stack size Allocation
- Replies: 2
- Views: 4149
Re: ESP32 Arduino RTOS Stack size Allocation
Okay Thank you
- Sun Mar 28, 2021 5:51 am
- Forum: ESP32 Arduino
- Topic: ESP32 Arduino RTOS Stack size Allocation
- Replies: 2
- Views: 4149
ESP32 Arduino RTOS Stack size Allocation
Dear All, How to calculate total stack size in bytes on esp32 WiFi Module. And also how to Allocate stack size in xTaskCreate. xTaskCreate( taskOne, /* Task function. */ "TaskOne", /* String with name of task. */ 10000, /* Stack size in bytes. */ NULL, /* Parameter passed as input of the task */ 1, ...
- Fri Aug 17, 2018 1:28 pm
- Forum: ESP32 Arduino
- Topic: Need help for stability on ESP32_BLE Receiver and its WIFI Connectivity forever
- Replies: 0
- Views: 2551
Need help for stability on ESP32_BLE Receiver and its WIFI Connectivity forever
Hi folks, Currently we are working on a project which includes both BLE and WIFI.., exact operation is like BLE should receive packets continuously and sent it to cloud by using WIFI simultaneously, is this possible on ESP32..,can anyone help us..?