I've ordered mine too, should be here within a couple of weeks :)
I've ordered mine too, should be here within a couple of weeks :)
Awesome, gonna add you to the list.
Wow, those are expensive.
The Chinese shit you could find in a local Thai electronic superstore would be dirt cheap compared to that.
You could get most parts from old broken electronics. (except for the Arduino and batteries of course)
Oh hey. Add me too, I've got an Arduino Duemilanove. With a DIP switch for switching off those TX/RX lights. :smug:
Thats pretty cheap, other stores are even more expensive.
The LEDs and resistors aren't bad, but their starter kit isn't worth it. Waaay too expensive.
That's the same kit I have, and for what you get, I didn't think the price was that bad.
Also, I'd love to be added to the list :3. I too have a Duemilanove.
Mine arrived a few weeks ago. But I haven't had any time to really use it.
Though I have blown 2 LEDs, was great fun.
To jamie, the experimentation kit comes with motors, ICs, leds, buttons, etc. what you'll want to get from the store are some general purpose transistors and capacitors to go with it.
Added to the list, and the ARDX is worth the price.
Dude, add me. I've posted like three times.
Arduino Duemilanove
Ok, I removed the box of resistors and was going to buy a big pack of transistors/resistors/capacitors I saw in a local electronic store.
However I've been having some payment issues on the oomlout website. When asking for card details I fill it all in, then when it comes to confirmation, I get redirected back to the payment page, with this error:
"10567 Invalid Data - A Start Date or Issue Number is required."
When there's no box for that.
yes sir, added you sir.
I'm writing down a few simple ideas I could make with my arduino before it arrives.
Quick question;
How would time work with the arduino? Is it possible to have a real time?
One Idea was to use a servo that comes with the starter pack, and have the kettle turn on at 7am.
Would I just have to set it up and turn it on the night before, then in the code calculate how long is left before the servo rotates to flick the switch.
Then comes in battery life of some thing looping constantly like this all night.
You can just use sleep(timeinmilliseconds); to make it not do anything.
You could theoretically put it to sleep for 24 hours. Only problem would be to start the timer at the right time. Example: Turn on your arduino exactly at midnight, add a sleep of 7 hours, add a sleep of 24 hours, repeat sleep of 24 hours.
Yes.
I am pretty sure that energy consumption is pretty low when it's sleeping.
Use delay. Sleep doesn't exist if im right.
Delay can't be used for anywhere near that long, nor does it put the device to sleep, so it would still be consuming full power. The best way to sleep for long periods of time is to use an external RTC IC(Real Time Clock) with an alarm function tied to an interrupt that wakes the Arduino. A RTC IC is also the only really reliable way to tell the time.
I of course menat delay in my above post, sorry...
Ok.
You can register on Sketchuino now!
Though nearly all pages are 404'd.
Registered though.
Yeah, it's not completely done yet.
Edited:
Someone called Me (Lives in Melbourne) registered a account too i see.
If too much people create stupid accounts i'll just remove them.
Does it have email verification?
Yes it does.
sup
Hey Me, you live in Melbourne?
yeah
Edited:
cool cookies bro
![]()
Need encrypted cookie names?
No, I need a session cookie that has a server forced expiry and is tied to my IP address
Example of how to do that?
session_start(); $_SESSION[ /* blah */ ]
you'll need to implement the ip-boundness and the expiy yourself, but I'm
sure you can do that
!!! ATTENTION !!!
Do not short circuit batteries with your mouth closed, your ears will thank you. Also make sure none of the ends is pointing towards you.
I did exactly that mistake, and here is the result:
Picture
I connected 5 of those batteries with each other, and this one exploded after 10 seconds. It flew with sonic speed straight into my stomach! ouch!
Stop doing those dangerous things DrLuke, first the capacitors now the batteries and whats next?
Can't wait.
He better post the sketch first.
So we can kill ourself too?
We need something to expand our minds,
across the room.
Or just to create other weapons?
I'm a noob. I screwed up my protoshield by soldering the wrong piece into the wrong spot.
It's one of those black things you put pins and wires into; I put a short one where a long one should be.
Gonna need to get some solder sucker.
Or solder wick, or just heat the parts up and pull them out.
I've tried heating it up and pulling it out, but by the time I take my soldering iron off one pin, and heat up another, the last pin is already solid again.
And it's 5 pins, so I can't just start yanking one while the other 4 are connected.