RF detection using a common LED

Hardware hacker b.kainka has posted on Hackaday.io a very interesting trick of detecting a RF signal using an everyday LED and ATtiny13 microcontroller (other microcontrollers should work too). I am using the ATtiny13 on the Sparrow board. https://hackaday.io/project/4926-cheepit-sparrow-dev-boards-for-smartphones LED2 is connected to port B.3 which is ADC(3) as well. So why not connect an Antenna here. The LED should work as a detector diode. A bias voltage is needed. So I should switch on the internal pullup. Now it works fine! Don’t believe it? Watch the video. To get it sensitive enough I had to use one more trick. I switch on

Read more

Quick Review of a cheap Chinese component tester

Adam Fabio has posted a quick review of a cheap Chinese brand multifunctional component tester on Hackaday. He found its build quality was very cheap, but he was also amazed with its features and functionalities, including ohmmeter, capacitance meter, transistor tester, etc, which worked amazingly well with a reasonable accuracy. Powered with Atmega328 microcontroller, this component tester can be purchased for ~ $20 on eBay and Aliexpress. I didn’t have huge expectations for the tester, but I hoped it would at least power up.  Hooking up a 9 volt battery and pressing the magic button brought the tester to life.

Read more

DIY bike speedometer

Check out this detailed build of Arduino-powered speedometer to monitor your bike speed on road. The project uses a reed switch to sense the rotation of one of the bike’s wheels. The Arduino reads in the reed switch closings and calculates the bike speed in mph. The calculated speed is displayed on a LCD screen. The speedometer is calibrated by defining the radious of the wheel in the firmware. Secure both the magnet and reed switch to your bike wheel with electrical tape (either wheel is fine).  As shown in the images above, the magnet connects to one of the tire

Read more

Onion Omega: Another WiFi dev board for IoT applications

Only 1/4 the size of the Raspberry Pi computer, Onion Omega is the latest and most promising open hardware development platform for WiFi based IoT applications. It comes with built-in WiFi, Arduino-compatible and it runs full Linux. It lets you prototype hardware devices using familiar tools such as Git, pip, npm, and using high level programming languages such as Python, Javascript, PHP. The Onion Omega is fully integrated with the Onion Cloud, making it a breeze to connect physical devices to the Web to create Internet of Things applications. Congratulations to the Onion Team for far surpassing their Kickstarter funding goal, while there are

Read more
« Older Entries Recent Entries »