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.

Dave1374

Member Since 06 May 2013
Offline Last Active Nov 04 2015 04:32 PM
-----

Topics I've Started

Netduino 3 and Electronic Brick of Relay

01 August 2015 - 08:01 PM

Trying to figure out how to plug things.

 

I'm using this relay http://www.robotshop...k-5v-relay.html

 

Let's call the screw connector : Connector 1

Let's call the white 4 pin connector : Connector 2

Let's call the black 3 pin : Connector 3

 

I want to use it to make a 12 volt valve work.

 

I striped red and black from a 12 volt adapter pluged in a wall.

 

Black and red goes to Connector 1 (tried both NC and NO)

 

Then I'm not sure if I'm supposed to plug netduino digital pin to Connector 2 or Connector 3, and output 12 volt from Connector 2 or Connector 3.........

 

I've tried both, didn't work.

 

Of course I've read the datasheet but it's not detailed enough for me and can't find any project with this exact relay.

 

Datasheet.pdf

 

schematic diagram of relay

 

my code :

static OutputPort relay = new OutputPort(Cpu.Pin.GPIO_Pin0, false);
relay.Write(true);

How do I wire this relay ?

 


Outdoor project, 70 feet, 5 walls and a shed.

11 May 2015 - 08:28 PM

Hey,

 

I'm looking to do an outdoor project that needs to receive the signal from about 70 feet from the home router. Also, there are multiple walls (5?) between the router and the microcontroller.

 

Can it work with the Netduino 3 built in wifi or do I need to add an antena ?

 

The Netduino will be inside a shed.


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.