FXVT

Results 8 comments of FXVT

Bonjour, Sketch: **Battery Monitor** I also have the message **CAN device failed to open** right after the instruction **NMEA2000.Open();** I use an Arduino Uno R3 and a CAN-Shield from _https://www.elecrow.com/canbus-shield-p-1133.html_...

Bonjour, Thank you for your prompt reply. Ok, now I understand. I am going to order Mega boardsto replace the Uno boards I have on the boat :-( Regards. FX

Bonjour, Hourra, I get the message ! "... **_CAN device ready Start address claim Pri:6 PGN:60928 Source:22 Dest:255 Len:8 Data:1,0,E0,7C,0,AA,46,C0_** ..." The change I have done is to add this...

Hello, Here are some examples of the standard PGN: [Format des PGN.txt](https://github.com/ttlappalainen/NMEA2000/files/1150848/Format.des.PGN.txt) Regards. FX

Bonjour Everybody, Arduino IDE. v1.8.13, Board manager ESP32 V1.6 or 2.00 I have the same error even when pressing the reset button _esptool.py v3.0-dev Serial port COM8 Connecting........_____....._____....._____....._____....._____....._____....._____ A fatal...

Bonjour Everybody, I have the same message when calling buzzer->begin(). It reboots. I have a T-Watch V2. The original sketch (when unbowing the watch) had a working buzzer function, so...

Bonjour, For the Watch 2020 V2, I use: SETUP: #define DRV2605_ADDRESS 0x5A static Adafruit_DRV2605 *drv; // VIBREUR HAPTIQUE drv = watch->drv; // drv.begin(); watch->enableDrv2650(true); drv->selectLibrary(1); drv->setMode(DRV2605_MODE_INTTRIG); Then in the loop...