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.

spcboog

Member Since 22 Oct 2011
Offline Last Active Mar 01 2013 10:32 AM
-----

Topics I've Started

netduino 2 plus no longer registers via USB

24 February 2013 - 12:36 AM

Hi all,

 

I've been using my netduino 2 plus for a couple of months without issue but yesterday when I plugged in the usb cable there was no response. 

 

The device is not registering at all. The same ports/cables work fine with my older netduino plus so I don't think it's the computer/ports/cables. The PWR led lights up, but the blue led does not light up at all.

 

Any ideas? 

 

thanks

 


Minimum AnalogInput Read value

15 March 2012 - 09:51 AM

Hi all,

I have a sharp analog infrared sensor which I'm having problems with regarding the lower voltage values (corresponding with larger distances).

- sensor is powered from 5V netduino+ pin
- Vout connected to analog 1

The datasheet states 3.1V max for Vout so this is the code:


analog.SetRange(0, 3100);
for (int i = 0; i < 60; i++)
{
   Debug.Print(analog.Read());
   Thread.Sleep(500);
}            


When the distances are small, the voltages seem to correspond with the datasheet specified values (between 2 and 3V). However when the distances are larger, the voltage doesn't seem to drop as I would have expected. I'm not really seeing anything below 1.7V or so. I tried measuring the voltage between Gnd and Analog 1 using a multimeter and the values seem to be good (below 1V when I would expect it to be). Does anyone know why analog.Read would be giving me values that are higher than what the voltage actually is?

thanks

Can PWM interfere with I2C?

03 March 2012 - 11:30 PM

Hi all, Hopefully someone can shed some light on this: - Reading from an ITG3200 gyro via IC2 works fine by itself - As soon I starting using PWM to drive a motorshield the reads on the ITG3200 lock up (never return) The motorshield is externally powered. Thanks

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.