Kit for hSenid Mobile IOT API
- Arduino Mega 2560 Board
- SIM900A GSM Shield
- SMPS Power Adapter for Arduino (9V 2A)
- Dialog SIM
Follow this link to connect the board with SIM900A GSM Shield
- Install Arduino IDE in your computer
git clone https://github.com/hsenid-mobile/iot-kit.git
Open the iot-kit.ino file using the Arduino IDE
Inside Arduino IDE go to Sketch -> Include Library -> Add .ZIP Library and add all files inside iot-kit/deps
Connect your arduino board to the computer
Make sure you have selected the correct board and port in the IDE (to check this go to the tools/board and tools/port tabs in the IDE)
Load the code to the arduino board using the IDE.
Disconnect the arduino from the computer, connect the sensors and actuators and the gsm shield, and finally connect the power supply.
Now your arduino is ready to run an application.
Please follow the developer-guide to develop your application.