mhamidjamil / TTGO_TCall

This project uses TTGO T-Call module to deal with calls and messages, monitor its surroundings and alert user via call or message if any environmental changes detected by ultrasound sensor.
https://github.com/mhamidjamil/TTGO_TCall
MIT License
5 stars 2 forks source link

Enable Serial Communication between TTGO-TCall and Orange-Pi #117

Closed mhamidjamil closed 1 year ago

mhamidjamil commented 1 year ago

Solution I like As module always listening to Serial port so if it receives executable command from Orange-Pi then it should perform the required task.

Additional context This new feature is also added in Orange-Pi project, and I'll attach discussion link as well which include idea of how to work with this requirement.

mhamidjamil commented 1 year ago

118 shows how to communicate these two modules.