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.

madartsoft

Member Since 04 Jan 2011
Offline Last Active Mar 31 2011 10:21 AM
-----

Topics I've Started

Upload applications

13 February 2011 - 10:18 AM

Hi, Is it possible to upload application using TCP/IP or serial port into Netduino Plus without micro framework SDK? I'd like to give my customers a device which can be updated sometimes. For example, I send my compiled application and the customer upload the application by ethernet or serial port.

Two I2C devices and multithreading

22 January 2011 - 09:02 PM

Hi, I have attached two I2C devices. The application reads data from devices and readings are not stable. If I run separately each device then everything is fine. I have resistors 1.8K for each SDA and SCL line. First I initialize the I2C: i2c = new I2CDevice(new I2CDevice.Configuration(0,0)); and later for each device I set the configuration, for example: i2c.Config = new I2CDevice.Configuration(0x70, 100); ... i2c.Config = new I2CDevice.Configuration(0x4e, 400); Where is the problem?

Debug.Print

14 January 2011 - 07:23 PM

Hi, How I can use Debug.Print method in my code? Do I need to deploy the application as Debug or Release? How to configure VS environment to watch output data from the Netduino?

DiIgital I/O and PWM

05 January 2011 - 10:04 AM

Hello, I'm new on this forum and Netduino platform as well. I have a problem with PWM class and digital I/O. I tried to control PWM using PWM lPwm = new PWM(Cpu.Pins.GPIO_10); I can compile this small application but in debug mode I receive an error. The message says that operation is not supported (or something similar). My second problem regards digital output. I tried: "OutputPort lPort = new OutputPort(Cpu.Pin.GPIO_10, false)" and I attached the LED between GND and PIN10. There is about 1.7V but even if I change the value to True nothing happens. Where is the problem? Do I need any pull up resistors?

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.