Search found 23 matches
- Tue Feb 04, 2025 1:46 pm
- Forum: ESP-IDF
- Topic: usb hid device -> esp32s3 -> bluetooth hid output
- Replies: 2
- Views: 258
Re: usb hid device -> esp32s3 -> bluetooth hid output
You need to use Bluetooth Low Energy (BLE) instead of Bluetooth Classic (BT). The esp_hidh library is primarily for HID host, not for acting as a Bluetooth HID device
- Tue Feb 04, 2025 12:46 pm
- Forum: ESP8266
- Topic: ESP8266 FreeRTOS SDK updates and installation
- Replies: 1
- Views: 245
Re: ESP8266 FreeRTOS SDK updates and installation
If you need to work with FreeRTOS, I think it's better to move away from ESP8266. Use ESP32 instead.
- Mon Feb 03, 2025 7:08 pm
- Forum: ESP IoT Solution
- Topic: ESP32C6 Zigbee radio range
- Replies: 3
- Views: 732
Re: ESP32C6 Zigbee radio range
If your ESP32C6 is inside a metal case or near other electronics, it will severely reduce range. Try to test in open space. Metal, walls, and large objects absorb Zigbee signals.
- Mon Feb 03, 2025 6:52 pm
- Forum: General Discussion
- Topic: ESP32 - WiFi Radio Access
- Replies: 1
- Views: 288
Re: ESP32 - WiFi Radio Access
I think you can try wireshark. It can capture full probe messages.
https://docs.espressif.com/projects/esp ... guide.html
https://docs.espressif.com/projects/esp ... guide.html
- Sun Feb 02, 2025 12:55 pm
- Forum: Hardware
- Topic: ESP32 with accu
- Replies: 1
- Views: 602
Re: ESP32 with accu
I think your only solution is to make a custom board. Many ESP32 boards have built-in charging systems but none come with a built-in boost converter.
- Sun Feb 02, 2025 11:42 am
- Forum: General Discussion
- Topic: ESP-WIFI-MESH example
- Replies: 1
- Views: 413
- Sat Feb 01, 2025 3:28 pm
- Forum: ESP-IDF
- Topic: 32KHz xtal has been stopped - ERROR
- Replies: 1
- Views: 451
Re: 32KHz xtal has been stopped - ERROR
You'd better check your PCB traces. The traces to the 32 kHz crystal must be short and symmetric, and should avoid noisy signals that are likely to interfere.
- Sat Feb 01, 2025 3:26 pm
- Forum: Hardware
- Topic: OTA via smartphone via bluetooth
- Replies: 1
- Views: 689
Re: OTA via smartphone via bluetooth
I'm afraid that you'll not find any direct example if esp-idf. You will need to do it all by yourself.
- Thu Jan 30, 2025 1:54 pm
- Forum: ESP-IDF
- Topic: Not all USB keyboards are detected by USB HOST library
- Replies: 4
- Views: 1224
Re: Not all USB keyboards are detected by USB HOST library
Try different values (e.g., 5ms, 10ms, 20ms) and check whether it improves detection.
Code: Select all
vTaskDelay(pdMS_TO_TICKS(10)); // Adjust delay time as needed
- Thu Jan 30, 2025 9:47 am
- Forum: ESP32 Arduino
- Topic: ESP32-C3 not receiving data with ESP-NOW after initialising NimBLE
- Replies: 1
- Views: 1208
Re: ESP32-C3 not receiving data with ESP-NOW after initialising NimBLE
That are not much info about the conflict between these two protocols. Anyway, you can check these threads.
http://esp32.io/viewtopic.php?t=38709
https://esp32.com/viewtopic.php?t=23406
http://esp32.io/viewtopic.php?t=38709
https://esp32.com/viewtopic.php?t=23406