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.

DaveRVW

Member Since 28 Dec 2010
Offline Last Active Oct 21 2016 11:28 PM
-----

Posts I've Made

In Topic: 4.3 running on a STM32F427

24 August 2013 - 05:17 AM

Awesome! 


In Topic: Bug: Netduino DHCP requests not asking for DNS

12 July 2013 - 05:33 AM

Your mention that, at work, that you find that "the DNS entry is my home router, not my work DNS" is interesting.  What do you mean by that?  There's not a power-cycle-to-power-cycle persistent storage of a dynamically assigned dns name.

 

DNS server(s) appears to be up to two IP addresses.  Took my Netduino to work, and while it was using DHCP and the IP showed up in the proper 192.168.x.x range, it kept my home DNS in the 10.x.y.z. range.   I had been switching between static and dynamic IPs, and/or lost my network settings a few times too.  But I don't remember changing to static DNS.  The "fix" to call EnableDynamicDns() was unexpected.

 

Now everything is working fine.


In Topic: Bug: Netduino DHCP requests not asking for DNS

10 July 2013 - 05:48 PM

More news.

 

I called net.EnableDynamicDns() [font="arial, helvetica, sans-serif;"]and now DNS is working again, including requesting and receiving DNS servers during DHCP.  My Netduino was recently reset and I had to reset the MAC address.  Not sure why the default would be to not ask for DNS servers in this state.[/font]

 

[font="arial, helvetica, sans-serif;"]So the original complaint is not complete, but there is something not quite right here that I have to call EnableDynamicDns() from this state.  This is not expected.[/font]

 


In Topic: NetduinoGo Shieldbase SPI hookup

08 June 2013 - 05:57 AM

Ah, the device supports both SPI and I2C.  Yeah, stick with SPI when you can get it to work.

 

I got confused when you called pin 5 of the Parallax module SDA.  That's for I2C.  The SPI function of that pin is SDI.

 

Sorry I don't have the module myself to try.  Hopefully another user can help.

 

Good luck!


In Topic: NetduinoGo Shieldbase SPI hookup

05 June 2013 - 03:19 AM

You may have SPI and I2C confused. SDA and SCL are I2C connections, and there are dedicated (and mirrored) connections on the shield base.  You may also need 3V pull ups (e.g. 2.2k or similar) for SDA and SCL to work correctly.

 

And use the I2C APIs instead of the SPI APIs.


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.