So you want to go beyond the simple beeper sound in your Arduino and want play audio, either music, voice or any other audio. You have a few options to do so. Here’s a few:
Continue reading…
Posts tagged with 'arduino'
Top 5 Must Have Arduino Tools
I’m a huge Arduino fan. Before Arduino I used to spend hours writing C code for PIC controllers just to get an LED blinking. What a time waster. Now with Arduino I can much quicker get my cool projects up and running. As a thank you for all the Arduino community, I decided to compile […]
Continue reading…
Arduino’s ATMega328 Power Consumption
See how you can get a 7x battery life improvement on Arduino based projects. Also, learn about power consumption, regulator efficiency and battery life estimation. Intro In this experiment I investigate the power consumption of the Atmel ATmega328P-PU microcontroller which is the uC used in the Arduino Uno R3 boards (and others). If you’re looking for the […]
Continue reading…