Search found 2 matches
- Wed Feb 12, 2025 1:02 pm
- Forum: General Discussion
- Topic: esp32p4 ble client with esp_hosted
- Replies: 4
- Views: 1987
Re: esp32p4 ble client with esp_hosted
Hi, using ble on P4 with hosted should be fairly easy. When you want to use nimble as the stack it should work out of the box, with no extra code, as far as i remember. Recently esp_hosted has been updated and you can use bluedroid stack. In this case some extra code is required, just few lines, an...
- Mon Feb 10, 2025 5:22 pm
- Forum: General Discussion
- Topic: esp32p4 ble client with esp_hosted
- Replies: 4
- Views: 1987
esp32p4 ble client with esp_hosted
Hi people, recently bought myself ESP32P4 evolution board kit, figured out the Wi-Fi, LVGL, but I can not understand how to deal with BLE, I use the stack NimBle. In the Internet did not find normal examples for creating a client, because my task is to connect to a device (server) and periodically r...