sparkfun / OpenLog_Artemis

The OpenLog Artemis is an open source datalogger the comes preprogrammed to automatically log IMU, GPS, serial data, and various pressure, humidity, and distance sensors. All without writing a single line of code!
https://www.sparkfun.com/products/15846
Other
88 stars 47 forks source link

Feature request: display sensor value on Qwiic Alphanumeric or 16x2 SerLCD #188

Closed n8maher closed 9 months ago

n8maher commented 9 months ago

It would be awesome if the Openlog Artemis could recognize the Sparkfun Qwiic displays and display real-time sensor information on them.

PaulZC commented 9 months ago

Hi @n8maher ,

Another good suggestion - thanks - but just not practicable on OLA. The easiest solution is to echo the sensor data to the TX pin - the firmware already supports this - and have another board receive the serial text and copy it to a display.

Thanks again, Paul