Page 1 of 1

Genric library AT command?

Posted: Sun Apr 03, 2022 10:47 am
by Arnaud_Girard
Hello

Is there any library that we can port on a generic microcontroler (Type ARM) which can dialog with ESP32 module via uart into AT command?

I found the librairy used for arduino.
There is existing for a common processor?

My aim is to received data (very small size) from a computer and answer it only...
I posted another thread to know how establish a connection without having access to the IP adress of the ESP32 module...

Thanks

Re: Genric library AT command?

Posted: Mon Apr 11, 2022 2:37 am
by pedroATsms
Hi Arnaud,

Have you found what you are looking for?

I have some code written in C, interrupt driven, for the STM32 microprocessor. But could be adapted to any microprocessor.

PM me if you what to discuss further.

Kind regards
Pedro

Re: Genric library AT command?

Posted: Tue Apr 12, 2022 2:49 am
by ESP_Sun

Re: Genric library AT command?

Posted: Fri Apr 15, 2022 6:13 am
by Arnaud_Girard
@PedroATSM: I can't send yet private message, this option is not activated because I need to have more message on this forum,
But sure, I'm interested by your soft!

@ESP_Sun thank for this link, I will have a look.

Re: Genric library AT command?

Posted: Thu May 26, 2022 8:00 am
by Arnaud_Girard
Hello Pedro.
Maybe you could send me a download link?
Regard