Author Archives: R-B

Underwear alarm

Last week we looked at Randy’s walking robot made of customized 3-D printed parts. This week, he came up with this crazy idea of making underwear wake-up alarm for his lazy girl friend, who does not wake up with alarm clocks. His new project, Goodmorning Underwear, is built using the littleBits prototyping platform and a pair of panties, which vibrates to wake you up in the morning. The event to trigger the alarm are set up through Google Calender. Two vibration motors embedded into the underwear set off a gentle buzz to remind you of the event.

Underwear alarm

Underwear alarm

ChronodeVFD: A wearable wrist watch with vacuum fluorescent display

Vacuum Fluorescent Displays (VFD) are usually considered bulky, and are, therefore, mostly found in non-portable consumer-electronics gadgets such as DVD players, automobile audio system, and electric ranges. Johngineer’s ChronodeVFD is an exception to that. He used them to construct a wearable wrist watch. The ChronodeVFD uses the IVL2-7/5 VFD display tube controlled by the Maxim MAX6920 chip, which is a 12-bit output, 76V, vacuum fluorescent display (VFD) tube driver.

The core of the project is the ATMega88 microcontroller and the DS3231 RTC chip. His design also includes an analog light sensor, a BMP180 barometric/temperature sensor and a MMA8653 accelerometer. The finished watch is powered by one AA alkaline battery, which lasts for 6-10 hours.

as

ChronodeVFD wrist watch

Arduino solar charge controller and energy monitor

Solar charge controller is a key component in any photovoltaic system that uses batteries to store energy. The main function of solar charge controller it to reduce the overall system maintenance and prolongs the battery life by regulating the charging voltage and current coming from the solar panels. It also protects the battery from both overcharging and deep discharging. Today, most of the solar charge controllers utilize the Pulse Width Modulation (PWM) technique to adjust the charging voltage and current according to the charging status of the batteries. For instance, if the battery gets closer to fully-charged condition, the amount of solar power delivered to the batteries is lowered by lowering the duty cycle of the PWM signal. This approach has lesser stress on batteries during charging and thus extends their battery life.

Debasish Dutta’s new DIY Arduino Solar Charge controller is also based on the PWM approach. His design uses Arduino for PWM generation and other measurements and control features. The Arduino Solar controller uses a simple resistor-divided-network to construct a voltage feedback system to sense the battery terminal voltage. The feedback signal is then used to adjust the duty cycle of the PWM signal. His charge controller also implements an energy monitor system, which is really a cool feature. A 4×20 character LCD is used in the project to display the key parameters like voltage, current, power, energy, and ambient temperature. An automatic load control feature disconnects the load from the battery to prevent it from deep-discharging.

Solar charge controller plus energy meter

Solar charge controller plus energy meter

Adding hardware media controller to your PC

Keyboards with extra keys for quick multimedia control are a handy shortcut for geeks who love to listen to music while working on their computers. However, not all keyboards contain those extra keys. The Peng Multimedia Controller project is a DIY USB hardware device that provides shortcut keys for easy media control. It supports the basic media control features such as Next/Previous, Play/Pause and volume control. The project uses Atmega8 microcontroller which communicates with the PC through a software-only implementation of USB using V-USB. While push switches are used for Play/Pause and Next/Previous functions, a linear potentiometer is used for volume control. The casing for the project is custom-designed using 3-D printer.

 

USB media controller

USB media controller

[via HackAday]

Arduino standalone MP3 player

This Arduino-based standalone MP3 player was designed by Jose Daniel Herrera using the VS1002d single-chip MP3 audio decoder, which is a complete audio solution with a high-performance, low-power DSP processor along with working data memory, instruction and data RAM for user applications, serial control and input data interfaces, 4 general purpose I/O pins, an UART, as well as a high-quality variable-sample-rate mono ADC and stereo DAC, followed by an earphone amplifier and a ground buffer. His project uses a SD card module for storing MP3 files and a 4×20 character LCD for providing an user interface for displaying song menu and other information.

Arduino MP3 player

Arduino MP3 player

 

« Older Entries Recent Entries »