Measuring road bumps with Arduino GPS logger

Probably it is hard to find a road with very smooth surface. It wears out during time and then your drive becomes bumpy. Curious how bumpy it is? Then check out following project that measures this and even overlays on a map. To achieve this, techbitar used several building blocks including: Arduino, GPS module, SD card and XYZ accelerometer.

In order to measure bumps – only Z axis is needed. Arduino reads accelerometer data and packs it in to SD card along with GPS location and time stamps. In order to overlay data on map, he used GPSvisualizer.com that makes this easy task. This device may be used for fun but also for scanning road conditions or terrain mapping.

Wireless audio transmitting using nRF24L01P

We used to connect audio source to speakers with cables. But when we want to move around, the radius become short and things get messy. One way to avoid this problem is to use RF channel. As Texane proves – the nRF24L01P can do the job pretty well. And so in his project he attached the Nordic nRF24L01P board to Arduino and started to play around.

The RF chip is packed with many features like error checking, package resend on failure and other means that ensure safe data transfer. But these also slows data rate. So Texane decided to turn all them off and stick to one way transmitting only. This way he was able to reach 90KB/s rate.

Waiting for Christmas with Arduino Uno powered tree

Jason with his dad have been working on a Christmas tree project. It’s an Arduino Uno powered tree with no actual tree. They’ve put 16 light strands around flag pole to mimic tree.

The whole fun lies in control circuit. It is based on Arduino UNO that drives 16 mechanical relays. They even added a LED to indicate each relay activity. So far they programmed 14 different sequences – should be no problem to add more.

Remote controlled lights adds luxury in home theatre

Andrewdf set up his home theatre and found it annoying when he had to get off his couch and turn lights off. So he didn’t want to leave his comfort zone any more and build a remote controlled lights. He found out that TV remote has few unused buttons that can be used for other purposes.

arduino_IR_remote_light_switch

Abdrewdf build a custom Arduino board with torn out USB wall wart power block that feeds microcontroller. He used a solid state relay which is way better option that gives no noise on switching. Everything is pretty basic stuff – IR commands are processed using Adafruit IR code snippet. The switch is mounted so it would retain existing mechanical switch as well.

« Previous PageNext Page »