Results 26 comments of Chris Drake

Worked immediately for me on my Teensy 3.6 Perhaps you want to erase your SD card, and format it in a macbook using MBR partition scheme? If your SD is...

Let it drop. Downvoters are a disease that cause helpful people to cease sharing their knowledge - they need to be eliminated, not supported.

1.8.7 on 10.13.6 I could probably fix this myself - and I do happen to want to add a feature (ability for the Serial-Plotter to also write data to a...

Arduino Nano with the elcheapo serial chip (CH340G I think?) Loads of things break the IDE - the latest was a simple loop doing a println() on a pair of...

p.s. having a feature to log to disk is desperately needed in both the monitor and the plotter...

p.s. while I'm here - you didn't say anyplace if this is suitable "for me" (alone) or if it supports the concept of multiple users. It might be worth setting...

The doc for this is less than handy :-) You basically need to put the DER (*not* PEM) format certificates in binary format into a pair of char * variables....

Are you getting anything at all? Perhaps the call is not working? I am having a similar problem - I'm getting the data OK, but, VESC 3.56 is not adding...

@pumpkinheadnick > @gitcnd What is "crc"? Data packets start with a code (2) to say how big the packet length will be (2 means 1 byte length), then a byte...

@Peemouse - That definitely sounds like the problem... except I'm using interrupts to fetch serial data the instant it's available on my Arduino Pro-Mini 3.3v (8mhz atmega328p) into a 520-byte...