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.

eplaksienko's Content

There have been 107 items by eplaksienko (Search limited from 09-May 23)


By content type

See this member's


Sort by                Order  

#48228 Ethernet Module Update

Posted by eplaksienko on 09 April 2013 - 08:52 PM in Netduino Go

And also since it will be more modules in future to make it for example 16 port? 




#48227 Ethernet Module Update

Posted by eplaksienko on 09 April 2013 - 08:50 PM in Netduino Go

Chris, may me it has sense to redesign NGO itself, just make it onboard instead of creating module?




#48181 NEW MODULE: DigIO

Posted by eplaksienko on 08 April 2013 - 01:47 PM in Netduino Go

Arron, are you going to publish for sell your modules?

 

Thanks




#48145 Introducing Netduino Go

Posted by eplaksienko on 07 April 2013 - 02:35 PM in Netduino Go

:D 




#48083 NEW MODULE: DigIO

Posted by eplaksienko on 05 April 2013 - 06:06 PM in Netduino Go

Hi! Thanks 1st and 3rd I already realized what to do

About interrupts it would be great to have it since Shield Base doesn't solve problems with sensors like sonic range finder. If you get it working I would buy several of then :D

 

I think you would be able to do it somehow if you can control internal ones




#48071 NEW MODULE: DigIO

Posted by eplaksienko on 05 April 2013 - 03:04 PM in Netduino Go

PS: What about interrupts?




#48069 NEW MODULE: DigIO

Posted by eplaksienko on 05 April 2013 - 02:39 PM in Netduino Go

Checkout stack on shipping

 

 

Step 4: Delivery Method

Please select the preferred shipping method to use on this order.

United States Postal Service
Missing value for ZipDestination.

Add Comments About Your Order



#48067 NEW MODULE: DigIO

Posted by eplaksienko on 05 April 2013 - 02:35 PM in Netduino Go

What about libs?




#47888 Analog Output for SB

Posted by eplaksienko on 01 April 2013 - 07:39 PM in Netduino Go

Thx guys, It was just a little bit confusing no having yet analog output for SB




#47863 Current state of the Go

Posted by eplaksienko on 01 April 2013 - 01:01 AM in Netduino Go

Chris, amateur question , Is it possible or will be possible to make work NGO and SB independently, something like for example RPI and Alamode




#47862 Serial port on SB

Posted by eplaksienko on 01 April 2013 - 12:56 AM in Netduino Go

Doesn't matter found




#47853 Serial port on SB

Posted by eplaksienko on 31 March 2013 - 08:22 PM in Netduino Go

Hi!

 

Question, how to use, code example any?

 

Thanks




#47852 Analog Output for SB

Posted by eplaksienko on 31 March 2013 - 08:21 PM in Netduino Go

Thx Already have solution with PWM




#47847 Analog Output for SB

Posted by eplaksienko on 31 March 2013 - 05:44 PM in Netduino Go

Hi!

 

Does it exist Analog Output for SB?




#47846 Wrong numbers when working with sonar sensor

Posted by eplaksienko on 31 March 2013 - 05:41 PM in Netduino Go

Chris, I see incremental number while moving things further and excremental when going closer, but I can not tune exact number, I didn't yet figured out dependencies experimentally, but the same sonic sensor works great and gives exact calculated numbers with Arduino




#47753 Current state of the Go

Posted by eplaksienko on 30 March 2013 - 01:10 PM in Netduino Go

Hopefully this will move somewhere




#47743 Current state of the Go

Posted by eplaksienko on 30 March 2013 - 01:52 AM in Netduino Go

There is no point in beta if no release in mind :D, I am not talking about high high performance, but for example 4-5 quicker would be enough for Stepper and 10 for sonic range finder. 

 

Actually, isn't it SB already works via SPI?




#47732 Current state of the Go

Posted by eplaksienko on 29 March 2013 - 05:40 PM in Netduino Go

Arron, I know it's not going to be the same as N+2 or Arduino, but currently what I see is just unacceptable, basically I can not use Stepper motor and sonic range finder, I think this could be tuned, or may be something similar to RPI to have separate control on main board and SB




#47723 Toolbox HBridge with SB

Posted by eplaksienko on 29 March 2013 - 12:23 PM in Netduino Go

Thanks Stefan, I found the solution from absolutely different angle :D, but without your tip :D I wouldn't get it, it's somehow different MS, no PWM/PLL switch, and what happened it was different pins :D I will post later today pic of the shield, but it was shipped by robotshop.com in dfrobot wrappinf with df robot logo on it :D

 

Actually  is there class to control stepper with it?




#47714 Toolbox HBridge with SB

Posted by eplaksienko on 29 March 2013 - 02:30 AM in Netduino Go

Hi!

 

Anybody has experience SB with DFRobot L298P using HBridge, no errors motor doesn't rotate

 

Here the code

 

 

using System;
using System.Threading;
using Microsoft.SPOT;
using Microsoft.SPOT.Hardware;
using NetduinoGo;
using SecretLabs.NETMF.Hardware;
using SecretLabs.NETMF.Hardware.NetduinoGo;
using Toolbox.NETMF.Hardware;
 
namespace DFRobotMShield
{
    public class Program
    {
        public static void Main()
        {
            // write your code here
            Thread.Sleep(5000);
            NetduinoGo.ShieldBase sb = new NetduinoGo.ShieldBase((GoBus.GoSocket)4);
 
            HBridge MotorDriver = new HBridge(sb.PWMChannels.PWM_PIN_D6, sb.Pins.GPIO_PIN_D7, sb.PWMChannels.PWM_PIN_D5, sb.Pins.GPIO_PIN_D4);
 
            MotorDriver.SetState(HBridge.Motors.Motor1, -50);
         
            //Thread.Sleep(Timeout.Infinite);
            while (true) ;
 
        }
 
    }
}



#47698 Wrong numbers when working with sonar sensor

Posted by eplaksienko on 28 March 2013 - 07:36 PM in Netduino Go

No, was busy with other staff, I think Secret Labs staff help would be very useful, since it's 99.99% lateness issue, not sure if it because NGO connectivity or SB itself or both. But we should be able to get from them numbers to make calculations better




#47696 Current state of the Go

Posted by eplaksienko on 28 March 2013 - 07:34 PM in Netduino Go

I absolutely agree with Troll, at least Secret Labs could finish Gadgeteer extention to be able to use GHI modules, and of course should be found solution with SB working much slow then Netduino or Arduino, I think those 2 things are the most critical from my point of view




#47467 Longer Go Cables

Posted by eplaksienko on 22 March 2013 - 12:02 PM in Netduino Go

There are on ghi electronics site, sound like they are compatible




#47433 ShieldBase Power Bug?

Posted by eplaksienko on 21 March 2013 - 02:01 AM in Netduino Go

I could get to you Monday or Tuesday

 

Actually 1 sec Sleep is not enough, 3 sec is sure number




#47427 ShieldBase Power Bug?

Posted by eplaksienko on 20 March 2013 - 10:40 PM in Netduino Go

Solved by
 
Thread.Sleep(1000);
NetduinoGo.ShieldBase sb = new NetduinoGo.ShieldBase((GoBus.GoSocket)4);
 
Something wrong with all SB concept in new FW, I have also delay related problems with stepper and sonar range sensor 




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.