ngt-1
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
ngt-1 [2024/04/19 03:50] – [dmesg] river | ngt-1 [2024/08/26 18:20] (current) – river | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== Actisense NGT-1 ====== | ====== Actisense NGT-1 ====== | ||
- | It's a USB to NMEA2000 adapter. USB side is an FTDI chip. FTDI talks to an ST STR712FR1, then an isolation barrier, and CAN interface. CAN side of isolation appears to be powered from the CAN bus. There is very little to it, but it is all spread out a lot in an excessively large box. | + | After trying to use this briefly, I much prefer a plain USB-CAN adapter that does socket CAN instead of it's own proprietary encoding over USB serial port. |
+ | |||
+ | It's a USB to NMEA2000 adapter. USB side is an FTDI chip. FTDI talks to an ST '' | ||
+ | |||
+ | The microcontroller core is an ARM7TDMI, which is a pre Cortex-M design, so a predecessor to the STM32s it seems. | ||
The NMEA network cable is quite hefty. | The NMEA network cable is quite hefty. | ||
Actisense sell an isolated and non-isolated version. The one I looked at says it is the normal USB version but it appears to be isolated inside. | Actisense sell an isolated and non-isolated version. The one I looked at says it is the normal USB version but it appears to be isolated inside. | ||
+ | |||
+ | It could benefit from [[conformal_coating|Conformal Coating]]. | ||
+ | |||
+ | {{:: | ||
+ | {{: | ||
===== dmesg ===== | ===== dmesg ===== | ||
Line 22: | Line 31: | ||
[45958.620317] usb 1-1.2: FTDI USB Serial Device converter now attached to ttyUSB0 | [45958.620317] usb 1-1.2: FTDI USB Serial Device converter now attached to ttyUSB0 | ||
</ | </ | ||
+ | |||
+ | ===== Software ===== | ||
+ | |||
+ | ==== NMEA Reader ==== | ||
+ | |||
+ | Some debug software provided by Actisense, also apparently needed to configure the device. CANBoat wiki says the device won't send any useful PGNs to the network unless enabled with this software. | ||
+ | |||
+ | ==== CAN Boat ==== | ||
+ | |||
+ | A bunch of linux CLI programs that can work with the NGT-1. | ||
+ | |||
+ | e.g. | ||
+ | `actisense-serial / | ||
+ | |||
+ | Must be built from source. | ||
+ | Instructions: | ||
+ | |||
+ | ==== SignalK ==== | ||
+ | |||
+ | Uses canboat to talk to Actisense and others. | ||
+ | |||
+ | ==== OpenCPN ==== | ||
+ | |||
+ | Unsure. Seems to be under recent development. |
ngt-1.1713498625.txt.gz · Last modified: 2024/04/19 03:50 by river