Andreas Koritnik
Andreas Koritnik
Hi Timo, Many thanks for the ESP32 support. It works great. https://github.com/AK-Homberger/NMEA2000WifiGateway-with-ESP32 BTW: The AZDelivery ESP32 NODE MCU is using: GPIO2 -> CAN TX GPIO4 -> CAN RX Regards, Andreas
Hi orgicus, I forked the library and integrated the eye blink detection in the code: https://github.com/AK-Homberger/Mindwave Feel free to include the changes also in the main branch. Regards, Andreas
Hi Hardi and Rolf, It is not necessary to use the motor detection function of the MFD. Just select the data you want to see in the data pages setup....
Hi, After a short look to the code you should try to change: "uint32_t _MsgTime = 1; msg.MsgTime;" to "uint32_t _MsgTime = msg.MsgTime;" Unfortunately, I can't test it by myself...
Pleas check that the IP address (see below) is in the right network range. Then it should work. I used this program for a long time. const char * udpAddress...
In that case (AP mode) the address "192.168.15.255" is correct and it should work.
Hi,I don’t have gerber files for this project.But with the project files for KiCad on GitHub, you can create that files by yourself.Regards,AndreasAm 21.02.2024 um 21:02 schrieb Thomas Nisole ***@***.***>:...
You are right. For this project, I did not upload the KiCad files. I will do this later this week.Am 26.02.2024 um 12:07 schrieb Thomas Nisole ***@***.***>: Hello @AK-Homberger ,...
I don't have any gerber files. But you can create them by yourself with KiCad.
Hallo, die Variable "size" wird in dieser Version des Programms nicht benötigt. Die Zeile kann gelöscht werden. Weitere, und besser beschriebene Programmteile, gibt es im NMEA2000-Workshop. Viele Grüße Andreas