Netduino home hardware projects downloads community

Jump to content


The Netduino forums have been replaced by new forums at community.wildernesslabs.co. This site has been preserved for archival purposes only and the ability to make new accounts or posts has been turned off.

zemuss's Content

There have been 69 items by zemuss (Search limited from 17-May 23)


By content type

See this member's


Sort by                Order  

#50125 Powerful Aquarium Lighting

Posted by zemuss on 30 May 2013 - 09:30 PM in General Discussion

I am creating a controller for my aquarium and wondering if you could share the approach with me and some code?




#50582 Powerful Aquarium Lighting

Posted by zemuss on 17 June 2013 - 06:03 PM in General Discussion

My controller is a work in progress and am using the netduino go also. However there are a few things stopping me from working on the controller. Wireless and storage which are not out yet from what I understand.

 

Here is what I want to work on:

  • Temp Sensors
  • PH Probe
  • Lights using PWM
  • Web Server

Like you I am thinking of creating a API layer to communicate to the controller.

 

I like your idea and would like to work with you.




#50693 Powerful Aquarium Lighting

Posted by zemuss on 21 June 2013 - 02:10 PM in General Discussion

Andy,

 

I actually just purchased a Netduino 2 Plus for my project as everything I have read thus far leads me to believe that the Netduino Go is being shelved.

 

I can still contribute to the project if you would like, but for me coding the Netduino2 Plus will be easier.




#50122 Powerful Aquarium Lighting

Posted by zemuss on 30 May 2013 - 08:27 PM in General Discussion

Andy,

 

Which Netduino did you go with?




#45328 Ethernet Module Update

Posted by zemuss on 11 February 2013 - 06:32 PM in Netduino Go

Any update on release?




#45279 N+(2) Aquarium Controller

Posted by zemuss on 11 February 2013 - 03:19 AM in Project Showcase

I need a little help guys. 

 

What should I try first? 

 

I would like to start putting the controller together.




#41562 N+(2) Aquarium Controller

Posted by zemuss on 14 December 2012 - 04:01 PM in Project Showcase

Ok cool its the same one.



#45281 N+(2) Aquarium Controller

Posted by zemuss on 11 February 2013 - 03:54 AM in Project Showcase

http://adafruit.com/products/381 <-- would this temp sensor work on a Salt water tank?




#45315 N+(2) Aquarium Controller

Posted by zemuss on 11 February 2013 - 03:04 PM in Project Showcase

HO7R0d which temp probe did you use?

 

I think I will use this one: http://littlebirdele...rproof-ds18b20. Non-metal casing. Any thoughts?




#45321 N+(2) Aquarium Controller

Posted by zemuss on 11 February 2013 - 05:25 PM in Project Showcase

Thank Jeittreim.

 

Question do I need another module to run the probe you linked?




#37970 N+(2) Aquarium Controller

Posted by zemuss on 25 October 2012 - 06:33 PM in Project Showcase

Hotrod, have you upgraded this to 4.2 yet? if so did you have an issue with the AnalogInput in the Temp Project?



#41167 N+(2) Aquarium Controller

Posted by zemuss on 07 December 2012 - 06:22 PM in Project Showcase

I found the relay but where did you purchase it from? Has anyone heard of http://arduino-direc...ct_detail&p=156



#38337 N+(2) Aquarium Controller

Posted by zemuss on 01 November 2012 - 02:24 PM in Project Showcase

Strent

You can always use this code:

In the CalculateTemperature method, I added the following changes:
AnalogInput ain = new AnalogInput(AnalogChannels.ANALOG_PIN_A0);
// take 10 readings to even out the noise
float average = 0.0F;
for (int i = 0; i < 10; i++) { average += (int)ain.Read(); } // ain.Read(); }
average /= 10;

(int) before the ain.read will convert from double to integer.



#38312 N+(2) Aquarium Controller

Posted by zemuss on 01 November 2012 - 01:06 AM in Project Showcase

One of the things I want to do with the controller is create a website and data storage. I was thinking SQL express because I hate storing data in CSV files. Maybe a small access database? WHy did you pick JS versus using a XML document for the config file? Was the XML getting to big or was it just because of the parsing reasons?



#38234 N+(2) Aquarium Controller

Posted by zemuss on 30 October 2012 - 02:22 PM in Project Showcase

Ok I dropped all references and the code works. Minor tweak = AnalogInput ain = new AnalogInput(AnalogChannels.ANALOG_PIN_A0); HotRod let me know if you need any other help.



#38214 N+(2) Aquarium Controller

Posted by zemuss on 30 October 2012 - 01:25 AM in Project Showcase

I just tried using the namespace recommended again and received this error "Error 2 The type or namespace name 'AnalogInput' does not exist in the namespace 'SecretLabs.NETMF.Hardware' (are you missing an assembly reference?) C:\Development\Code Examples\Netduino-Aquarium-Controller\Plugin-Temperature\Temperature.cs 5 33 Plugin-Temperature" "Z"



#41164 N+(2) Aquarium Controller

Posted by zemuss on 07 December 2012 - 06:09 PM in Project Showcase

Strent Where did you get the relay and does it work with a 120 volt source? I want to start building my power strip to manage pumps and lights. Thanks,



#38352 N+(2) Aquarium Controller

Posted by zemuss on 01 November 2012 - 07:43 PM in Project Showcase

I am only thinking our loud here. But the netDuino can produce a txt file correct? So if it can dump the file to a location: ftp, SD card, Drive space. I can create a windows service that moves the file and uploads the data at a set interval. I don't want my netduino to host a server, I know it can't perform that task and SQL isn't that small. LOL.. What I want to do is Netduino records data to file then file is uploaded then file is processed to SQL server. Thoughts?



#39514 N+(2) Aquarium Controller

Posted by zemuss on 16 November 2012 - 09:58 PM in Project Showcase

Thanks for posting the code. This is very nice! Is it ok if I use the code as a reference to start my project?



#38593 N+(2) Aquarium Controller

Posted by zemuss on 06 November 2012 - 03:56 AM in Project Showcase

I just received my netduino go, so let me get over the learning curve in the upcoming weeks and will be able to lend a hand. Currently in school and work full time as a .net programmer so im pretty booked.



#38678 N+(2) Aquarium Controller

Posted by zemuss on 07 November 2012 - 05:54 PM in Project Showcase

Cool.. I would like to see your code if you can post it. Maybe start another thread and link to it?



#45473 The GoBus Upgrade

Posted by zemuss on 13 February 2013 - 09:44 PM in Netduino Go

When will the Ethernet module release?




#38585 Something new is brewing in the Secret Labs

Posted by zemuss on 05 November 2012 - 10:24 PM in General Discussion

This is making me Crazy!!



#38562 Something new is brewing in the Secret Labs

Posted by zemuss on 05 November 2012 - 06:01 PM in General Discussion

Maybe T24gYm9hcmQgV2lyZWxlc3MgPw==



#46426 SD Card Module Update

Posted by zemuss on 28 February 2013 - 07:58 PM in Netduino Go

Did the SD module start shipping? I am unable to find it... 





home    hardware    projects    downloads    community    where to buy    contact Copyright © 2016 Wilderness Labs Inc.  |  Legal   |   CC BY-SA
This webpage is licensed under a Creative Commons Attribution-ShareAlike License.