Random-access memory (RAM)

It's better to have as much as possible.

Pages

Friday, April 27, 2018

Mbed vs Arduino Uno speed of AD & DA Conversion

While i was playing with Mbed i noticed difference in speed of Analog to Digital & Digital to Analog Converter which is expected due to heart of Arduino (ATmega 328) and Mbed (32 bit ARM Cortex). With that in mind it's pretty obvious that Arduino it's not suitable for Digital Signal Processing while Mbed gives a bit more space to work as DSP filter, Audio mixer, effects...Here is some results directly from Tera Term and Arduino IDE Mbed: ****All...