An open API service indexing awesome lists of open source software.

https://github.com/thebeachmaster/thingscon-iot-demo

A simple demo showing how to use our client-side libraries
https://github.com/thebeachmaster/thingscon-iot-demo

africastalking africastalkingiot arduino iot mqtt thingscon

Last synced: about 1 month ago
JSON representation

A simple demo showing how to use our client-side libraries

Awesome Lists containing this project

README

          

# thingscon-iot-demo
## Setting up:

1. Get Africa's Talking Cloud library for Arduino from [this link](https://github.com/TheBeachMaster/AfricasTalkingIOT/releases/download/v0.3.6-alpha/AfricasTalkingCloud.zip) .

2. Add the library in your Arduino IDE by going to *Sketch > Include Library > Add .ZIP Library*

and select the path where the library was downloaded. ![add_lib](/schema/add_lib.png)

3. Wire your connection as shown below (Board used : Mega 2560) - WiFi101 Module is not shown![thingscon](/schema/thingscon.png)

4. For authentication : set username to `thingscon` and password `thingsconpassword` .