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.

egeorgiou

Member Since 12 Apr 2011
Offline Last Active Dec 03 2012 09:25 PM
-----

Topics I've Started

Netduino + Android

30 November 2012 - 11:01 PM

Has anyone had any success communicating via bluetooth serial to any android device; Any project examples would be great to help me get started. Arduino have a library/toolkit called Amarino (http://www.amarino-toolkit.net/); does anyone know of anything similar for the netduino?

Update Request - Faulty Netduino Plus 2

29 November 2012 - 11:15 PM

Dear Secret Labs, Can you please give us an update on the patch/bug fix/firmware update to solve the issues with newly released Netduino Plus 2?

Netduino Plus 2 - I2C not working

15 November 2012 - 10:08 PM

I just got my NP2! :) thanks for making such an awesome update!

I'm not able to get the I2C to work with my ADXL345 connected to the new SC/SD connectors?

I'm running the following code:
Byte[] _data = new byte[1] { 0 };

I2CDevice adxl345 = new I2CDevice(new I2CDevice.Configuration(0x53, 400));
I2CDevice.I2CWriteTransaction write = I2CDevice.CreateWriteTransaction(new Byte[] { 0x00 });
I2CDevice.I2CReadTransaction read = I2CDevice.CreateReadTransaction(_data);
I2CDevice.I2CTransaction[] actions = new I2CDevice.I2CTransaction[] { write, read };
adxl345.Execute(actions, 1000);
Debug.Print(_data[0].ToString());

I'm running the same code on my NP1 connecting to A4/A5 pins and the device is working but not on the NP2.

HELP PLEASE!

Daventech LCD03 Tutorial

15 April 2012 - 07:25 PM

Anyone interested in using the Daventech LCD03 with the Netduino Plus can view blog and video tutorial as follows: Blog: removed Youtube: removed

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.