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.

GDSever

Member Since 30 Sep 2010
Offline Last Active Feb 17 2015 02:59 AM
-----

Posts I've Made

In Topic: Netduino-Powered Wireless Pump Control Box for Homebrewing Beer (VB.NET)

23 July 2014 - 08:16 PM

Hey! Thanks for your interest in the project.

 

Schematics are available in the Eagle files (as well as my PCB layouts) - available for download from my OneDrive:

 

https://onedrive.liv...FCDC3DBD261!366

 

I am not doing anything with solenoids / valves (don't really need to) but I turn the pumps on & off with a pair of 10A SSRs from Crydom. They are probably overkill, but better safe than sorry, as far as I am concerned.

 

Hope that helps!


In Topic: Netduino 1 - Random reboots?

06 February 2014 - 02:23 AM

Well, after exhausting all of my other possibilities I finally did what you suggested, Chris, back on January 21. With the shield removed and jumper wires connecting the COM1 pins and 5V/GND to the shield, the Netduino does not reset (although the huge data packet is still sent to periodically, the code handles it without reset). 

 

I still need to track down why the COM1 "dump" occurs in the first place with the DIGI folks.


In Topic: Netduino 1 - Random reboots?

04 February 2014 - 10:51 PM

Well my wishful thinking was just that... My random reboot issue is not gone, it's still causing me headaches.

 

I did narrow it down to the routine that reads data from the SerialPort. There is a ton of data that comes in, apparently faster than the routine can process it, and at some point during that process it causes the Netduino to reboot.

 

My question is - can overloading the SerialPort cause a hardware reset, through overflow or otherwise?

 

I still need to contact Digi support to see if they can make any sense of the byte stream that is coming in and tell me if they see any potential reason / cause why the XBees would be doing this, but I thought I could at least see if there were some programmed failsafe that causes hardware reboots for SerialPort overflows...


In Topic: VB Libraries - 24LCXX, MCP230XX, MicroLiquidCrystal, MFToolkit XBee

02 February 2014 - 06:14 PM

I did find a small issue with the MCP23017LcdTransferProvider class related to the sequential write capabilities of the two banks. Whenever I wrote out to the LCD, it was messing up the I/O states for the other bank. The cause is one of the settings in the IOCON register. Adding the following to the end of the SetUpExpander subroutine resolves that:  

            ' In either case, you do not want the expander doing sequential writes...            lExpander.WriteRegister(MCP23017.Registers.IOCONA, MCP23017.IOCONBits.SEQOP)            lExpander.WriteRegister(MCP23017.Registers.IOCONB, MCP23017.IOCONBits.SEQOP)

In Topic: What happened to the Bit Shift Operators?

02 February 2014 - 06:06 PM

Not sure it helps, but I am using a Netduino 1 running 4.2 and VS2010 and I am using bit shifter operators in my VB code without any issue.


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.