Skip to content

SuMere/AT_TESTER_ESP32-SIMCOM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AT TESTER

It is possible to test AT commands passing the desidered command to void test_at(const char* command) function in main.

‼️ACHTUNG‼️

Do not forget to put "AT+" before the actual command and "\r\n" after the command.

Interactive shell

The firmware gives the opportunity to send AT commands without embedding them in the code. The shell is activated calling init_uart() function.

Once ready message is shown it is possible to write the AT command press enter to add /n/r chars then write the '@' char, this is the trigger that send the command to the modem.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published