Collin Kidder

Results 243 comments of Collin Kidder

Is it possible to stop sending updates to the web interface if we know that nobody is listening? Perhaps a 10 minute time out? Can we figure out if anyone...

I've had someone tell me that speed mode would be easier in a boat. I don't own a boat, I've never been in an electric boat, I have no knowledge...

My only real trepidation about merging this is that it defaults to not loading the driver for external controllers. Since that was the old default this would break all existing...

Yes, 9 is high, 10 is low for the first CAN bus. All of the grounds are connected and equivalent. You can export data to your custer and speedo so...

I believe the default behavior is still to have no DLC value unless you issue an ATD1 command. But, the firmware as it sits on github doesn't respond to ATD1...

It's supposed to allow for using wifi to connect to the device so a USB cable is not needed. It should be possible to connect to an ESP32 over wifi...

Try not beginning CAN0 with a definite speed first. beginAutoSpeed() does the initialization process. It also should automatically be using listen only mode internally so start with beginAutoSpeed then do...

Yeah, I never did add support because I never actually had a non-Coda UQM controller so I didn't have any need to write the code. The basic steps should be...

I installed 2.0.9 and tried it. I also get the same result. Here is the decoded stack dump: ``` 0x400833dd: panic_abort at /Users/ficeto/Desktop/ESP32/ESP32S2/esp-idf-public/components/esp_system/panic.c line 408 0x40087f2d: esp_system_abort at /Users/ficeto/Desktop/ESP32/ESP32S2/esp-idf-public/components/esp_system/esp_system.c line...

Should be fixed here: 678480fe8f4a9b59205920deac58583b0b8d83ae It seems there was a race condition between a task I started and the TWAI library. It seems to need some delay between stopping the...