Search found 7 matches

by mps360
Tue Aug 13, 2024 6:22 pm
Forum: ESP-AT
Topic: esp32s3 + esp-at or equivalent example
Replies: 0
Views: 1982

esp32s3 + esp-at or equivalent example

Hi !

I notice esp-at firmware doesn't support the esp32s3, which I am stuck using.
Is there an example project of an AT/SLIP/PPP interface that bridges UART and WIFI?
Not exactly sure what to search for exactly here.

Thanks!
by mps360
Thu Nov 09, 2023 10:56 pm
Forum: ESP-IDF
Topic: esp32s3 pair / reconnect / reboot behavior
Replies: 2
Views: 1233

Re: esp32s3 pair / reconnect / reboot behavior

I'm noticing that reconnecting with NimBLE is painless with the 'bleperiph' example.
My project is using bluedroid.
by mps360
Thu Nov 09, 2023 7:08 pm
Forum: ESP-IDF
Topic: esp32s3 pair / reconnect / reboot behavior
Replies: 2
Views: 1233

Re: esp32s3 pair / reconnect / reboot behavior

Tried the same work flow with IDF example esp_hid_device. Are there any examples, either insecure or secure, that deal with pair and reboot more gracefully? - Device boots and advertises - iPhone connects to device - Paired with code that matches console log - Reboot device, it advertises - iPhone u...
by mps360
Mon Nov 06, 2023 8:48 pm
Forum: ESP-IDF
Topic: updating BLE battery level and indicating during runtime
Replies: 0
Views: 415

updating BLE battery level and indicating during runtime

Hi! I'm fairly new to the ESP platform. I was able to use the ESP BLE example, which includes the battery service attributes. when I set battery_level at boot, I get the correct value over the air to my central. When the battery level changes at runtime, I've been unable to update that attribute and...
by mps360
Mon Nov 06, 2023 4:21 pm
Forum: ESP-IDF
Topic: esp32s3 pair / reconnect / reboot behavior
Replies: 2
Views: 1233

esp32s3 pair / reconnect / reboot behavior

Hi! I'm using a mostly un modified 'gatt_security_server'. I added a print on reboot to show bonded devices. This particular example does not seem to be seeing ESP_GAP_BLE_AUTH_CMPL_EVT when I connect using the nordic nRF connect utility from my phone. Oddly, I can write to UUID 1A37 after the key e...
by mps360
Tue Oct 17, 2023 2:33 pm
Forum: General Discussion
Topic: Workflow suggestions for clearing bonded devices and advertising
Replies: 2
Views: 2422

Re: Workflow suggestions for clearing bonded devices and advertising

I did, but I took it out when I wanted the button to trigger advertising.
That sounds like it'll sort me out. Thank you.
by mps360
Mon Oct 16, 2023 9:43 pm
Forum: General Discussion
Topic: Workflow suggestions for clearing bonded devices and advertising
Replies: 2
Views: 2422

Workflow suggestions for clearing bonded devices and advertising

Hi, I'm using esp-idf and bluedroid. I would like to implement a feature that allows the user to press and hold a button, which triggers the following sequence - Disconnect device from host - Clear all bonding information - Start advertising The purpose of this is ease of portability between host ma...