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

Is it possible to create a windows forms application that will program the Netduino Plus 2?


  • Please log in to reply
4 replies to this topic

#1 Bamboosam

Bamboosam

    New Member

  • Members
  • Pip
  • 8 posts

Posted 16 January 2013 - 06:45 PM

Is it possible to create a windows forms application that will program the Netduino Plus 2? If so how difficult of a task will it be? I want to be able to update the program on the netduino plus 2 and be able to upload the new program using a windows forms application, separate from Visual Studio.  



#2 Nevyn

Nevyn

    Advanced Member

  • Members
  • PipPipPip
  • 1072 posts
  • LocationNorth Yorkshire, UK

Posted 17 January 2013 - 07:14 AM

Welcome to the forums.

 

As Chris mentioned in this post, you can create your own deployment application by integrating the MFDeployEngine into your own application.

 

Regards,

Mark


To be or not to be = 0xFF

 

Blogging about Netduino, .NET, STM8S and STM32 and generally waffling on about life

Follow @nevynuk on Twitter


#3 JerseyTechGuy

JerseyTechGuy

    Advanced Member

  • Members
  • PipPipPip
  • 870 posts

Posted 17 January 2013 - 12:07 PM

Nevyn provided you with good info.  This was the way I was planning to go with my app.  I wanted the Windows app to go out to a service, check for updates to the ND+2 and download the updates, the use an MFDeployEngine to update the application.

 

While I haven't programmed that part yet (all still on paper) I have decided that I may go a different way and have the application update some dynamically loaded DLLs on the SD Card instead and have the core of the ND+2 software running off the SD Card.  In my instance the ND+2 is a black box to the user and they won't access the SD Card directly so I have no worries about them deleting the DLLs by accident.

 

Just some food for thought.



#4 Bamboosam

Bamboosam

    New Member

  • Members
  • Pip
  • 8 posts

Posted 17 January 2013 - 04:52 PM

Great, thanks guys. Dave: That is a great idea! I didn't realize that is possible. Does the ND+2 run slower doing it that way?



#5 JerseyTechGuy

JerseyTechGuy

    Advanced Member

  • Members
  • PipPipPip
  • 870 posts

Posted 17 January 2013 - 05:52 PM

Great, thanks guys. Dave: That is a great idea! I didn't realize that is possible. Does the ND+2 run slower doing it that way?

 

Once they are loaded in memory it runs as it always would.  There just may be a delay starting up as it loads the DLLs.






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.