Add RS232/422 to build service & docs for atoms3 and portabc
This commit is contained in:
parent
146bc44c62
commit
8bfc4ad8a3
Binary file not shown.
After Width: | Height: | Size: 448 KiB |
Binary file not shown.
After Width: | Height: | Size: 510 KiB |
|
@ -86,6 +86,8 @@ M5 Stack AtomS3Lite Canunit (experimental since dev20230826)
|
|||
* Build Define: BOARD_M5ATOMS3_CANUNIT
|
||||
* Power: Via USB
|
||||
|
||||

|
||||
|
||||
M5 Stick C Canunit
|
||||
------------------
|
||||
* Hardware: [M5_StickC+](http://docs.m5stack.com/en/core/m5stickc_plus) + [CAN Unit](http://docs.m5stack.com/en/unit/can)
|
||||
|
@ -98,6 +100,14 @@ M5 Stick C Canunit
|
|||
|
||||
Can be used e.g. as an NMEA2000 Adapter for a laptop running e.g. OpenCPN with the NMEA2000 Data converted to NMEA0183.
|
||||
|
||||
M5 Stack AtomS3Lite PortABC+CAN+ENV3
|
||||
------------------
|
||||
* Hardware: [M5_ATOMS3 Lite](http://docs.m5stack.com/en/core/AtomS3%20Lite) + [M5_PORTABC](https://docs.m5stack.com/en/unit/AtomPortABC) + [CAN Unit](http://docs.m5stack.com/en/unit/can) + [M5 ENV3](https://docs.m5stack.com/en/unit/envIII)
|
||||
* Build: [Online service](BuildService.md)
|
||||
* Power: Via USB
|
||||
|
||||

|
||||
|
||||
Node MCU32s - [Homberger Board](https://github.com/AK-Homberger/NMEA2000WifiGateway-with-ESP32)
|
||||
--------------------------------------
|
||||
* Hardware: see link in heading
|
||||
|
|
|
@ -147,6 +147,11 @@ types:
|
|||
description: "M5 Gps Unit"
|
||||
url: "https://docs.m5stack.com/en/unit/gps"
|
||||
resource: serial
|
||||
- label: "RS232/RS422"
|
||||
value: SERIAL_GROOVE_232#grv#
|
||||
description: "Generic RS232/RS422 Unit"
|
||||
url: "https://github.com/oxbown/esp32-nmea2000/tree/master/doc"
|
||||
resource: serial
|
||||
|
||||
- &m5groove
|
||||
type: select
|
||||
|
|
Loading…
Reference in New Issue