-
Recent Posts
- PIC32MX220 USB project demo code
- PIC32MX220 demo board Gerber files
- PIC32MX220 demo project – delay using the 32-bit Core Timer
- PIC32MX220F032B demo code – input change notification interrupt
- Second PIC32MX220F032B demo code – how to read input from push button
- First PIC32MX220F032B demo code – flashing an LED
- Self-made development board for the 32-bit PIC32MX220F032B Microcontroller
- Microchip Introduces Smallest, Lowest-Cost PIC32 Microcontrollers
- Wireless data transmission between two PIC microcontrollers using low-cost RF modules
- Low cost temperature data logger using PIC and Processing
Categories
- Electric car history (1)
- Links (1)
- MCU – Development kits (4)
- MCU – LCD (1)
- MCU – Market news (2)
- MCU – Measurement (3)
- MCU – Play sound (3)
- MCU – Programming (1)
- MCU – Projects (4)
- MCU – RS232 communication (1)
- MCU – USB communication (4)
- MCU – Wireless communication (1)
- PIC32 projects (6)
- Uncategorized (1)
Tags
Meta
Category Archives: MCU – Play sound
Arduino Sound Part 2: Hello World
This is the second in a series of articles about generating sound with an Arduino. The first article covered the various methods available for sound generation with an Arduino. In this article we take a small step; “Hello World” for … Continue reading
Arduino Sound
This is the first in a series of articles about generating sound with an Arduino. The goals are to generate good quality sound which can be used to play simple tones, stored music, sampled sound, and even act as a … Continue reading
The BTC Sound Encoder
Great source how to play sound on cheap hardware. BTc is a sound conversion and compression algorithm. 1-bit sound is always “compressed” ie, 8 times smaller data than normal 8-bit PCM sound. It is also a much lower sound quality. … Continue reading