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's Content

There have been 5 items by TareqGamal (Search limited from 24-April 23)


By content type

See this member's

Sort by                Order  

#64548 WiFi Connection steps problem

Posted by TareqGamal on 22 November 2015 - 05:51 AM in Netduino 3

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.




#64517 netduino Servo controller

Posted by TareqGamal on 15 November 2015 - 05:02 PM in Netduino 3

Hello Netduino Forum

I have Netduino 3 wifi and I need exactly this project 

it is controlling Servo using netduino 

but I couldn't do it by my Netduino 3 wifi ,

Is it not supported ?

I tried the code provided in this forums many times but it is for previous versions of Netduino and never worked with me.

this is it's link:

http://forums.netdui...ge-3#entry64516

 




#64516 Netduino servo class

Posted by TareqGamal on 15 November 2015 - 03:45 PM in Netduino 2 (and Netduino 1)

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);




#64505 Netduino servo class

Posted by TareqGamal on 14 November 2015 - 04:52 PM in Netduino 2 (and Netduino 1)

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;




#64504 Netduino 3 Wi-Fi Firmware v4.3.2 (update 1)

Posted by TareqGamal on 14 November 2015 - 04:48 PM in Netduino 3

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.