nakchak - Viewing Profile: Posts - Netduino Forums
   
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.

nakchak

Member Since 27 Feb 2012
Offline Last Active Dec 12 2013 11:48 AM
-----

Posts I've Made

In Topic: Direct STM32F4 ARM (C) support in Visual Studio?

19 August 2013 - 11:24 PM

No direct support using visual studio, may well find a custom IDE using visual studio shell...

 

Nak.


In Topic: Roundtrip communication latency

17 August 2013 - 12:04 PM

As NooM suggested serial is also an option however unless your project is situated next to your desk and you will only ever have a few devices ethernet offers a greater amount of scalability and flexibility, plus the socket interface is event driven so you could drive the sending of data via interupts.

 

Nak.


In Topic: Roundtrip communication latency

16 August 2013 - 06:40 PM

If you go for the ethernet option then the latancy will be that of your LAN, so realistically the latency will be that of the ping to your gateway plus the latency of the socket code on your "socket server", of course you could also implement a web based api (i woudlnt use soap though due to its verbosity).

 

Nak


In Topic: Which USB to Serial converter should I use with Netduino

15 August 2013 - 02:33 PM

Any USB to serial adaptor will do if you just want a com port on your PC.

If however you are trying to a program a mini with it there have been reports of some of the cheaper leads not working, so spend as much as you can afford, other wise a cheap FTDI bare tail lead is ideal as it only has a USB plug at one end and bare wires at the other.

 

Nak.


In Topic: DS2482

15 August 2013 - 02:29 PM

Codeplex is very easy to use, as is github with the windows client.

For any online source repository you will need to install and use a source control client. 

The popular 2 at the moment are SVN (Subversion) and Git.

If you choose SVN then i recommend that you either install Ankhsvn for visual studio integration, or tortoisesvn for windows shell integration.

 

Between codeplex and github there isnt much in it really, github is better imho as it has a less clunky interface and better wiki tools etc. but the learning curve of GIT is steeper than subversion.

 

Nak.


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.