-
Notifications
You must be signed in to change notification settings - Fork 224
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
N2k_CAN_int_pin #412
Comments
Do you use freetos or Arduino environment? Why you do not use ESP32 internal CAN controller? |
arduino. I don't know, I can't get either one to work. I'm using these settings
and then in the loop I'm calling "SendN2kTempPressure"
|
If you use internal controller, have you properly connected transceiver to defined pins? |
ESP32_CAN_TX_PIN GPIO_NUM_25 so pin 25 to transceiver TX |
Yes and depending of transceiver it may have other pins, which has to be propely connected. Read transceiver datasheets carefully. |
this has only 3.3V and GND. |
Which transceiver? |
SN65HVD230 |
have you read the documentation? That chips has Rs pin "SN65HVD230 and SN65HVD231: Mode select pin: strong pull down to GND = high speed mode, strong |
If you have two devides, it is important that they have different NAME (read the document https://ttlappalainen.github.io/NMEA2000/md_7_glossary.html).
So you must provide at least different unique number for each of them. |
I'm using ESP32-WROOM-32D with mcp1525 board (8Mhz).
I'm using this declaration
#define N2k_CAN_INT_PIN 21
if I set N2k_CAN_int_pin I get this error
The text was updated successfully, but these errors were encountered: