AForge.NET

  :: AForge.NET Framework :: Articles :: Forums ::

multiple UltraSonic Sensors

The forum is to discuss topics related to robotics, like building robot, controlling it, its software and hardware, etc.

multiple UltraSonic Sensors

Postby RobotFan » Mon Mar 19, 2012 10:45 pm

Dear All,

Is there a way using Aforge, to operate multiple ultrasonic sensors on a lego NXT robot using the 'single shot command' as shown here?:

http://www.rjmcnamara.com/2010/08/multi ... c-sensors/

Help much appreciated,

thanks,

RobotFan
RobotFan
 
Posts: 3
Joined: Sat Oct 15, 2011 12:33 pm

Re: multiple UltraSonic Sensors

Postby andrew.kirillov » Tue Mar 20, 2012 9:32 am

Hello,

The AForge.NET framework's API provides LsWrite() and LsRead() methods. You can try those to communicate with I2C device and send command which we need.
With best regards,
Andrew


Interested in supporting AForge.NET Framework?
User avatar
andrew.kirillov
Site Admin, AForge.NET Developer
 
Posts: 3453
Joined: Fri Jan 23, 2009 9:12 am
Location: UK




Return to Robotics