Search found 3 matches
- Sat Oct 05, 2024 8:30 am
- Forum: ESP IoT Solution
- Topic: UART event size larger than bytes sent
- Replies: 1
- Views: 1715
UART event size larger than bytes sent
I’m new to esp-idf api’s and try currently to learn the uart api. I played with the examples and get a working environment. I’m using two esp32 devkits connected by uart. One as a transmitter and on as receiver. The transmitter blinks a led in the sequence rgb and transmit the current color to the r...
- Mon Sep 09, 2024 11:22 am
- Forum: ESP32 Arduino
- Topic: Timer API question
- Replies: 2
- Views: 1006
Re: Timer API question
Thanks a lot for your hint
- Sat Sep 07, 2024 2:02 pm
- Forum: ESP32 Arduino
- Topic: Timer API question
- Replies: 2
- Views: 1006
Timer API question
Hello, I want to use the Arduino-ESP32 Timer API. I’m working with vscode and platformio (both latest version). I have updated the platform to Espressif 32, 6.8.1, framework-arduinoespressif32 v. 3.20017.0. I expect the new Espressif interface for the timer API. That means e.g. hw_timer_t *idle_time...