From 997c446fdab3718d9ff6298308e37dabe1fdd4d1 Mon Sep 17 00:00:00 2001 From: andreas Date: Fri, 15 Oct 2021 21:24:04 +0200 Subject: [PATCH] update readme --- Readme.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/Readme.md b/Readme.md index e91ff4a..7a6e75f 100644 --- a/Readme.md +++ b/Readme.md @@ -5,15 +5,17 @@ Based on the work of [Homberger](https://github.com/AK-Homberger/NMEA2000WifiGat Goal ---- -Have a simple ready-to-go ESP32 binary that can be flashed onto a [M5 Atom CAN](https://docs.m5stack.com/en/atom/atom_can), potentially extended by an [Atom Tail485](https://shop.m5stack.com/collections/atom-series/products/atom-tail485?variant=32169041559642) for NMEA0183 connection and power supply +Have a simple ready-to-go ESP32 binary that can be flashed onto a [M5 Atom CAN](https://docs.m5stack.com/en/atom/atom_can), potentially extended by an [Atom Tail485](https://shop.m5stack.com/collections/atom-series/products/atom-tail485?variant=32169041559642) for NMEA0183 connection and power supply. Modes ----- -NMEA2000 -> Wifi (NMEA0183) -NMEA0183 -> Wifi -NMEA0183 -> NMEA2000 -Wifi (NMEA0183) -> NMEA2000 -.... +* NMEA2000 -> Wifi (NMEA0183) +* NMEA2000 -> USB (NMEA0183) +* NMEA0183 -> Wifi +* NMEA0183 -> NMEA2000 +* Wifi (NMEA0183) -> NMEA2000 +* USB (NMEA0183) -> NMEA2000 +* .... Environment -----------