Eduardo - Viewing Profile: Topics - Netduino Forums
   
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.

Eduardo

Member Since 25 Jun 2011
Offline Last Active Mar 05 2013 12:30 PM
-----

Topics I've Started

Nokia LCD + Arduino Ethernet Shield not working (together)

26 October 2011 - 10:48 PM

Hello everyone,

The LCD works perfectly with my RFID ID-12, and arduino network works perfectly with RFID ID-12, but when I try to use all together, or just the LCD and the arduino network, error occurs in:

SecretLabs.NETMF.Net.Wiznet5100 wiznet = new SecretLabs.NETMF.Net.Wiznet5100(SPI.SPI_module.SPI1, Pins.GPIO_PIN_D10);

I noticed that both use SPI.SPI_module.SPI1 and Pins.GPIO_PIN_D10, this could be causing this?

Problem with Arduino ethernet shield

01 September 2011 - 11:38 PM

Could someone help me find where I am wrong?
I connected the shield in netduino, and the shield to my laptop (or router), but the program, in debug, reach the first line:

SecretLabs.NETMF.Net.Wiznet5100 wiznet = new SecretLabs.NETMF.Net.Wiznet5100(SPI.SPI_module.SPI1, Pins.GPIO_PIN_D10);


but does not reach the second:

NetworkInterface networkInterface = NetworkInterface.GetAllNetworkInterfaces()[0];

Project attached.

Beginners Questions

05 July 2011 - 12:39 AM

Hello everyone, I wonder if it's possible to have the in the same netduino, network, RFID and LCD components. I am a beginner and would like to do a project where the RFID send a message over the network, then receive a response that would be displayed.

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.