Search found 3 matches
- Sun Oct 17, 2021 12:34 am
- Forum: ESP-IDF
- Topic: ESP-NOW not being added into IDF as submodule
- Replies: 0
- Views: 1151
ESP-NOW not being added into IDF as submodule
Hello, I've added the ESP-NOW library to IDF with "git clone --recursive https://github.com/espressif/esp-now.git" . I do see the "esp-now" folder in the main directory of esp-idf but upon compiling examples, none of the header files can be located and it throws errors accordingly. Are there other c...
- Mon Sep 06, 2021 10:35 pm
- Forum: ESP-IDF
- Topic: Can BLE be always on, while BT classic A2DP is user controlled?
- Replies: 0
- Views: 1160
Can BLE be always on, while BT classic A2DP is user controlled?
For my project, I have a BLE remote which is going to be used for LED dimming controlled by ESP32. The ESP32 does not have any power consumption constraints, it can stay active, long as needs be. I am also running A2DP sink via I2S. The BLE remote must always stay connected to the ESP32, and the BT ...
- Tue Aug 31, 2021 11:51 pm
- Forum: Hardware
- Topic: GPIO 25 and 26 issue with external touch IC
- Replies: 1
- Views: 2165
GPIO 25 and 26 issue with external touch IC
Hello, I am working on custom hardware with ESP32 wrover-e. I have a TTP224 touch module with 4 touch outputs connected to ESP32 module's GPIOs 33, 32, 25 and 26. The touch is IC is on a separate PCB connected to mainboard by headers. Touch IC is configured as sending HIGH (3.3v) to GPIO's on touch ...