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.

TareqGamal

Member Since 17 May 2014
Offline Last Active Dec 20 2015 09:15 AM
-----

Posts I've Made

In Topic: WiFi Connection steps problem

22 November 2015 - 05:51 AM

Is there any Example With code for Netduino 3 wifi ?

I have one also and it dose not work..

I need to post data to it and receive data using wifi connection.

 

 

 

Thanks for help.


In Topic: Netduino servo class

15 November 2015 - 03:45 PM

Great thank you for care ,

I tried your code it gives me error in the following lines :

        public Servo(Cpu.PWMChannel channelPin)
        {
            // Init the PWM pin
            servo = new PWM((Cpu.PWMChannel)channelPin, 20000, 1500, PWM.ScaleFactor.Microseconds, false);

            servo.DutyCycle = 0;  //this line
            // Typical settings
            range[0] = 1000;
            range[1] = 2000;

            servo.Start(); //this line also 
        }

 Also this line :

         servo.Duration = (uint)map((long)value, 0, 180, range[0], range[1]);

 

 

error :

Error 1 'SecretLabs.NETMF.Hardware.PWM' does not contain a definition for .....

 

 

 

 

also the Main class have this error in this line:

 Servo servo = new Servo(Pins.GPIO_PIN_D9);


In Topic: Netduino servo class

14 November 2015 - 04:52 PM

it did not work for me due Memory problem

May this program not fit with my Device ?

I have :

NetDuino3 wifi

Windows 7

VS 2013

-----------------

also at compile time :

It can not make object from servo :

Servo servo = new Servo(PWMChannels.PWM_PIN_D9);

 

I Added the code as it is and referances okay :

 

using System;

using System.Threading;

using Microsoft.SPOT;

using Microsoft.SPOT.Hardware;

using SecretLabs.NETMF.Hardware;

using SecretLabs.NETMF.Hardware.Netduino;

using Servo_API;


In Topic: Netduino 3 Wi-Fi Firmware v4.3.2 (update 1)

14 November 2015 - 04:48 PM

Unfortunately for me : 

I think the NetDuino 3 wifi is the most advanced one ,

but I cannot setup it ..

 

I could not install even see my device in the upgrade tool

I checked the Device Manager it consider it as (NetDuino ) only

also all dlls is just for NetduinoPlus and netduino.

 

also when I run Any program even empty project give me problem in the Hardware.dll would you like to continue anyway ?


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.