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.

sgraves

Member Since 20 Dec 2012
Offline Last Active Jul 14 2014 10:29 PM
-----

#58741 Hardware Projects

Posted by sgraves on 16 June 2014 - 06:57 PM

Yes, very helpful. Thanks.

 

I also came across some SPI WizNet Ethernet devices with built-in stack. A bit pricey, but very cool and compact.

 

And this post:

http://forum.arduino...5&topic=71837.0

 

 

EDIT: I just realized you're responsible for my favorite blog! Thanks for sharing all your findings. Incredibly helpful and thorough.

 

There's an example of networking on the STM32 outside of the Netduino/Arduino arena on Andy's Workshop pages.

 

Hope this is useful,

Mark




#52978 Netduino 2 and the Adafruit BMP085 Barometer (I2C)

Posted by sgraves on 28 September 2013 - 02:38 AM

I can confirm the exact same behavior using Adafruit i2c OLED. I have to disconnect / reconnect the SDA pin for it to work properly. I've been fighting this for over an hour now until I ran across this post.

 

Actually, to work around it, I just do the following as the first part of Main():

            OutputPort p = new OutputPort(Pins.GPIO_PIN_SDA, true);            p.Write(false);            p.Dispose( );



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.