ok, I saw "k_delayed_work_submit" function in fast provisionner sample, but this might be the only use of zephyr RTOS, so I could change it for the RTOS I am using,
thanks,
Search found 5 matches
- Tue Mar 02, 2021 10:17 am
- Forum: ESP-IDF
- Topic: ESP32 BLE Mesh with Zephyr, could run next to freertos ?
- Replies: 2
- Views: 2814
- Mon Mar 01, 2021 4:37 pm
- Forum: ESP-IDF
- Topic: ESP32 BLE Mesh with Zephyr, could run next to freertos ?
- Replies: 2
- Views: 2814
ESP32 BLE Mesh with Zephyr, could run next to freertos ?
Hi All, If I am correct, ESP32 BLE mesh is using Zephyr (RTOS), and I managed to use it in my project where also freeRTOS is used. I plan to integrate fast provisionning, based on the example in my project. That would make 2 RTOS running in parallel ... It seems to work on my first basic tests, but ...
- Tue Jan 12, 2021 7:56 am
- Forum: General Discussion
- Topic: ESP32 flash tool - Add of RTS after flashing
- Replies: 1
- Views: 1962
Re: ESP32 flash tool - Add of RTS after flashing
Update - Does anyone has a way to update using ESP32flashtool with an auto RTS after flashing ?
thanks,
thanks,
- Mon Nov 02, 2020 8:56 am
- Forum: General Discussion
- Topic: ESP32 flash tool - Add of RTS after flashing
- Replies: 1
- Views: 1962
ESP32 flash tool - Add of RTS after flashing
Hi All, I am using ESP32flash tool to flash my ESP32WROOM. It flashes well but after that my chip is halted. I have to make a RTS reset to wake it up. I am using putty for instance to do (a simple connection). I am running my chip from battery. Would it be possible to have that RTS reset automatic a...
- Tue Oct 27, 2020 11:53 am
- Forum: General Discussion
- Topic: ESP32 Flashing tool not working
- Replies: 7
- Views: 6745
Re: ESP32 Flashing tool not working
If you are running from battery you might need to do a " RTS reset". it is a way to reboot the ESP32 using the RTS signal of the serial link used to flash the device. On my design, RTS pin of the CP2102 IC is connected to the ESP32 and is doing that. After flashing with ESP32FLASHTOOL, I need to use...