This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Introducing myself
#3
(2020-09-05, 06:11 PM)tkurki Wrote: Generate Signal K instead and add the N2K connection to your Openplotter server. The server can convert Signal K to N2K for you.

https://github.com/SignalK/SensESP has a bunch of sensors already implemented and additional sensors are pretty easy to add.

Thank you for the quick response. 

After a lot of effort and poking around finally found solution.

I wasn't until I read the NMEA200_CAM.h file that I discovered the secret!

I added:
#define USE_N2K_CAN 7 // for use with ESP32
#define ESP32_CAN_TX_PIN GPIO_NUM_5
#define ESP32_CAN_RX_PIN GPIO_NUM_4
#define N2k_CAN_INT_PIN 0xff
before the include libraries

Would be nice to include this instruction in the demo programs so newbies like me don't have so much trouble.

I am so happy to have this work as it open a world of possibilities.

I want to thank everyone who works so hard on all these programs!
Reply


Messages In This Thread
Introducing myself - by captainLang - 2020-09-05, 12:46 AM
RE: Introducing myself - by tkurki - 2020-09-05, 06:11 PM
RE: Introducing myself - by captainLang - 2020-09-05, 07:19 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)