-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
error when running DataDisplay2-esp32 #20
Comments
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
<#20 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BEZBJT7MJ65IZXHEJNKJWCTY3YIL7AVCNFSM6AAAAABFYLLWFKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAMZYG42DSOBWGE>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
okay, so i have tested the your suggestion it seems to work. using the link and Display2 example code. |
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.
The text was updated successfully, but these errors were encountered: