UPDATE 01/18/2024: THIS GUIDE REFERS TO AN OLD LIBRARY. THE LATEST INCOMPLETE VERSION WITH UNFIXED BUGS CAN BE DOWNLOADED FROM THE LINK https://drive.google.com/file/...sharing
An Arduino can interface with theAndroid application Remote Control respecting the rules described in the guide of 03/18/2022. To speed up the writing of the communication logic, a new interface has been introduced in the Arduino library of 08/23/2021. The interface is visible at the link github.com...TEB_Drive_Remote_Control_Interface.h. The following image shows an example of Arduino-side communication logic.
Notes:
1) the software does not implement all modern security systems for data protection, so it is better to avoid including sensitive content in the information exchanged between the various devices and the Internet;
2) my programming knowledge is not very high and I aim to improve it over time; so be careful because you might find programming errors and wrong algorithms in the source code;
3) the software is provided "as is", without any kind of warranty; I don't assume any responsibility for the consequences deriving from the use of the information contained in this page.