Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Creating Endpoints in Arduino

I want to get some data from a few sensors in Arduino and then create some endpoints so i can get the data from the sensors in a web application . Is that possible?

like image 744
Moldovan Cristi Avatar asked Oct 15 '22 07:10

Moldovan Cristi


1 Answers

You can use Firebase or Thingspeak server to create data endpoint. First you need to configure wifi module ESP8266 with Arduino then you can use Firebase API or Thingspeak api to send data from arduino to cloud endpoint. Here is a guide to setup wifi module & send data to thingspeak. Once your data is on thingspeak or Firebase you can use their read APIs to read data This will help to read data from endpoint.

This repository is particularly for firebase you can check this FirebaseArduino

like image 78
Afsar edrisy Avatar answered Oct 21 '22 08:10

Afsar edrisy