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 13, 2024
1 parent 89502de commit dd85fba
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions bbn_m5atomS3_lite_angle_unit/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# M5Stack with AtomS3-Lite and M5Stack Angle Unit to NMEA-0183

M5Stack Angle Unit connected to M5Stack AtomS3-Lite via gpio analog pin

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

````
$BBXDR,A,180.0,D,ANGLE*2D
$BBXDR,A,80.0,D,ANGLE*1C
$BBXDR,A,39.0,D,ANGLE*1E
$BBXDR,A,16.0,D,ANGLE*13
$BBXDR,A,-42.0,D,ANGLE*3F
$BBXDR,A,-53.0,D,ANGLE*3F
$BBXDR,A,-53.0,D,ANGLE*3F
````

M5Stack Mini Angle Unit Rotary Switch with Potentiometer :

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

0 comments on commit dd85fba

Please sign in to comment.