Replies: 1 comment
-
It is interesting that you ask. I have been experimenting with flet and the Uno R4 WIFI. I have a working demo I can run on my Android tablet that uses WIFI to connect to the tablet. Then I can click a button to turn on an LED, use a slider to fade another LED, read a potentiometer and use the value read to adjust the angle of a servo, and an indicator for a slide switches current position. Here is a screenshot of the Android app. And the flet code is very straight forward:
However, since the telemetrix library for the Uno R3 and similar processors uses a Serial/USB transport, I am uncertain how this would work. I did create webpage controller using pymata-io This uses WebSockets. I believe Flet supports WebSockets, but I have yet to use them. So, yes, it is possible to control an Arduino with an Android app, but I do not have anything available yet and do not have a timeframe for when one might be available. If you want to implement a solution, I would be happy to provide any guidance you need. |
Beta Was this translation helpful? Give feedback.
-
i am looking for an Android app that provides an UI to control the arduino pins, much like the old ArduinoCommander app provided with Firmata.
Is there an alternative based on Telemetrix?
Beta Was this translation helpful? Give feedback.
All reactions