Hello,
first of:
I'm using an ESP32 DevKit C V4 development board and the Arduino IDE 2.2.1.
My problem:
I want to integrate WiFi into a project at work but I have problems connecting to a specific WiFi AP (ESP32 in Station Mode).
My project consists of two ESP32 on custom PCBs that communicate ...
Search found 3 matches
- Mon Dec 18, 2023 3:01 pm
- Forum: ESP32 Arduino
- Topic: WiFi not connecting when delay before initialization
- Replies: 1
- Views: 6007
- Tue Apr 25, 2023 12:55 pm
- Forum: ESP32 Arduino
- Topic: Using I2C inside a interrupt handler
- Replies: 2
- Views: 4380
Re: Using I2C inside a interrupt handler
Thank you ESP_Sprite for the quick response.
It took me a while to work it out(other stuff to do as well), but with the use of tasknotifications and a lot of semaphores I made it work.
Thanks for the encouragement!
It works great up to around 5kHz. Although I still have to test it with the I²C ...
It took me a while to work it out(other stuff to do as well), but with the use of tasknotifications and a lot of semaphores I made it work.
Thanks for the encouragement!
It works great up to around 5kHz. Although I still have to test it with the I²C ...
- Thu Apr 13, 2023 4:30 pm
- Forum: ESP32 Arduino
- Topic: Using I2C inside a interrupt handler
- Replies: 2
- Views: 4380
Using I2C inside a interrupt handler
Hello forum members,
this is my first post here. I hope I chose the right place to post this.
I am currently working on my masterthesis in Embedded Systems Engineering and came upon a problem I wasn't able to solve by myself.
Board: ESP32 DevKit C V4
IDE: Arduino IDE
OS: Windows
on ESP ...
this is my first post here. I hope I chose the right place to post this.
I am currently working on my masterthesis in Embedded Systems Engineering and came upon a problem I wasn't able to solve by myself.
Board: ESP32 DevKit C V4
IDE: Arduino IDE
OS: Windows
on ESP ...