skyflyer
Well-Known Member
use 3,3v as supply to the 3232 - it works fine.
Probably teaching granny to suck eggs etc, but the diagram i posted earlier of the 3232 circuit is not the direct pinout as the pin numbers have been moved all over the place!
I only have single line 0183 kit, so my ground is common to everything, so i have just the NMEA (depth) input to pin 13, the gps input to pin 8 and the output from the Due back to pin 11.
Its working fine for me now for the 0183 side of things - the Due multiplexes GPS and Depth, works out from analog data the windspeed and direction and creates an 0183 sentence for that, multiplexes that and outputs all 3 sets of data to my plotter. The single 3232 chip, running on 3.3v does all the logic and voltage conversion (like Angus said it would ages ago but I wash't listening - sorry!)
I had problems with some N2k stuff getting sent through on the 0183 side of things but the following statement cured that:-
NMEA2000.EnableForward(false); // Disable all msg forwarding to USB (=Serial)
But at the moment I'm having trouble getting anything out of the Canbus transceiver that can be read by the N2K side of things! It world with Actisense reader on PC but not with real instrument!
Probably teaching granny to suck eggs etc, but the diagram i posted earlier of the 3232 circuit is not the direct pinout as the pin numbers have been moved all over the place!
I only have single line 0183 kit, so my ground is common to everything, so i have just the NMEA (depth) input to pin 13, the gps input to pin 8 and the output from the Due back to pin 11.
Its working fine for me now for the 0183 side of things - the Due multiplexes GPS and Depth, works out from analog data the windspeed and direction and creates an 0183 sentence for that, multiplexes that and outputs all 3 sets of data to my plotter. The single 3232 chip, running on 3.3v does all the logic and voltage conversion (like Angus said it would ages ago but I wash't listening - sorry!)
I had problems with some N2k stuff getting sent through on the 0183 side of things but the following statement cured that:-
NMEA2000.EnableForward(false); // Disable all msg forwarding to USB (=Serial)
But at the moment I'm having trouble getting anything out of the Canbus transceiver that can be read by the N2K side of things! It world with Actisense reader on PC but not with real instrument!