The circuitpython application code that will run on the badge.
- initial test code from Michael Welling (@mwelling)
- prints i2c sensor data to LCD and serial
Gas: 38599 ohm
Humidity: 21.9 %
Pressure: 1020.566 hPa
Altitude = -60.73 meters
Acceleration (m/s^2): (0.738,0.323,-9.606)
Magnetometer (gauss): (-0.029,0.030,0.450)
Gyroscope (degrees/sec): (0.114,0.936,-0.674)
Temperature: 23.500C
- note: on early prototype versions of the badge, the i2c bus was shorted so this code would get stuck as it can not access i2c bus
- @siddacious attempt to make an apps menu
- factory test by @acamilo that displays QR
- A simple BLE application that allows other applications to interact over BLE using simple line-delimited messages
- Includes an experimental chrome extension to use the badge as a Meet remote (mute/unmute).