jiauka
jiauka
The standard says: _2) A variable number of "Satellite ID-Elevation-Azimuth-SNR" sets are allowed up to a maximum of four sets per sentence. Null fields are not required for unused sets...
Hi Bernd: Did you manage to make it work with an ESP32? If so, could you share it? Thanks a lot jiauka
> I am trying to emulate an AC12/42 with ESP32 using only the BT-1 / WR-10 controller and a ORCA interface This is to bridge to NKE bus which i...
It has an ESP32-S3 , you may use this ESP32 CAN library. https://github.com/jiauka/NMEA2000_esp32xx
Try this library https://github.com/jiauka/NMEA2000_esp32xx It uses the espressif original HAL twai calls. It works on ESP32, ESP32C3 and has been successfully tested on ESP32S2 by @cheli0. It should work on...
I made it work some time ago. it is a WIP,but could help you https://github.com/jiauka/NMEA2000_stm32f1
Arduino nano has the ESP32-S3 chip, you need this library https://github.com/jiauka/NMEA2000_esp32xx Instead of the NMEA2000_esp32
Check ActisenseListener example, everything you ask is there.
Connect the gnd of the 5V to the nmea2000 it won't harm. Also be sure that TX and RX at the EsP32 are properly configured as TWAI Rx & tx
Do you have the schematic? Could be that CAN bus transceiver is connected to some bootstrap pins.