Vassilis Bourdakis
Vassilis Bourdakis
Timo & TyphoonSB, sorry to chip in, I also had issues with my v.long code taking something like 3.5sec to run a full loop and maretron DSM250 display timing out...
> Something... > > For 1-wire temperature sensors you need to request conversion and then wait for 750 ms (for 12 bit sensors) before you can read temperatures. The OneWire...
fwiw, 16 and 4 dont work on this chip, I've used successfully: ``` #define ESP32_CAN_TX_PIN GPIO_NUM_17 #define ESP32_CAN_RX_PIN GPIO_NUM_16 ```
should mention it's a crappy chip altogether, difficult to get working, unstable, analogue input is a joke, uploading stuff to it you have to hit one of the two buttons...
well as Timo says, analog is BAD and even worse it's not linear and it gets even worse if you go for 12bit read. Dropping to 10 bit makes values...
impressively quick as always Timo 👍 works, rather compiles fine no problems, added it to my code, Maretron is not impressed, shows nothing in all available options: Total Fuel Economy,...
what board have you got? here is what worked on my NodeMCU ones. Mine didn't work using Timo's suggestion, don't know why, probably done something silly... https://github.com/ttlappalainen/NMEA2000_esp32/issues/3#issuecomment-443166348
hi all, finishing a v.crude bilge monitoring system and would like to get some alerts for it as well, any news/updates on that? ATM I'll do a custom sentence for...
@Tarakona2850 : GMI10 and GMI20 support windlass via custom NMEA0183 sentences simulating AutoAnchor black box and NOT via PGN128777. FWIW, if anyone wants them I've got them sorted and working...
> @Linusten Ok, then the cause of the alarm comes from the VE.Bus system (MP). One of the MPs thinks the Voltage is gone for a moment. I've had this...