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.

karthick

Member Since 02 Jul 2011
Offline Last Active Sep 26 2011 12:24 PM
-----

Posts I've Made

In Topic: Communication between Two Netduino's

26 September 2011 - 09:37 AM

It's one of the things where, if you don't know how to approach it, you probably don't want to be doing it (because it'll cost you too much time). It's not inside the "normal" use case of a netduino - you'd need to take the source of the firmware, add the required functionality there, compile it and overwrite the firmware on your netduino with your custom one.


hi stefan,

I left I2C and now trying trying to connect 2 netduino to one netduino using RS232 as it has two serial port pins.....Anyway thanks for your reply.....

In Topic: Master/Slave Connection with Netduino's?

25 September 2011 - 04:02 PM

I don't think Netduino/MF supports the I2C slave mode.
The most simple, yet reliable way to exchange data between two (or more) Netduinos are using the UART. Until you don't use the RS232, you may wire the two boards without any additional hardware.
Supposing to use the COM1 on both the Netduinos, wire the I/O #0 of the first board to the I/O #1 of the second one. The other wire is the complementary.
Cheers

Hi Mario

Thanks for the valuable information... i will Try this and hope i get through this problem....

In Topic: Communication between Two Netduino's

25 September 2011 - 11:09 AM

The Netduino microcontroller supports only Master mode, so you'd need to implement I2C slave in software (i.e. write native C/C++ driver, due to precise timing requirements that cannot be achieved in managed code).

At the moment, the only interface available to connect two Netduinos is SerialPort (SPI slave is not supported in the current version of .NET Micro Framework).


Hi CW2

Thanks for the reply..... I am a new to programming world.... Can you please give a outline of what to do to implement I2C slave in software...

In Topic: Need Documentation for Netduino(SDK)

25 September 2011 - 10:45 AM

thanks for helping .....

In Topic: Need Documentation for Netduino(SDK)

24 September 2011 - 10:07 PM

i am also struggling to code Netduino without Documentation... I have to look for forum members project code to learn....But that is not enough if you want to try new..... Can somebody Help in this????

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.