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.

Jean-Martin

Member Since 05 Jan 2013
Offline Last Active Jan 24 2014 07:41 PM
-----

Topics I've Started

Simple electronic question

04 January 2014 - 06:10 PM

I have a quick question for you I have purchase this realay board : http://www.ebay.ca/i...-/221345577247?.

it says that it consumes 

  • 5V 8-Channel Relay interface board, and each one needs 50-60mA Driver Current.  

50-60maA  so what is my option. I simply want to know how not to break my Netduino

 

edit : maybe my understanding of english is bad.. but 50-60 is more than the  digital i/o max 25mA


[Question] Ethernet

24 March 2013 - 07:48 PM

Am just asking what is the best option for me to have dual ethernet on my np2+ one 1 filter one out .... Sory for bad English


[BUG] Wiki not recognize me and Forum important bug

10 January 2013 - 07:48 PM

i try to make a new wiki page and is alway ask me to login but this thing dont work is because am a New Member or what ? My browser is Chrome


[FIXED IN FW 4.2.2] Simple Question about Servo

07 January 2013 - 04:36 PM

Why i need to Send a duration of 5.0 ms to have full right of my servo every place i read said about 1ms to 2ms but mine require 5 ms here is the servo  https://www.sparkfun.com/products/9347 (edit bad product) https://www.sparkfun.com/products/9065and the code i have a Netduino plus 2 firmware 4.2.1. 
Thx for your explaintion
Note : I use an External Power Suply 6v with grond liked together.
Jean-Martin
    public class Program    {        static PWM servo = new PWM(PWMChannels.PWM_PIN_D10, 20000, 1500, PWM.ScaleFactor.Microseconds, false);        public static void Main()        {            servo.Start();            // write your code here            servo.Duration = 5000; // Full Right            Thread.Sleep(1000);            servo.Duration = 1000; // Full Left            Thread.Sleep(1000);            servo.Duration = 2500; // Full Center            Thread.Sleep(1000);        }    }

[Suggestion] Additional sections

05 January 2013 - 05:14 PM

Put additional section on the forum for such languages??. French, Dutch,Spanish and etc ... for those who want help people in those languages or for those speak this language. Thx Jean-Martin

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.