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.

voodoo44

Member Since 10 Feb 2011
Offline Last Active Feb 04 2012 09:41 AM
-----

Topics I've Started

Thinking about Netduino Plus as Audi-Streaming-Client

26 January 2012 - 07:36 PM

Hello folks, in case of leaving my old apartment into a new one, i want to create some audio streaming for my bathroom and livingroom. I thought about using a Netduino Plus, connect it to LAN and play an Audiostream. The problem is: the Netduino Plus has no Audio-Output - so: what do i have to do? I just want to use some 3.5mm speakercable and connect the Netduino Plus to my speakers. How can i do that? What can i do to "let my dream come true"?

Netduino + BL-CTRL 2.0 + I2C = Not working?

10 February 2011 - 11:41 AM

Hello People,

I got a question to you: We want to control 2 BL-CTRL2.0 via I2C and our Netduino.
One BL-CTRL has adress 2, the other one 3.
For trying out i just wanted to run on controller, but it doesnt work.


Our code:
 I2CDevice i2c = new I2CDevice(new I2CDevice.Configuration(0x29, 100));
 I2CDevice.I2CTransaction[] Actions = new I2CDevice.I2CTransaction[1];
 Actions[0] = I2CDevice.CreateWriteTransaction(new byte[] { 0x66 });

 int j = 0;
 while (j < 5000)
 {
 int result = i2c.Execute(Actions, 100);
 j++;
 }
Do we need to ground the "ground"-pins on the bl-ctrl 2.0 so that they are working?
Something wrong with the code?

THX in advice!

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.