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.
Photo

Netduino vs Arduino


  • Please log in to reply
1 reply to this topic

#1 Inquisitor

Inquisitor

    Advanced Member

  • Members
  • PipPipPip
  • 91 posts
  • LocationAtlanta, Georgia, USA

Posted 09 September 2011 - 11:36 AM

I’m not dis’n the Arduino, and don’t want to start a fire… I just had a curious moment. :) From a 10000 foot view, what do Arduino people do when they want to deal with many sensors? Is it simply a big round-robin loop of checking one sensor at a time? Or are there some methods/techniques to do things like interrupts to get notified when something happens?
Doing my best to keep the smoke in the little black boxes.
If my message helped you... how 'bout giving me a Posted Image
www.MessingWithReality.com

#2 Mario Vernari

Mario Vernari

    Advanced Member

  • Members
  • PipPipPip
  • 1768 posts
  • LocationVenezia, Italia

Posted 09 September 2011 - 11:54 AM

No fight from me: comparing N with A is much like comparing oranges and dogs. IMHO, when you have to collect raw sensors data it is easy that you must perform some operation. My experience shows that almost 99% you must calculate average/filtering, check for over/under ranges, etc. This is better done by a native coding, like A offers. Typically there's no hard task to do, only calculations, fast and real-timed. I've used interrupts just for collecting bytes from some serial (e.g. SPI, UART). Most of the work is done in a big main loop. Hope it answers. Cheers
Biggest fault of Netduino? It runs by electricity.




0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users

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.