The background for my question was, that a code which successfully runs on an Arduino Nano makes problems when run on T3.2.
The sketch is decoding a Manchester coded signal from a 433 MHz receiver. Both edges of the...
Hi,
I want to use interrupts to measure pulse lengths with a Teensy 3.2. The time between interrupts shall be measured by micros().
But anywhere I read that using micros() within interrupts might cause problems. I...
hi,
my initial post was rather complex. Now I have a more simple question.
For setting the clock rate the SimpleSDAudio library contains two functions, SD_L0_init() and SD_L0_SpiSetHighSpeed().
void...
I am late with my reply.
Did you solve your problem and if so, what library did you use?
I am looking for a solution how to speed up SD data transfer with a Teensy 3.2 (96 MHz) which as slow as an Arduino Mega2560...
If you are asking for code on block SD read then I recommend the library SimpleSDAudio.
Yesterday I opened a post "speed up SD card transfer" asking how to speed up SD data transfer with that library. The library...
Hi,
I started a project with Arduino Mega2560. This project contains a library for audio output, SimpleSDAudio, see attachment. This library allows to output audio (speech in my application) by reading blocks of data...