Library for End devices to communicate with Project LATA server. Programs are available for Wi-Fi module and any embedded base device.
Navigate to examples directory. The 'communication-device.ino' is for Communication devices and 'dev-example.ino' is for the targeted end device.
Burn the program, preferrably using Arduino IDE.
- SoftwareSerial (for logging purpose)
- ESP8266WiFi (only for Wi-Fi communication devices)
- ESP8266HTTPClient (only for Wi-Fi communication devices)
- For Serial Communiation (in the program), baud rate between Communication device and End device should be same.
- Use your instance Id created using Web Application.
- Mobile Application is under development.