Access arduino over internet using REST API's
This is the companion project for the Medium post I worte explaing the process of connecting and issuing commands to your Arduino ovber the internet using the RESTFul API's. The Project is written in Nodejs using VSCode editior, it will working using any editior of your choice.
To use this code, you will need the following:
- Arduino UNO R3
- USB cable for Arduino
- linux/windows/mac system
- VSCode or any other editior of your choice
- Nodejs
- Johnny-five
- expressjs
Feel free to copy, modify and share as you please. Link for the Medium article: https://medium.com/@ishan_13/control-arduino-or-any-board-over-the-internet-b56622093751