Hi friends I want to setting up a WSO100 Module witch work on NMEA2000 network. I use a LPC1768 for communicate with WSO100... Does anyone have information on this network? Any answer will be appreciated.
The internets do... en.wikipedia.org/.../NMEA_2000
Like CAN
Thank you Westonsupermare Pier for your reply OK, according to NMEA2000 documents, this network is similar to CAN Bus so I do this steps: 1) Set CAN baud rate to 250 kbit/s 2) Set CAN_rx_object (1, 1, 0x1FDFF, DATA_TYPE | EXTENDED_TYPE) witch 0x1FD02 is PGN number for wind data on WSO100 As I read in WSO100 user manual, PGN #0x1FD02 is periodical data and repeat every 10sec. but with this setting on CAN controller I do not receive any data on can bus... If i'm wrong, please tell me how should I set CAN setting. It's so necessary please help me Best Regards