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 24-May 23)


By content type

See this member's


Sort by                Order  

#47291 Wrong numbers when working with sonar sensor

Posted by eplaksienko on 17 March 2013 - 02:16 PM in Netduino Go

What I can definitely see after investigation playing with stepping motor, there are delays in either changing status on pin or code interpretation 




#47359 Wrong numbers when working with sonar sensor

Posted by eplaksienko on 18 March 2013 - 10:27 PM in Netduino Go

I was able to find delay I see progression, but it's definitely not enough




#47253 Wrong numbers when working with sonar sensor

Posted by eplaksienko on 15 March 2013 - 11:16 PM in Netduino Go

I am still working on shaman-ning it, I am almost there, If folks around will not find scientific solution, hopefully I would be able to give different delays and conversions




#47336 Wrong numbers when working with sonar sensor

Posted by eplaksienko on 18 March 2013 - 05:28 PM in Netduino Go

I am working right now with idea to figure out what's the real delay between NGO and SB

I believe if this one solved we almost there




#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




#47188 Wrong numbers when working with sonar sensor

Posted by eplaksienko on 14 March 2013 - 02:25 PM in Netduino Go

Chris 1 question related to SB

 

I try to play with sonic distance sensor, one of the guys shared the code http://forums.netdui...ic-rangefinder/

 

I didn't try it with Netduino, but combination of NGO and SB doesn't give correct numbers, is there any specific delays or other could be the reson

 

PS: I tried the module with Arduino it works




#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




#52859 World Maker Faire New York 2013

Posted by eplaksienko on 22 September 2013 - 04:16 PM in General Discussion

Gutworks, any news about ngo? anything new there or the same abandoned project?




#48985 TristatePort through exception while construct via SB

Posted by eplaksienko on 03 May 2013 - 02:12 PM in Netduino Go

Thx Lunddahl, but no solution there yet




#48930 TristatePort through exception while construct via SB

Posted by eplaksienko on 02 May 2013 - 02:26 AM in Netduino Go

Hi!

 

 

TristatePort throw exception while construct via SB

 

here the code

 

 

ShieldBase sb = new ShieldBase((GoBus.GoSocket)1);
 
TristatePort p1 = new TristatePort(sb.Pins.GPIO_PIN_D2, false, true, Port.ResistorMode.PullUp);
 
here the exception
 
A first chance exception of type 'System.Exception' occurred in GoBusSerialTransport.dll
An unhandled exception of type 'System.Exception' occurred in GoBusSerialTransport.dll
 
Here the trace
 
  GoBusSerialTransport.dll!GoBus.GoBusSerialTransport.CallFunction(byte profile, byte instance, byte function, byte[] parameters, bool waitForResponse) Line 1101 + 0xcf bytes C#
  NetduinoGo.ShieldBase.dll!NetduinoGo.ShieldBase.CreateTristatePort(Microsoft.SPOT.Hardware.Cpu.Pin portId, bool initialState, bool glitchFilter, Microsoft.SPOT.Hardware.Port.ResistorMode resistor) Line 461 + 0x5d bytes C#
  [External Code]
> Charlie6.exe!Charlie6.Program.Main() Line 17 + 0x1d bytes C#
z`
 
 
Any ideas what's wrong?



#49453 TristatePort Issue

Posted by eplaksienko on 15 May 2013 - 01:35 AM in Netduino Go

Chris I personally first tried to dispose OutputPort with the exception, then I tried to use TristatePort, and get the same kind of unknown exception. I am just trying to play with CharliePlexing 




#48984 TristatePort Issue

Posted by eplaksienko on 03 May 2013 - 02:12 PM in Netduino Go

Chris any news about it?




#48991 TristatePort Issue

Posted by eplaksienko on 03 May 2013 - 06:10 PM in Netduino Go

Chris, is it related to the issue with can not dispose OutportPort?




#50441 TristatePort Issue

Posted by eplaksienko on 12 June 2013 - 02:25 PM in Netduino Go

Chris, any updates on this issue?




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



#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?




#48411 The project type is not supported by this installation

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

Chris, actually I started workshop with my son and several his friends based on NGO, and one of them had similar problem, got solved after re-installation of VS C# and of course all libs and templates both Netmf and Secret Labs




#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




#47417 ShieldBase Power Bug?

Posted by eplaksienko on 20 March 2013 - 05:22 PM in Netduino Go

Chris If you can not reproduce it in lab, I work in NY I could bring mine for investigation




#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 



#47415 ShieldBase Power Bug?

Posted by eplaksienko on 20 March 2013 - 02:38 PM in Netduino Go

Have the same issue, cry :(




#48769 Shield base pins reassignment

Posted by eplaksienko on 26 April 2013 - 03:36 PM in Netduino Go

 Thread.Sleep(5000);

            ShieldBase sb = new ShieldBase((GoBus.GoSocket)4);
 
         
 
            OutputPort op1 = new OutputPort(sb.Pins.GPIO_PIN_D1, false);
            InputPort ip1 = new InputPort(sb.Pins.GPIO_PIN_D3, false, ResistorModes.Disabled);
            op1.Write(true);
            Thread.Sleep(5000);
            op1.Dispose();
            ip1.Dispose();
 
            OutputPort op2 = new OutputPort(sb.Pins.GPIO_PIN_D3, false);
            op2.Write(true);
            InputPort ip2 = new InputPort(sb.Pins.GPIO_PIN_D1, false, ResistorModes.Disabled);
            Thread.Sleep(5000);



#48761 Shield base pins reassignment

Posted by eplaksienko on 26 April 2013 - 02:18 PM in Netduino Go

Chris, I get exception on dispose




#48690 Shield base pins reassignment

Posted by eplaksienko on 24 April 2013 - 01:50 PM in Netduino Go

Thanks Chris

 

Actually, about disposal, what the quickest way to do it in NETMF? I am C++ person :D and C# and Java behavior make me always puzzled about it :D




#48661 Shield base pins reassignment

Posted by eplaksienko on 23 April 2013 - 03:47 PM in Netduino Go

Question What happens if I open some D pin on shield base as output, then in some period of time reassign it as input?

 

Is it going to work? Does it require specific actions?

 

Thanks





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.