RipVW

Results 27 comments of RipVW

Have been meaning to mention that the circular buffer in the example code I sent does little in preventing or reporting the buffer being overwhelmed. In both of our applications...

Thanks Eric, I'll take a look at that.

@erichiggins Last night I learned that reading just 5 bytes of data from the accelerometer instead of 6 made a significant improvement to the script's speed. As I understand the...

It occurred to me later today that the accelerometer's fifo buffer might output a stream of bytes, and it's the library that adds the commas and CR/LF.

Greetings, Have enjoyed reading your comments above as I have also been working on improving my sketch's sampling speed of an accelerometer. I am using an Adafruit Feather Adalogger MO...

Changed the script to write the data to the SD card. Writing the data to the buffer is keeping up with the 1000 Hz sample rate, but every so often...

Hi Eric, Thanks for writing. You and I started similar projects, reading accelerometers as fast as possible, and started with a similar strategy, storing bulky strings on the SD card...

Topic 1: Compressing your data even more. Part 1 - Eliminate storing data you don't really need. The more you store, the more often the SD card is going to...

@erichiggins Thanks for the timely reply and Github pointers. Will try to implement those going forward. But first, I'd like to pick on you some more about all those digits...