Smartphone Control of Hexabitz Modules
Controlling your projects from a smartphone is an awesome feature that you can easily add with Hexabitz H23R10 Bluetooth/BLE module. We built a really simple Android app to control few modules -nothing fancy- so that anyone can take the app and morph it to her own needs. The app source code is available here. H23Rx module source code is available here as well.
The app has multiple tabs, one for example controls the H01R00 RGB LED module via color picker, RGB sliders and toggle buttons:
Another tab controls the solid state relay module (H0FR60) via toggle buttons and a timeout timer:
We will add more tabs with time to control and read signals from other modules. There's also a future plan for an iOS demo app as well.
Each tab features a textbox for module ID so that you can easily control different array shapes. Just build the array, run exploration CLI command and then enter the module ID in the app and start the action.
Android Application Implementation
TBD