der_wille_zur_macht
Team RC
Cool, thanks. I have a shield library too (forget where I got it) - but the ladyada one is nicer.
oh, for sure! I saw a DIY arduino gameboy type thing at hacktronics or liquidware or one of those sites that i got a kick out of. expensive kit, but definitely VERY cool.
After looking over alot of products and reading lots of beginner tutorials, i'm still pretty lost, though. This is probably a stupid question but, how many shields can you stack on top of a normal arduino (not mega)? and how many on mega? can a shield that fits on a normal board fit on a mega?
I see that there is an SD card shield. Would that be easier than having it log data on a computer? I wouldn't mind pulling the SD card out and throwing it in my computer once a month to analyze the data. I would still want to be able to check what current params are though.
I also saw that there is a bluetooth shield or module that was around $20 IIRC (nope, it was more i was confusing it with GPS). I have a usb bluetooth dongle that works pretty well for being $2. I wonder if I can write a windoze gadget that can display everthing the arduino is doing/monitoring and have it connected wirelessly via the dongle. Tank is close enough for a long usb wire, but wireless would be better. maybe xbee would be better or ethernet shield connected to a wireless adapter, if that is even possible.
Sorry, I know this is way outside the scope of this thread but after looking around various arduino websites my brain is literally exploding with ideas. maybe i should post something a little more relevant.... i'm thinking about starting with just making it a timer to control my halides. Would this be a good project to get my feet wet or will it be too ambitious?
is that what the extender shield would be for?Another comment regarding the Mega - it essentially adds program memory space and more IO pins. There are relatively easy ways around both of those problems on the "normal" arduinos, so I don't see the Mega as inherently attractive.
Ethernet shield is attractive, because it puts your controller on the network, instead of merely tethering it to a single PC.
The timer part would be dirt simple. Controlling the Halides means turning some really big relays on and off, and screwing with 120v AC - so proceed based on your own comfort level. Plus, it means the health of your tank is tied to an experiment. Perhaps a better first entry-level project would be a simple temperature logger. Connect a One Wire temp probe, a real time clock, and some means of data storage (or one of the above solutions) and have it tell you the temperature of your tank.
is that what the extender shield would be for?
That is wonderful but I can't run a wire from my router all the way to my fish tank. Is there a wifi shield? Maybe I could get a cheap-o router, install DDWRT on it and set it up as a bridge. would this work? It'll end up costing me about $100 in parts to do that including the shield. I had considered this but i was hoping to do it cheaper.
maybe controlling the fuge light, which is just 4 crees on a cpu heatsink, would be better. monitoring temp sounds like a good starter project too though. do they sell a waterproof temp sensor?
Since this design is for the larger community, what should we call it? I've been trying to think of a creative name for a while but I'm coming up blank. Any ideas?
I'd like to respect the Arduino core team's guideline to not use the word "Arduino" since we aren't officially part of their project. Also, I'd like to respect that they've stated they think naming something by tacking "-duino" onto the end of some common word sounds like crap.![]()
Since this design is for the larger community, what should we call it? I've been trying to think of a creative name for a while but I'm coming up blank. Any ideas?
Let's call it 'Hydra'
One of the things with teaching yourself though is you sometimes have to ask a question that may make you look dumb.