Open MeY0u opened 7 months ago
NMEA2000_esp32 driver does not wotk with -S models. You can try https://github.com/jiauka/NMEA2000_esp32xx/tree/main, but I have not yet fully tested it.
Thank you for your reply, i will look into it
On Fri, 5 Apr 2024 at 06:06, Timo Lappalainen @.***> wrote:
NMEA2000_esp32 driver does not wotk with -S models. You can try https://github.com/jiauka/NMEA2000_esp32xx/tree/main, but I have not yet fully tested it.
— Reply to this email directly, view it on GitHub https://github.com/ttlappalainen/NMEA2000_esp32/issues/20#issuecomment-2038749861, or unsubscribe https://github.com/notifications/unsubscribe-auth/BEZBJT7MJ65IZXHEJNKJWCTY3YIL7AVCNFSM6AAAAABFYLLWFKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAMZYG42DSOBWGE . You are receiving this because you authored the thread.Message ID: @.***>
NMEA2000_esp32 driver does not wotk with -S models. You can try https://github.com/jiauka/NMEA2000_esp32xx/tree/main, but I have not yet fully tested it.
okay, so i have tested the your suggestion it seems to work. using the link and Display2 example code.
i read successfully compass_directio, SOG, depth but the Temperature shows 16504 which is weird and cant be.
also the console also prints allot of "In Main Handler:
Display2 is just one example for showing how you could read data. It is not meant for anything finally usable. Other examples are showing different use of library and they does not decode data at all.
Temperature printing 16504 is caused by invalid handling of extented temperature range "not available" value. It should show "not available". I'll fix that some day.
Just read the code - "In Main Handler: " is printed on the HandleNMEA2000Msg, when it gets any message. So it prints that first for every message and then if message is known by sample, it prints also parsed data. Bus contains a lot of messages this example does not handle.
hello, i am testing the libraries with my environment(ESP32-S3-MINI, ArduinoIDE), i installed 2 libraries: NMEA2000_esp32 and NMEA2000. after towards i ran code verify with simple gpio adjusments and i receive the following error:
i didnt find any mention of "PERIPH_CAN_MODULE" in the libraries, could you pleases navigate me towards its source? later on i found that most of the functions in init function probable point to "driver/periph_ctrl" which i couldnt find.