Search found 4 matches

by dairequinlan
Thu Mar 10, 2022 1:35 pm
Forum: ESP-AT
Topic: AT Command Implementation open sourcing
Replies: 0
Views: 1660

AT Command Implementation open sourcing

Hi, I'm curious as to why the actual implementation of the individual AT commands hasn't been open sourced. The firmware is of course up on github, but the implementation of the commands themselves seems to be added via an opaque library. I ask in part because it seems that it would be advantageous ...
by dairequinlan
Wed Mar 02, 2022 11:11 am
Forum: ESP-AT
Topic: ESP-AT device name and sys store
Replies: 8
Views: 5631

Re: ESP-AT device name and sys store

Ah, cool, good to know. Will it be included in the next ESP32 AT firmware release, v2.3.0.0_esp32 I guess ? There's no timeframe given for that on the github site though.
by dairequinlan
Mon Feb 28, 2022 9:40 am
Forum: ESP-AT
Topic: ESP-AT device name and sys store
Replies: 8
Views: 5631

Re: ESP-AT device name and sys store

Hi, thanks for the response. Yeah I figured it was something to do with that mix of BLEHIDINIT and other GATT services not working, as I'm guessing that BLEHIDINIT just sets everything up in the background from scratch. Is there some kind of workaround to allow the device name to be set while using ...
by dairequinlan
Sat Feb 26, 2022 8:25 pm
Forum: ESP-AT
Topic: ESP-AT device name and sys store
Replies: 8
Views: 5631

ESP-AT device name and sys store

Hi, I've been using an ESP32 (wroom32) to provide BLE functionality for a keyboard I'm building, using the AT firmware and communicating over UART. The basic functionality works fine i.e. I can call AT+BLEHIDINIT=1 to set up BLE, and then I use AT+BLEHIDKB to send key press reports. I can pair with ...