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.

trustme

Member Since 19 Aug 2010
Offline Last Active Aug 09 2011 10:10 PM
-----

Posts I've Made

In Topic: BlinkM

14 September 2010 - 04:28 AM

Ok, thanks for your help. I will let you know how I get on when I get it set up.


If you do get this resolved... please do post how. I still have not had successe with the BlinkM.

In Topic: AnalogInput values fail to change

01 September 2010 - 02:59 AM

Ahhh... thanks so much. Wiring the 3.3V header to the AREF header works. I still have so much to learn about hardware. Thanks for the lesson!

In Topic: BlinkM

31 August 2010 - 12:13 AM

I have also tried this: byte[] init = new byte[4] {(byte)'n', 0xff, 0xc4, 0x30 }; Thanks.

In Topic: BlinkM

30 August 2010 - 11:49 PM

I'm sorry I still need help.

Here is what I've done.

5v to 4.7k resistor to d on blinkM and Analog4
5v to 4.7k resistor to c on blinkM and Analog5
5v to + on blinkM
gnd to - on blinkM

        static I2CDevice i2c = new I2CDevice(new I2CDevice.Configuration(0, 100));

...
            int result2 = i2c.Execute(new I2CDevice.I2CTransaction[]
                    {
                        I2CDevice.CreateWriteTransaction(new byte[1] {(byte)'o'})
                    }, 5000);

When it runs result2 in this case is 1. But no command that I send affects the blinkM.

I also tested HardProvider.GetI2CPins(). The returned pins are not analog 5 and 4. They are digital 10 and 11. But that may mean nothing.

Thanks!
Duane

In Topic: Netduino Fritzing part

27 August 2010 - 10:11 PM

I just found this. I added the files to the Fritzing folder structure... not sure if I did that correctly. But I'm getting this error: The file /Users/..../fritzing.2010.08.06.mac/parts/user/part.Netduino.fzp is not a Fritzing file (1). Where are the files suppose to be added? Thanks, Duane

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.