Page 1 of 1

BLE management from linux using AT commands through serial communication

Posted: Tue Mar 01, 2022 3:53 pm
by ivaldes7
We are using the ESP32-C3-Mini-1U flashed with the AT firmware V2.3.0.0.
https://docs.espressif.com/projects/esp ... aries.html

Our final goal is to run over a linux operating system, a C/C++ program to handle the communication with the esp32 via AT commands using serial communication. In order to implement this program, we would like to know if there is any program, code example, application or library that could speed up the development of this program.

Thanks in advance.

Re: BLE management from linux using AT commands through serial communication

Posted: Wed Mar 02, 2022 2:19 am
by ESP_Sprite
Possibly esp-hosted is an alternate option for you? That should allow you to use the native Linux API to write your programs in.