Help with building a smartphone app for a sensor platform
General Discussion
3
Posts
3
Posters
869
Views
2
Watching
-
I am looking for some examples on how to build a simple phone app for my sensor platform. I am still working on my sensor platform, so I am not sure what do I need to do with my platform design so that I can read the data/control the sensor platform using a smartphone app?
-
Start with a simple communication method like Bluetooth or Wi-Fi on your sensor platform, use something like Arduino/ESP32 with a mobile app (e.g., Flutter or React Native), send data via APIs or Bluetooth, and design your platform to expose readable data and basic control commands for the app.