Thread: PID and Arduino
View Single Post
Old 01-17-13, 12:28 PM   #6
AC_Hacker
Supreme EcoRenovator
 
AC_Hacker's Avatar
 
Join Date: Mar 2009
Location: Portland, OR
Posts: 4,004
Thanks: 303
Thanked 723 Times in 534 Posts
Default code guys

well if you're just getting into this, Arduino is a great way to go.

It has two ways of programming, a simple but somewhat limited way,
and a much more complex and capable way.

Also know that there are pre-written and pre-tested code libraries that you can use.

Also, it is common practice to post your project on the web, just like Daox did, with the code available to other people.

So, there are people all over the planet working with this stuff, and the code that is available is growing every day.

And, taking the PID example, PID can be used in very many ways. And with 80,000 projects (many of them will be bad Google hits), there is a very high likelihood that someone else tackled a project just like you want to do, and you don't have to re-invent the wheel.

-AC
__________________
I'm not an HVAC technician. In fact, I'm barely even a hacker...

Last edited by AC_Hacker; 01-27-13 at 12:41 AM..
AC_Hacker is offline   Reply With Quote
The Following User Says Thank You to AC_Hacker For This Useful Post:
buffalobillpatrick (05-27-14)