Difference between revisions of "IoT - Android Dashboard Project"

From The TinkerNet Wiki
Jump to navigation Jump to search
(Created page with " Really need an android developer to build a customizable Interface app. Envisioning something like the Node-Red "Dashboard", but not so clunky or limited... ===Wishlist===...")
 
Line 1: Line 1:
 
  
 
Really need an android developer to build a customizable Interface app.
 
Really need an android developer to build a customizable Interface app.
Line 26: Line 25:
 
**text / numeric
 
**text / numeric
 
**audio
 
**audio
 +
 +
=== Some Links ===
 +
 +
* Possible Inspiration
 +
** [https://github.com/ismenc/android-mqtt-controller ismenc / android-mqtt-controller]
 +
** [https://github.com/kaizoku-oh/IoT-Button-App kaizoku-oh / IoT-Button-App]
 +
** [https://github.com/quini27/MQTT-broker-test-application-for-Android quini27 / MQTT-broker-test-application-for-Android]
 +
* Reference Material

Revision as of 17:04, 23 June 2020

Really need an android developer to build a customizable Interface app.

Envisioning something like the Node-Red "Dashboard", but not so clunky or limited...

Wishlist

  • NOT Cloud Based!
  • MQTT communication with Automation Server
  • Full suite of control options
    • button
    • switch
    • slider
    • dial
    • text / numeric
    • pick list
    • colour picker
  • Feedback
    • audio
    • haptic
  • Output
    • on/off state
    • guage
    • chart
    • text / numeric
    • audio

Some Links