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.

blindahl

Member Since 20 May 2015
Offline Last Active Sep 10 2023 04:47 PM
-----

Topics I've Started

Dead ND3?

26 July 2015 - 12:18 AM

I've got a netduino 3 that I've been using successfully for a while now. Tried to connect it earlier this week for the first time in a month or so, and couldn't get it to connect with USB. I'd get one of 3 errors: (sorry for the vague wording, can't quite remember and it's worse now)

  • Unknown device with "Device descriptor request failed"
  • Unknown device with"Configuration descriptor request failed"
  • "Netduino" with a yellow ! and "device could not be configured" when looking at the status

Got it to connect in bootloader mode, and tried re-applying the latest firmware (4.3.2.2). NetduinoUpdate tried to do it's thing, but said "Error: Verify failed". And now plugging it into USB normally doesn't do anything, although I can still get into bootloader mode.

 

Did I brick it somehow? Is there anything else I can try before giving up and ordering a new one? If not, is there any chance this is under warranty somehow such that I could get an RMA from adafruit for it?

 

brian


Hole layout

01 June 2015 - 11:43 PM

Are there measurements for the locations of the 3 mounting holes on the 3wifi? I'm 3d printing a custom box, and need to lay out the screw holes.


I2C LCD with Netduino 3

20 May 2015 - 08:52 PM

Has anyone had any luck using the Adafruit 16x2 I2C shields? I'm using one of these:

 

http://www.adafruit.com/products/772

 

along with the code from this post. I get the default "boxes" displayed on the lcd, so at least something is happening... but I don't get any backlight or other response from the display.

 

my code is something like:

lcd = new LiquidCrystal_I2C(0x20, 16, 2);
lcd.backlight();
write(bytes);

Any thoughts on what to try?

 

brian


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.