News

What do you pick when you want to make something with a nostalgic touch? A radio, of course! Well, the project presented here is about building a compact Arduino FM Radio with the help of an ...
void RDS_process(uint16_t block1, uint16_t block2, uint16_t block3, uint16_t block4) {rds.processData(block1, block2, block3, block4);} if(start==0){radio ...
Trolling eBay for parts can be bad for your wallet and your parts bin. Yes, it’s nice to be well stocked, but eventually you get to critical mass and things start to take on a life of their own. This ...
You can create a release to package software, along with release notes and links to binary files, for other people to use. Learn more about releases in our docs.
Building radio receivers from scratch is still a popular project since it can be done largely with off-the-shelf discrete components and a wire long enough for the bands that the radio will receive.
Arduino enthusiasts looking for a new project to keep them busy over the weekend may be interested in a new Arduino FM Radio Project, which uses an ATmega328-based board to communicate with a TEA5767 ...
Casey Halverson has launched a new piece of Arduino compatible hardware he has designed and built called the Arduino HamShield. That is capable of enabling your Arduino project to communicate with ...