This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

NMEA 2000 with LPC17xx

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.

Parents Reply Children
  • 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