Skip to content

Simple UART comunication between ESP32, Works with ESP-IDF and uses FreeRTOS

License

Notifications You must be signed in to change notification settings

CreepyMemes/SimpleSerial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

SimpleSerial Library

SimpleSerial is a library that enables asynchronous communication between two ESP32's, through the UART protocol, with handshakes and checksums for reliability. Either ESP32 can be either sending ore receiving at a time


Designed to work with ESP-IDF with Arduino as Component and uses a FreeRTOS task and queues to archieve asynchronous functionality.

Note

On platformio.ini to set Simple Serial's logging level just add this build tag

build_flags = -DSIMPLE_SERIAL_LOG_LEVEL=4 ; To enable logging on Simple Serial Library

About

Simple UART comunication between ESP32, Works with ESP-IDF and uses FreeRTOS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published