You may wonder why anyone would want to learn Morse code. You don’t need it for a ham license anymore. There are, however, at least three reasons you might want to learn it anyway. First, some people ...
If you're into robotics or electronics, you've likely come across Arduino—a small microcontroller that can control sensors and motors for nifty DIY projects. Like the Raspberry Pi, the Arduino is ...
Dejan Nedelkovski has built a stylish DIY touchscreen Arduino music player and alarm clock which has been created using a folded piece of sheet metal to provide a minimalist yet clean enclosure to ...
Arduino based projects are quite complicated and is no cake walk for beginners in this field. Interfacing a tablet with the microcontroller is a daunting task. Let see how its done here. Arduino based ...
Arduino enthusiasts searching for a tiny development board and Arduino compatible multitool, may be interested in the PocketScreen developed by the development team at Zepsch based in Ludwigsburg, ...
The tiny Pixel 2.0 is basically an Arduino board wedded to a tiny 1.5″ 128×128 color OLED screen. This means you can stick it inside a wearable and address the screen directly from the Arduino board, ...
Sunflower Shield adds a touch-enabled 3.5in QVGA TFT LCD to Arduino projects, and demonstrates Bridgetek’s FT813 video controller – which uses the firm’s innovative ‘EVE’ video controller which does ...
The readability of your code can make the difference between your project being a joy to work on, or an absolute headache. This goes double when collaborating with others. Having easily parsed code ...