Canreef Aquatics Bulletin Board  

Go Back   Canreef Aquatics Bulletin Board > General > DIY

Reply
 
Thread Tools Display Modes
  #1  
Old 03-16-2010, 07:06 PM
StirCrazy's Avatar
StirCrazy StirCrazy is offline
Member
 
Join Date: Oct 2001
Location: Kamloops, BC
Posts: 7,872
StirCrazy is on a distinguished road
Default

ok so looking around would this be a good kit to order for playing around?

http://www.hvwtech.com/products_view.asp?ProductID=1205

I figure it has a temp probe so I could play by getting it to turn off and on lights at different temps.

Steve
__________________
*everything said above is just my opinion, and may or may not reflect the views of this BBS, its Operators, and its Members. If cornered on any “opinion” I post I will totally deny having ever said this in a Court of Law…Unless I am the right one*

Some strive to be perfect.... I just strive.
Reply With Quote
  #2  
Old 03-16-2010, 07:41 PM
DiverDude's Avatar
DiverDude DiverDude is offline
Member
 
Join Date: Feb 2010
Location: Calgary
Posts: 519
DiverDude is on a distinguished road
Default

Quote:
Originally Posted by StirCrazy View Post
ok so looking around would this be a good kit to order for playing around?

http://www.hvwtech.com/products_view.asp?ProductID=1205

I figure it has a temp probe so I could play by getting it to turn off and on lights at different temps.

Steve
That would be a great place to start.

As for the number of programs you can have, I think you're having a conceptual issue. You can write one program that will handle multiple types of meat and/or timing cycles. the question is: How much program space (i.e memory) does any particular chip have ? THAT will limit the size of the program.

When I sold HVWTech.com, the Arduino was just starting to be known and I don't know a tremendous amount about it myself. From what I can gather though, with previous C++ experience and some electrical/electronics background, you are FAR better equipped to get into this than many people I used to sell development tools to !
__________________
-Mark

29 Gal Bowfront w/24" LED Lights. DIY HOB Sump (5.4 Gal) MP40. Orange Spotted Watchman Goby, 2 Clownfish and a few hermits.
Reply With Quote
  #3  
Old 03-16-2010, 09:26 PM
StirCrazy's Avatar
StirCrazy StirCrazy is offline
Member
 
Join Date: Oct 2001
Location: Kamloops, BC
Posts: 7,872
StirCrazy is on a distinguished road
Default

Quote:
Originally Posted by DiverDude View Post
That would be a great place to start.

As for the number of programs you can have, I think you're having a conceptual issue. You can write one program that will handle multiple types of meat and/or timing cycles. the question is: How much program space (i.e memory) does any particular chip have ? THAT will limit the size of the program.
hmm.. I got it from somewhere else that you can only have one program on the chip at a time, but I have been reading code all morning trying to figure out out a bit and I might be able to have a selectible loop routeen, but having two seperate programs isn't a big deal either as it takes a couple seconds to upload the one you want to use. or if I use quick disconects for the inputs/outputs I could easily have two units and just plug in the one I want. I actualy found a PID front end here
http://www.arduino.cc/playground/Code/PIDLibrary so i need to do some more reading to figure out how to combine it with my other requirments.

Steve
__________________
*everything said above is just my opinion, and may or may not reflect the views of this BBS, its Operators, and its Members. If cornered on any “opinion” I post I will totally deny having ever said this in a Court of Law…Unless I am the right one*

Some strive to be perfect.... I just strive.
Reply With Quote
  #4  
Old 03-17-2010, 04:12 PM
StirCrazy's Avatar
StirCrazy StirCrazy is offline
Member
 
Join Date: Oct 2001
Location: Kamloops, BC
Posts: 7,872
StirCrazy is on a distinguished road
Default

Ok so I ordered a development kit, should be here friday.. so I will start playing and seeing what this can do.

didn't get a LCD or wirless for now figured I would work on getting other things working befor adding more headach

Steve
__________________
*everything said above is just my opinion, and may or may not reflect the views of this BBS, its Operators, and its Members. If cornered on any “opinion” I post I will totally deny having ever said this in a Court of Law…Unless I am the right one*

Some strive to be perfect.... I just strive.
Reply With Quote
  #5  
Old 03-17-2010, 05:58 PM
DiverDude's Avatar
DiverDude DiverDude is offline
Member
 
Join Date: Feb 2010
Location: Calgary
Posts: 519
DiverDude is on a distinguished road
Default

Very wise. You will want an LCD at some point as it will make development and troubleshooting much easier. Of course, you'll need some kind of display for your project too !
__________________
-Mark

29 Gal Bowfront w/24" LED Lights. DIY HOB Sump (5.4 Gal) MP40. Orange Spotted Watchman Goby, 2 Clownfish and a few hermits.
Reply With Quote
  #6  
Old 03-17-2010, 08:24 PM
StirCrazy's Avatar
StirCrazy StirCrazy is offline
Member
 
Join Date: Oct 2001
Location: Kamloops, BC
Posts: 7,872
StirCrazy is on a distinguished road
Default

Quote:
Originally Posted by DiverDude View Post
Very wise. You will want an LCD at some point as it will make development and troubleshooting much easier. Of course, you'll need some kind of display for your project too !
now I was reading that for playing with this if I have it pluged into my laptop through the USB that I can use my laptop to monitor?

I think later I will get a WiFi shield and use a web page as a monitor or maybe a LED. the cool thing I was looking at is the actual board is only 30ish bucks so to build more stuff with be cheep compared to my initial purchase.

Steve
__________________
*everything said above is just my opinion, and may or may not reflect the views of this BBS, its Operators, and its Members. If cornered on any “opinion” I post I will totally deny having ever said this in a Court of Law…Unless I am the right one*

Some strive to be perfect.... I just strive.
Reply With Quote
  #7  
Old 03-17-2010, 09:25 PM
DiverDude's Avatar
DiverDude DiverDude is offline
Member
 
Join Date: Feb 2010
Location: Calgary
Posts: 519
DiverDude is on a distinguished road
Default

Again, I'm not very familiar with the Arduino but other micros have the ability to send information back to the PC and have it display there. The hitch to that is that it takes time -albeit only milliseconds- but this can affect how the rest of your program runs and can sometimes actually cause probmlems that wouldn't otherwise exist.

you'll be fine to start though.

Have at 'er !
__________________
-Mark

29 Gal Bowfront w/24" LED Lights. DIY HOB Sump (5.4 Gal) MP40. Orange Spotted Watchman Goby, 2 Clownfish and a few hermits.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT. The time now is 10:45 AM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.