micro controlers

Thread Starter

erich_7719

Joined Oct 14, 2009
92
I understand how to program Excel through VBA, that about it for my programming capabilities.

With that said which would you say would be easier to learn an Arduino or something like a PIC16... PICkit 2. What I am wanting to do is to control a frog tank in all aspects temp, humidity, water level... you get the point. So I figure that would be easy either way I go

Where my question comes in is I want it to communicate on my network to talk to Excel about what the water level is, the temperature is, humidity...

Any suggestions on to what to read up on or things to consider would help a lot.

Thank you in advance for your help and time.
 
Last edited:

mcgyvr

Joined Oct 15, 2009
5,394
I just started a year or so ago with micros.. I couldn't be happier with the Arduino. $40 bucks and your are up and running.
 

Thread Starter

erich_7719

Joined Oct 14, 2009
92
Thank you mcgyvr.

Are the scripting languages similar; in the means that you don't have to go back to school and get a degree to understand the language?
 

RiJoRI

Joined Aug 15, 2007
536
The Arduino has no scripting language; the IDE has a C/C++ interface. Nuts and Volts magazine was carrying a series of articles by Joe of SmileyMicros.com. It was C for the real beginner, and in it he switched from the AVR Butterfly to the Arduino. Shortly thereafter, I let my subscription lapse.

HTH,
--Rich
P.S. -- there is a WORLD of difference between PC languages and uC languages. Just consider the memory size differences!!
 

someonesdad

Joined Jul 7, 2009
1,583
If you want to talk to the device over the network, I'd recommend taking a look at a single board computer that comes with analog and digital IO capabilities. For example, here's a device that probably costs under $300 (note the frequent use of the word "optional", which means they'll be nicking you in many different ways :p) that could run Linux and has the requisite digital and analog IO. While that sounds like a lot of money compared to an under $5 microcontroller, realize that there would be a lot of work and other hardware/software required to bring up a microcontroller operating on the network.

If you choose to go this SBC route, I'd recommend that you study the web carefully and ask folks for experiences with particular vendors. I used a Rabbit board about 20 years ago that work OK for my needs, so that would be one vendor I'd recommend checking out. There are numerous other vendors. Realize that they mostly sell into industrial markets, so the prices will probably be higher than you'd expect.

When you winnow down the choices to a few, it would be worthwhile calling the vendors and explaining what you want to do and ask them if your choice is suitable, along with any options or ancillary equipment that would be required to get things working.
 

jeffjohnvol

Joined Oct 15, 2008
37
If you are more comfortable with Basic (VBA) you may want to consider the parallax basic stamp. Its a little less bang for your buck, but it has the basic language.

Personally, I love Arduinos, very easy to use and a great knowledgebase out there.
 
Top