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

Running Arduino Sketches on the Netduino


  • Please log in to reply
1 reply to this topic

#1 Christopher Clark

Christopher Clark

    Member

  • Members
  • PipPip
  • 18 posts
  • LocationNorth Carolina, USA

Posted 07 October 2012 - 02:49 AM

This may sound crazy. But my understanding is the pins on the Arduino and Netduino are the same. From the Arduino code I have seen, it seems pretty straight forward. It should be possible to build a Arduino compatible PC application that takes Arduino sketches and turns them into similar .NET code, correct? Maybe something like a visual studio plugin? Wouldn't this expose Netduino to a larger audience? Or is this just a silly idea?

#2 Chris Walker

Chris Walker

    Secret Labs Staff

  • Moderators
  • 7767 posts
  • LocationNew York, NY

Posted 07 October 2012 - 06:36 AM

Hi Christopher, Yes, you could absolutely do this for Arduino-language projects. The trouble you run into is that many Arduino projects need more than the basic set of features provided by those libraries...so they start using third party code. A lot of that third party code is designed for AVRs, and uses AVR registers directly. That's the part that would be problematic for code translation. It's also a big issue for people wanting to move from AVR-based Arduinos to ARM-based Arduinos, since much of the support code requires rewriting. Chris




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.