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.

Coding Smackdown

Member Since 25 Aug 2010
Offline Last Active Feb 26 2024 09:24 PM
-----

Posts I've Made

In Topic: Introducing Netduino Plus 2

08 November 2012 - 11:10 PM

Great News! Just ordered 2 from Amazon! Now my Brew System won't be so overtaxed with the PID and Web server running together. Can't wait to get them and put in my controller box.

In Topic: 'AnalogInput' is an ambiguous reference after 4.2 RC1

26 October 2012 - 01:16 PM

You need to add a reference to SecretLabs.NETMF.Hardware.AnalogInput and that should get you what you need. Hope this helps.

In Topic: Multiple Threads v. While Loop

24 October 2012 - 02:23 PM

My Netduino based Brew Controller uses both interrupts and threads and would probably be a good example for you to see one way of doing things. I use interrupts to handle the main panel buttons and I use threads to handle the various services; temperature monitoring, mash profile, web Server, Internet Time Service and NETBIOS Services. You can find the complete code over at https://github.com/l...yBrewController Hope it helps.

In Topic: Internet Printing (IPP) from Netduino

22 October 2012 - 02:31 AM

About a year back I wrote some basic code to print on network receipt printers. The biggest issue I had was all of the example code was too big for the Netduino. I end up sending basic text and ASCII commands to the printer, but never got what I was looking for. Now With .Net 4.2 you might have enough memory to do it. Its double almost since last time i tried. Good luck!

In Topic: OnInterrupt firing multiple times

18 October 2012 - 01:55 PM

You are correct about the bounce being a voltage fluctuation. The other part is how the Netduino determines an edge change from low to high. As I understand it, The Netduino will look at voltages below 1.6V as a logic low and those above as a logic high. So if your trace isn't showing a pronounced bounce it could be that the signal is varying just enough to be seen as fluctuating from low to high causing the Netduino to trigger the interrupt multiple times. Hope that helps

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.