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.

YuvaRaja's Content

There have been 8 items by YuvaRaja (Search limited from 30-March 23)


By content type

See this member's

Sort by                Order  

#53084 Serial Port Data Lost

Posted by YuvaRaja on 08 October 2013 - 12:08 PM in Netduino Plus 2 (and Netduino Plus 1)

Create a thread and continuously check for data is available or not..

ex:

public static void SomeThread()        {            while (true)            {                int t = Serialport.BytesToRead;                if (t > 0)                {                    receivedData = new byte[t];                    Serialport.Read(receivedData, 0, receivedData.Length);                }            }        }



#52720 How uae porting kit?

Posted by YuvaRaja on 12 September 2013 - 08:11 AM in General Discussion

Any update...?




#49835 Microsecond timing

Posted by YuvaRaja on 23 May 2013 - 01:47 PM in Netduino Plus 2 (and Netduino Plus 1)

I found a link for Microsecond delay in the Netduino.

 

http://www.j2i.net/b...-Framework.aspx

 

But this is only for netduino and depends upon the Hardware also.




#45933 UsbController.GetControllers();

Posted by YuvaRaja on 21 February 2013 - 04:10 AM in General Discussion

Hi Noom, i have my own PCB.That has one debug port and one USB host port.

The UsbController[] controllers = UsbController.GetControllers(); method returns both the debug port and the USB host port.

So i need to know how to implement the USB host after detecting the host port in NETMF...?




#45901 UsbController.GetControllers();

Posted by YuvaRaja on 20 February 2013 - 02:04 PM in General Discussion

Hi i want to know the  UsbController[] controllers = UsbController.GetControllers(); method Returns the available  USB ports or it returns only the available USBClients...?

Because i want to use a USBHost, So weather this method returns the USBClient only or both the Client and the HOST...?

 

 

 

 

 

Regards YuvaRaja...




#45129 Pass analog value through cable without loss

Posted by YuvaRaja on 08 February 2013 - 04:26 AM in General Discussion

Hi am using

http://www.nex-robot...l-pot-3296.html

this pot.....

 

Sorry for the inconvenience just today only am confirm to use this pot

Am not use a coax cable till now....

i wil try to use it today...

 

 

 

Regards YuvaRaja...
 




#45078 Pass analog value through cable without loss

Posted by YuvaRaja on 07 February 2013 - 01:46 PM in General Discussion

Hi Mario Vernari...

The cable lenth approximately 10 meters.....

The analog values means an analog sensor output in voltage ( ex potentiometer)...

 

 

 

 

Regards YuvaRaja....




#45064 Pass analog value through cable without loss

Posted by YuvaRaja on 07 February 2013 - 09:25 AM in General Discussion

Hi guyz..........

I want to pass the analog value through a long cable......I know In a long cable Voltage loss is occured.

So any one can suggest any IC's or any way to pass the voltage.....

 

 

 

 

 

Regards YuvaRaja





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.