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.

cce1911's Content

There have been 59 items by cce1911 (Search limited from 24-June 23)


By content type

See this member's


Sort by                Order  

#54192 Sparkfun Shift Register Breakout - 74HC595

Posted by cce1911 on 20 November 2013 - 02:48 PM in Netduino Plus 2 (and Netduino Plus 1)

Grant,

Ok, I have wired SER_IN to pin 11

L_CLOCK to pin 10

/OE to gnd

/reset to Vcc

 

But there is one more pin on the breakout board, (CLOCK) that I'm not sure what to do with. Please see my wiring diagram. I would like to control each LED seperately.

 

 

Attached Thumbnails

  • wire_diagram.jpg



#54200 Sparkfun Shift Register Breakout - 74HC595

Posted by cce1911 on 20 November 2013 - 10:30 PM in Netduino Plus 2 (and Netduino Plus 1)

Thanks for the reply Grant. Yes, I figured this out myself after you pointed me in the right direction.




#54202 Sparkfun Shift Register Breakout - 74HC595

Posted by cce1911 on 20 November 2013 - 10:40 PM in Netduino Plus 2 (and Netduino Plus 1)

When I finally took the time to figure out how the breakout board was wired to the IC, it became more obvious how to wire it up. Thanks for all your help!

Attached Thumbnails

  • shiftReg.jpg



#54160 Sparkfun Shift Register Breakout - 74HC595

Posted by cce1911 on 19 November 2013 - 02:38 AM in Netduino Plus 2 (and Netduino Plus 1)

Thanks Grant, I'll check this out when I get back from my out-of-town trip!




#51812 Toolbox.NETMF.Hardware.DS1307 problem

Posted by cce1911 on 31 July 2013 - 04:26 AM in Netduino Plus 2 (and Netduino Plus 1)

It looks like this wiring diagram may have been for the N+: http://netmftoolbox....ailable classes

 

The N+2 has pins SC and SD. When I wired my RTC to these pins, everything worked.




#51796 Toolbox.NETMF.Hardware.DS1307 problem

Posted by cce1911 on 30 July 2013 - 07:16 PM in Netduino Plus 2 (and Netduino Plus 1)

I purchased this RTC: http://www.adafruit.com/products/264

 

But when I go to set the time using the Toolbox.NETMF.Hardware.DS1307 I get the following error:

"Something went wrong setting the time. Did you use proper pull-up resistors and is there a 3V battery connected?"

 

The wiring is pretty simple and I've double checked it (see pic).The kit has the resistors and the battery, any ideas?

 

Here is the code where it fails:

DS1307 RTC = new DS1307();

RTC.SetTime(2013, 7, 29, 23, 14, 0);

 

here is the toolbox code where the call is throwing an exception

public void SetTime(DateTime Time)

{

// Writing 7 bytes to the buffer, starting at address 0

int BytesTransferred = this._Device.Write(new byte[] {

0x00,

(byte)Tools.Hex2Dec(Time.Second.ToString()),

(byte)Tools.Hex2Dec(Time.Minute.ToString()),

(byte)Tools.Hex2Dec(Time.Hour.ToString()),

(byte)Tools.Hex2Dec(((int)Time.DayOfWeek).ToString()),

(byte)Tools.Hex2Dec(Time.Day.ToString()),

(byte)Tools.Hex2Dec(Time.Month.ToString()),

(byte)Tools.Hex2Dec((Time.Year - 2000).ToString())

});

if (BytesTransferred != 8) throw new ApplicationException("Something went wrong setting the time. Did you use proper pull-up resistors and is there a 3V battery connected?");

}

 

 

Attached Thumbnails

  • 1307.jpg



#51765 Using a Netdruino 2 as a PLC

Posted by cce1911 on 29 July 2013 - 02:51 PM in Netduino Plus 2 (and Netduino Plus 1)

I'm in the process of converting a PLC application over to the Netduino in order to reduce cost. I've been using Crouzet PLC's but they are too expensive and have too little RAM. The Netduino with a keypad, 2 line LCD and a cheap 4 relay board will do what I need at a fraction of the cost.




#51228 Whacky Device Advice?

Posted by cce1911 on 08 July 2013 - 07:05 PM in General Discussion

The moles will be anywhere from 10 yards to 35 yards from the central controller and up to 10 yards from each other.




#51226 Whacky Device Advice?

Posted by cce1911 on 08 July 2013 - 06:34 PM in General Discussion

I'm at the conceptual stage of a project and would like some advice. The project can best be described as a game. The "Whack-a-Mole" game is a pretty close approximation of what I'm trying to do except the "moles" are further apart. If you don't know what this game is, watch this 22 seconds of video: https://www.youtube....h?v=D0n8N98mpes

 

There will be n number of devices in the network and one master controller. I'm thinking the controller will be a laptop, but I'm open to other ideas.

 

Each device will "display" according to an algorithm running on the master controller. If the mole is whacked while its displayed, a signal should be sent back to the master controller with the time it was whacked.

 

So my question is what is the best way for the master controller to communicate with the moles? After doing some research, it seems to me that each mole should be an N+2 with a Edimax BR-6258n wireless router running the NeonMika webserver. However, my concern is speed. Would Bluetooth be a better option or maybe one of the Xbee protocols? What about using a Mini instead of a N+2?





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.