ladyada’s ranting afowejfaiwuehfakjnfa

Archive for the 'arduino' Category

Friday, July 11th, 2008

I don’t own a moleskine so I can’t verify it, but Joe from engraveyourbook.com claims that he had a ‘organic chemistry test’ done on a piece of the cover that informed him that it was composed of vinyl (PVC).

PVC fumes are highly toxic to breathe in and are also damaging to laser engravers’ innards. So if you are in the business of laser-engraving them, you may want to hold off until the safety (or toxicity) is verified.

Note that having a laser-engraved moleskine is probably not so bad, just wash it off to make sure there’s no dust left.

[note: if you have a moleskine, you can try 'pulling' a corner. If it stretches, its almost certainly vinyl.]

Saturday, April 12th, 2008


If you want to make a clock with an Arduino/Boarduino/AVR, there is a way to hook up a precision 32khz watch crystal

mtbf0 shows you how!
pictured above is his LCD clockduino!

Trialex followed up with a really-big-7-segment clock (in the same thread)
dsc01341smallmu7.jpg

Wednesday, April 9th, 2008

I made another little demo of an XPort Direct webserver tonight. This time, you can send me a short message and it will be photographed and put up on flickr.

Basically, an Arduino + XPort shield + XPort + LCD + some code = minitwitter. I’ll put up deets on how to DIY later tomorrow.
But you can try it out now!

Edit: I added a servo that moves when a message is sent, so that the (motion-sensitive) camera will take a picture after each update. whew!

Monday, April 7th, 2008

This robot claw freaks me out a little. When I was a kid, I used to have nightmares about sticking my hand in the lobster tank at the store. Must be a New Englander thing…

Made by the miraculous Hijinx Comics

Sunday, April 6th, 2008

For a soon-to-be-released project I needed to have a character LCD display. I’ve got a box with a few of those $10 parallel LCDs that are so popular.

There’s even a few libraries at the Arduino playground for easy use. Dave Fowler from uCHobby even started out with a great tutorial. However, I didn’t see any good tutorials on how to do the actual -connecting- part. So I took pix while I wired up one to a protoshield and tested it.



Read all about it at my LCD tutorial page!

(Or if you just want an LCD that’s ready to plug in, you can check out this cool blue LCD shield from nuelectronics.com)

Wednesday, April 2nd, 2008

Here is an example of how to make a cool Internet application using the XPort shield I recently released. This is very simple, but its a good example of getting and outputting data. Basically the Arduino serves up a webpage with a bunch of nice javascript code that allows you to select a color. It also displays a “current color” (in this case a light green)

When you click "Submit" on the page, another request is made to the XPort/Arduino, this time with a GET command ?color=#xxxxxx with the color information. The Arduino looks for this command, parses the color requested and calls analogWrite() on the three LEDs to change them into that color.

Want to try it out? Go to -> http://ladyada.net/make/eshield/colorpickerfwd.html which will forward you to the correct IP address (since I dont have DNS for my home network). The XPort can only receive one connection at a time so if you cant get thru, please be patient! :)

Read more about the XPort shield here and get the source code and other details from this page

Friday, March 21st, 2008



Phil Warner
’s PanoBot is going thru multiple revisions, it seems. Latest one uses a Boarduino for ultracompactness, check it out!

Wednesday, March 19th, 2008

100_0859.jpg

Fancy yourself a chiptune-freak? Caitsith2’s Arduino shield is designed just for you…it allows easy interfacing with an SNES APU. just plug it on top and you’re ready to play some 16-bit wunderjingles

apu_diecimila_2.jpg

Monday, March 17th, 2008

This here is the exotic scandinavian straw-spined porkypine. During the mating season, it illuminates into a magical rainbow, so as to attract other boarduinos

Controlling so many RGB leds is quite a challenge, especially without hardware support!
Read more about it at the ladyada.net forums…

Tuesday, February 19th, 2008

Want your Arduino to check email? How about sending a twitter (which can then be easily forwarded to a phone via SMS)? Or grabbing data from a website? There are so many possibilites for projects that connect to the Internet to get data, now there’s an easy way to do it with an Arduino.

This shield allows you to add and use an XPort or XPort direct(+) Ethernet module (they cost only US$30-$50) using any 4 pins. All of the TCP/IP stack awfulness is done for you in the module so its super easy to just connect to any server.

Specifications

Read all the info on the website,
check out some of the example code,
and buy the kit from the shop.