so as the title says , i am currently tasked with making sensor data readable on either a web page or an android app, this is for my gradution project. the part of dealing with the sensor on the arduino is easy from the looks of it , however i want to know what are the best way to send the data over wifi either in webpage form or to an app, the app needs to be made by me.
i am open to all suggestions
lamouss1998:
the app needs to be made by me.
i am open to all suggestions
The first suggestion is to look elsewhere. An Android forum springs to m as a good place to start. You are right in that the Arduino part is pretty easy, and I imagine certainly by comparison. If you can make up your mind to send the data by WiFi, an ESP-01 is probably a better choice than an Arduino per se. They cost about $3 and may be programmed by the Arduino IDE.
You can send the sensor data to to an iot cloud like thingspeak. Then, from your android app, get the thingspeak data and use it in your app.