Search found 3 matches

by MyBigJoker
Mon Dec 18, 2023 3:01 pm
Forum: ESP32 Arduino
Topic: WiFi not connecting when delay before initialization
Replies: 1
Views: 5209

WiFi not connecting when delay before initialization

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 over...
by MyBigJoker
Tue Apr 25, 2023 12:55 pm
Forum: ESP32 Arduino
Topic: Using I2C inside a interrupt handler
Replies: 2
Views: 2990

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 inter...
by MyBigJoker
Thu Apr 13, 2023 4:30 pm
Forum: ESP32 Arduino
Topic: Using I2C inside a interrupt handler
Replies: 2
Views: 2990

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: FreeRTOS my ...