adafruit / Adafruit-SHT4x-Trinkey-PCB

PCB files for the SHT45 and SHT41 Trinkeys
Other
1 stars 0 forks source link

android friendly #1

Closed 1kaiser closed 5 months ago

1kaiser commented 5 months ago

can androud device can be used for logging as Termux or tmux is available in them ??

BlitzCityDIY commented 5 months ago

we have examples showing desktop logging with python over Serial: https://learn.adafruit.com/adafruit-sht4x-trinkey/logging-sht4x-data-with-cpython

the trinkey runs an Arduino sketch that outputs the data in a CSV format. in theory if your android device has a way to access the COM port then you should be able to.

1kaiser commented 5 months ago

if the android device is just a mobile phone

BlitzCityDIY commented 5 months ago

you would have to experiment with it. we have documentation on using CircuitPython with an Android phone that might have some helpful hints: https://adafruit-playground.com/u/BlitzCityDIY/pages/using-android-with-circuitpython

for more direct project help we recommend folks go to our Discord: adafru.it/discord