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.

KoStA

Member Since 19 Oct 2013
Offline Last Active May 29 2016 04:16 PM
-----

Topics I've Started

No response from device Netduino Plus 2

09 November 2013 - 11:12 AM

Hello everyone!

 

I played around with NetDuino , and tried to use PWM on this way:

 

SecretLabs.NETMF.Hardware.PWM port = new SecretLabs.NETMF.Hardware.PWM(Pins.GPIO_PIN_A0);

After this i could not connect with VS2010 to the Netduino. I tried Erase with MFDeploy without results. Reset button didnt work to. What can i do? Regards Kosta


RF Link Transmitter - 434MHz and Netduino Plus 2

08 November 2013 - 09:02 PM

Hallo NetDuino comunity! First of all, i'm sorry for my english :) I'm new in the world of NetDuino and in the world of Microcontroller. I need your help, to understand some things. I hope i will get it :) So, i try to use this Transmitter (http://www.exp-tech....-WRL-10534.html), but it doesn't work how i want to. I connected this Transmitter on this way:

Attached File  NetDuino2Plus_RF_Link_Transmitter.jpg   125.04KB   3 downloads

 

I have tried to read inkomming data:

 AnalogInput input0 = new AnalogInput(Cpu.AnalogChannel.ANALOG_0);            int counter = 0;            string messages = "";            while (counter<1000)            {                double d = input0.Read();                Debug.Print(d.ToString());                messages += d.ToString()+";";                counter++;            }

But my way is wrong, because after I had disconnected transmitter, I still got data from input0.

What is my failer? And how i can send data with this transmitter?

 

These are very simple questions, but how as I said, I am new in the world of microcontroller :)

 

I hope you can help me :)

 

Sincerely yours
Kosta

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.