Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mgrouch authored Nov 5, 2024
1 parent 67634b3 commit fd94ced
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions bbn_m5atomS3_lite_env/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# M5Stack AtomS3-Lite with Env sensors to NMEA 0183

M5Stack ENV Unit with Temperature Humidity Air Pressure Sensor (DHT12 + BMP280)

Connected to M5Stack AtomS3-Lite via i2c

- Air Pressure
- Air Temperature
- Humidity

Generates NMEA-0183 XDR sentences (USB Serial with baud rate 4800) like this:

````
$BBXDR,C,23.20,C,TEMP_DHT12*6B
$BBXDR,C,24.58,C,TEMP_BMP280*5D
$BBXDR,P,101731.00,P,PRES_BMP280*4B
$BBXDR,H,30.30,P,HUMI_DHT12*65
$BBXDR,C,23.00,C,TEMP_DHT12*69
$BBXDR,C,24.58,C,TEMP_BMP280*5D
$BBXDR,P,101731.00,P,PRES_BMP280*4B
````

M5Stack ENV Unit with Temperature Humidity Air Pressure Sensor (DHT12 + BMP280):

https://docs.m5stack.com/en/unit/env

0 comments on commit fd94ced

Please sign in to comment.