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.

gismo

Member Since 19 Oct 2013
Offline Last Active Aug 11 2016 12:20 AM
-----

Posts I've Made

In Topic: Double.ToString() Not working correctly

12 September 2015 - 07:07 PM

@JoopC I wish it were true....for my device. Are you testing on a netduino 2??


In Topic: Double.ToString() Not working correctly

12 September 2015 - 05:23 PM

Try using this instead:  myDouble.ToString("F")

 

e.g.

  • LCD.Write(myDouble.ToString("F"));
  • Debug.Print(myDouble.ToString("F"));

 

See this MSDN Article:

Standard Numeric Format Strings

https://msdn.microso...(v=vs.110).aspx

 

No luck. Same result...I switched back to my GHI Cerb device and parameters F2, N2, G2 etc all work. 


In Topic: Netduino 2 4.3 Won't Attach To Debugger and Board Keeps Resetting

12 September 2015 - 12:36 PM

What version of Visual Studio? I had this same issue a couple weeks ago, had me pulling my hair out. I upgraded to VS2013 and it does not seem to happen anymore. Nobody offered a better solution, unfortunately. At least in my case I could watch the output in MFDeploy if I hit ping right after ND begins to boot. I am convinced this has something to do with the plugin for VS.

 

Good Luck

 

I'm using VS2012. The issue mysteriously disappeared for a while, but now it's back...Sounds like a hack with MFdeploy...Other than upgrading..I wonder what else I can do.


In Topic: Dinosaur Prop

09 September 2015 - 12:42 PM

try www.instructables.com


In Topic: I2C Bus Problem - Debugging

24 August 2015 - 03:35 PM

Shouldn't you be connecting to the SDA (or SD) and SCL (or SC) lines (top left of the Netduino in your diagram)?

 

Regards,

Mark

 ^^ what he said. Your diagram shows an arduino SDA/SCL hookup.


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.