This is a cover by me. Black Label Society – No Other.
Ardoscope on the way
I have a new project on the way. It will be a little bigger than my last ones thus it will take a little more time.
I only say one word, Ardoscope, try to find out what that could be ;)
WebVisitors blinker
I already wrote my first Arduino program. It’s really simple but fun :)
What it does is that every time somebody visits my website, a LED light blinks once in my room, and I get a warm feeling of a visitor ;)
How to do that:
- Burn this code to your Arduino:
- Connect a LED light to pin 12 and ground it.
- Connect your Arduino to your web server through USB.
- Log in to your web server and type: “sudo chmod 666 /dev/ttyUSB0”.
- Add this PHP code to your website header:
- Enjoy! :)
In case this doesn’t work; try to solve your problem or comment this article and I will try to help you.
Arduino
Today I got my new Arduino Diecimila that I ordered yesterday. That was a quick delivery.
I like the simple Arduino programming language. It’s much easier to program than C but still as functional as C.
For those who don’t know, Arduino is a physical computing platform based on a simple I/O board and a development environment that implements the Processing/Wiring language. Arduino can be used to develop stand-alone interactive objects or can be connected to software on your computer. Currently, shipping versions can be purchased pre-assembled; hardware design information is available for those who would like to assemble an Arduino by hand.
Prepare now, more fun projects are to come ;)
Foxhole radio
I was searching the Internet for a schema to make a simple AM-radio and I found this cool video at MakeZine.
Here is a PDF with the instructions.
Hand-powered POV video
Here is a short video to show you how the POV is working.
As you will probably notice, the camera refresh rate is much faster than me. This should not be a problem once the POV is on a fast enough motor.
Hand-powered POV version 2
Today I received the 330Ohm-resistors and bright blue LEDs I ordered. Each LED now has its own resistor, which makes all of them equally bright all the time.
So now I removed the old LEDs, replaced them with new ones, and moved them to the board to be on a straighter line. Now the LEDs are connected so that I don’t need the mirror()-function anymore. That makes the program faster and more synchronized. I also changed a bit the led()-function as I noticed that every led()-function was followed by a wait()-function and implemented some more characters.
Here are some new pictures and the new code:
Hand-powered POV
NEW VERSION HERE.
This week I’ve been working on a POV. It’s my first microcontroller project ever, and it has been fascinating. The microcontroller I used is an Atmel ATMEGA16 programmed with an Atmel AVR Dragon.
The next step is to make it turn around on a motor and calibrate itself automatically with help from a base-placed IR-diode. I have even talked with a local company that will hopefully provide me with a Bluetooth module to make the possible dynamic text change from a mobile phone or any other Bluetooth device.
For those who don’t know, POV stands for Persistence Of Vision.
First post
This is my first post, more to come!