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.

Gigios

Member Since 05 Oct 2011
Offline Last Active Aug 04 2017 09:14 AM
-----

Posts I've Made

In Topic: Netduino.IP Firmware v1.0.1 (for Netduino Plus 2)

19 September 2015 - 07:42 PM

Hi Gigios,

NetduinoExtensions was designed primarily for the Wi-Fi board. Are you using the same project for both the Ethernet board and the Wi-Fi board?

Can you please post an issue on this over at the Netduino.IP repository? We should be able to both update NetduinoExtensions and ensure its cross-hardware compatibility.
https://github.com/n...duino.IP/issues

Thanks Gigios,

Chris

 

Hi Chris,

Yes, I'm using the same project for a N3 wifi and on a NP2.

I will post the issue on the repository :)

 

Regards


In Topic: Netduino.IP Firmware v1.0.1 (for Netduino Plus 2)

19 September 2015 - 09:57 AM

I had upgraded my NP2 without problems but now I'm not able to load my previous project because I receive this error when try to run the program:

Found debugger!
Create TS.
 Loading start at 8059abc, end 8083c1c
Assembly: mscorlib (4.3.1.0)
Assembly: Microsoft.SPOT.Native (4.3.1.0)
Assembly: Microsoft.SPOT.Hardware (4.3.1.0)
Assembly: Microsoft.SPOT.Net (4.3.1.0)
Assembly: Microsoft.SPOT.Net.Security (4.3.1.0)
Assembly: System (4.3.1.0)
Assembly: System.Net.Security (4.3.1.0)
Assembly: Microsoft.SPOT.Hardware.SerialPort (4.3.1.0)
Assembly: Microsoft.SPOT.IO (4.3.1.0)
Assembly: System.IO (4.3.1.0)
Assembly: Microsoft.SPOT.Hardware.PWM (4.3.1.0)
Assembly: Microsoft.SPOT.Hardware.Usb (4.3.1.0)
Assembly: Netduino.IP (1.0.1.0)
Assembly: Netduino.IP.Interop (1.0.0.0)
Assembly: Netduino.IP.LinkLayers.ENC28J60 (1.0.0.0)
Assembly: SecretLabs.NETMF.Diagnostics (4.3.1.0)
Assembly: GoBus (1.5.0.0)
Assembly: SecretLabs.NETMF.Hardware.Netduino (4.3.1.0)
Assembly: Microsoft.SPOT.Hardware.OneWire (4.3.1.0)
Loading Deployment Assemblies.
Attaching deployed file.
Assembly: System.Http (4.3.1.0)
Attaching deployed file.
Assembly: MQTT (1.0.0.0)
Attaching deployed file.
Assembly: System.Ftp (4.3.1.0)
Attaching deployed file.
Assembly: NetduinoExtensions (4.3.2.1)
Attaching deployed file.
Assembly: SecretLabs.NETMF.Hardware (4.3.1.0)
Resolving.

Link failure: some assembly references cannot be resolved!!
Assembly: MQTT (1.0.0.0) needs assembly 'NetduinoExtensions' (4.3.2.1)
Assembly: NetduinoExtensions (4.3.2.1) needs assembly 'Netduino.IP' (1.0.0.0)
Error: a3000000

Waiting for debug commands...
The program '[5] Micro Framework application: Managed' has exited with code 0 (0x0).
 

Seems that the NetduinoExtensions is able to use only the specific version 1.0.0.0 and not the new one.

 

For the moment I can remove the NetduinoExtensions (and the instruction:

System.Net.NetworkInformation.NetworkInterface.GetIsNetworkAvailable())

in this way I'm able to load the program, the next step is to change the check of the available network in the same way used in your sample NetduinoIP_StackTests.zip


In Topic: Introducing Llilum, the native-compiled (NETMF) proof of concept

04 September 2015 - 06:54 AM

Very very interesting!

 

I look forward to the alpha version :)


In Topic: Best practices: how to wait for a Wi-Fi network connection

27 August 2015 - 01:25 PM

 

Is there a way to choose what loads depending on the device being deployed to?  I use both the ND2Plus and the ND3Wi-Fi

 

If I deploy to a ND2Plus I get the following crash during debug:

Assembly: SecretLabs.NETMF.Hardware (4.3.1.0)

Resolving.

Link failure: some assembly references cannot be resolved!!


Assembly: NetduinoExtensions (4.3.2.1) needs assembly 'Netduino.IP' (1.0.0.0)

Error: a3000000

Waiting for debug commands...

The program '[36] Micro Framework application: Managed' has exited with code 0 (0x0).

 

I had the same problem when I tryed to use ND2+ with the program used on ND3.

You must update the Firmware of the Netduino 2 with the 'Netduino.IP':

http://forums.netdui...etduino-plus-2/

 

After the upgrade you should be able to run your program without problems.


In Topic: I2C Bus Problem - Debugging

25 August 2015 - 06:41 AM

Knew there was a post about the I2C pins moving:

 

Netduino Plus 2 and Arduino R3 Pinout for I2C

 

Regards,

Mark

 

Thanks

 

I have updated my sketch to 'fix' my 'error'.

116p8ip.jpg

 

Now I'm investigating on how the PCF8574N (or Netduino) works with the input. At the moment seems that the Netduino, when all the input are off, read a value of 255, this value changes only when one (or more) input is connected to GND.
 
Regards
Luigi
 
Edit: Fixed the fritzing diagram to fix some small errors (thanks TechnoGuy)

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.