- Intelligent IoT Projects in 7 Days
- Agus Kurniawan
- 74字
- 2021-07-02 18:25:53
Sending data from the Arduino to the server
Not all Arduino boards have the capability to communicate with a server. Some Arduino models have built-in Wi-Fi that can connect and send data to a server, for instance, the Arduino Yun, Arduino MKR1000, and Arduino UNO Wi-Fi.
You can use the HTTP or MQTT protocols to communicate with the server. After the server receives the data, it will perform a computation to determine its decision.