Remote control is almost a standard accessory for most home applications, like TV, Hi-Fi, air conditioner and so on. Though remote control brings us leisure, when you really need it but have completely no clue where it is, or which one it is, you have every right to be pissed off. To solve the remote […]
Projects
Sliderpusher for Digital Painters
No it’s not a name for some obscure industrial goth band… though that would be sick af! Anyway, If you ever used a graphics tablet to draw, paint or sculpt, you know how awkward it can be to click and drag something precisely with a stylus. You place it down or lift it up and […]
How to use an array with Arduino
This variation on the For Loop example shows how to use an array. An array is a variable with multiple parts. If you think of a variable as a cup that holds values, you might think of an array as an ice cube tray. It’s like a series of linked cups, all of which can hold the same […]
Arduino Based LED City Model (with Temperature Sensor)
everything is boring without LEDs, so lets make a city out of it! Basic Idea: so we build a City mode out of cardboard, then illuminate it with a LOT of RGB LEDs and let the temperature of color change according to room temperature using LM35 Temperature sensor. Supplies 1. WS2812b RGB LEDs (neopixels). 2. […]
Play a Melody using the tone() function with Arduino
This example shows how to use the tone() command to generate notes. It plays a little melody you may have heard before. Circuit image developed using Fritzing. For more circuit examples, see the Fritzing project page Connect one terminal of your speaker to digital pin 8 through a 100 ohm resistor. Connect the other terminal to ground. […]
Color Smoke Bubble Machine (For Kids Safe Incense Smoke)
Bubbles are always like by all ages. Its fun to see smoke filled bubbles. But color smoke using potassium nitrate are not advice to inhale. Also color from smoke fireworks also not safe for kids so if use smoke fire works dont allow the kids to inhale. Note:- Don’t inhale the smoke created using potassium […]
Arduino Web Enabled RGB Lighting
I just happened to see some large strips of LED lighting when I was picking up some parts at Maplin which were on sale (if I remember correct they were around £12 per approx. 2m strip) however the controller/driver was still around £40, so I thought I would just build a better one myself. I […]
Programming a ATtiny2313 with Aceduino
What is an ACEDUINO? It is the Philippine Arduino clone. See pic 2 and 3. Quote from Fall Electronics: If you have already tried you have found out you can’t use the ATTiny chips in Arduino. This is because it doesn’t have the cores for the chips. A core in this context is a bunch […]
PC Palette – a Macro Keypad With Limitless Possibilities.
Do you edit? Do you design? Do you Game? Do you use a computer? Well the PC Palette perfectly fits your needs, be it editing, be it designing, be it gaming or even just using a computer this accessory can help you do your work efficiently. Sure there are many of these in the market […]
Simple 18dof Hexapod, Arduino nano (optionally with pololu maestro)
Hello, Here is a simple hexapod that can be built by hand very quickly. The mechanical design is not great, but it is very much in the KISS (keep it stupidly simple) style and should be doable in a weekend for builders of novice to medium experience. I won’t be improving this project any time […]