Battery-less Self Powered Radio Transmitter
| |

Battery-less Self Powered Radio Transmitter

Batteries are the heart of any electronic circuit, the impossibilities of making a wireless circuit without batteries is now eliminated by this DFrobot mini generator based Rf circuit. Remote controllers can be seen everywhere, and most of them are inseparable from the battery. However, we often encounter problems when using the battery, for instance, it…

Digital Radio Transmitter and Receiver 433Mhz
|

Digital Radio Transmitter and Receiver 433Mhz

Radio technology is the best monitoring and control solution for small and long range wireless hobby projects. With other wireless controlling technologies like Buetooth and Wi-Fi AT commands system configuration is required which are very complex and need a setup program. Wifi’s signal limitations and high power consumption, IR emission angle and inability to penetrate…

Arduino VU meter using Neopixel LED
| | |

Arduino VU meter using Neopixel LED

I made many projects regarding Audio amplifiers and preamplifiers but this tutorial is for the visual music experience. I am going to make a music reactive neopixel based LED strip. The LEDs will glow according to the change in beat and the color is changed automatically. This type of multi color RGB pattern gives a…

Arduino based hexadecimal calculator
| |

Arduino based hexadecimal calculator

It is very easy to calculate the hexadecimal equivalent to a decimal number using dividing by 167 method. But this method is very long and sometimes very confusing when comes to large numbers. here I have a Arduino based decimal to hexadecimal converter. But let’s know more about hexadecimal number system and why it was…