LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Obstacle detection for blind people using ultrasonic sensors in labview possible??

I am doing a project using ultrasonic sensors to detect the obstacle and its distance from the blind people and using microcontroller and headphones convey the related information to the blind people.  Before starting with the hardware i would like to know if it is possible to do the same using Labview software and test the solutions??

0 Kudos
Message 1 of 10
(5,094 Views)

There is no such thing as doing the same thing in software as you do in hardware.  Ultimately you will need the hardware to interact with the real world.  Fortunately, LabVIEW is a full-fledged programming language that enables easier connections to reworld sensors.

 

If you don't have sensors yet, then you can certainly try to do more programming in LabVIEW that could simulate the behavior of the sensors.

0 Kudos
Message 2 of 10
(5,093 Views)
It would be possible to emulate an environment and determine the emulated sensor input in order to test your obstacle detection vi. This is actually good practice since it provides repeatable sensor inputs for testing or for development when the sensors aren't available.
0 Kudos
Message 3 of 10
(5,054 Views)

i would like to know if its possible to fuse the labview and harware microcontroller?? i am new to labview.  Once using sensors in labview, is it possible to use hardware to do further processing of the signal obtained from sensors in labview???

0 Kudos
Message 4 of 10
(5,040 Views)

The LEGO MindStorm is a kit that includes a NXT brick, which is a computer in a 5x3x1 (roughly) package, and it includes unltrasonic sensors, motors, other sensors and stuff.

It runs a variant of LabVIEW See here, that is geared toward robotics.

 

My son (age 11 then) did a project where hebuilt a vehicle that would sense obstructions and stop, then try to avoid them.

He did the programming on his MacBook, it works on Windows too.

 

I don't know what you mean exactly by "fuse the hardware and software" but that seems pretty close to me.

Steve Bird
Culverson Software - Elegant software that is a pleasure to use.
Culverson.com


LinkedIn

Blog for (mostly LabVIEW) programmers: Tips And Tricks

0 Kudos
Message 5 of 10
(5,031 Views)

Once using sensors in labview, is it possible to use hardware to do further processing of the signal obtained from sensors in labview???

 

I'm not sure what you're after here.  LabVIEW is more than just data acquisition. Any processing you can dream up can be done in LabVIEW.

Steve Bird
Culverson Software - Elegant software that is a pleasure to use.
Culverson.com


LinkedIn

Blog for (mostly LabVIEW) programmers: Tips And Tricks

0 Kudos
Message 6 of 10
(5,030 Views)

fuse i meant like if i could do a part of project in software and the later part of microcontroller and speakers in hardware??

0 Kudos
Message 7 of 10
(4,987 Views)

Have anyone has done this proj using labview previosuly ?

0 Kudos
Message 8 of 10
(4,566 Views)

This application note is fairly close...

Using LabVIEW and CompactRIO to Put Blind Drivers Behind the Wheel

https://decibel.ni.com/content/docs/DOC-11443

 

 

Message 9 of 10
(4,554 Views)

 

You can see a link on the forum that also addresses this issue

 

LabVIEW & DAQ: Ultrasonic Distance Measurement with HC-SR04 4 Terminal Sensor

https://decibel.ni.com/content/docs/DOC-19917

 

http://forums.ni.com/t5/LabVIEW/Ultrasonic-HC-SR04-and-NI6008/td-p/2146750

 

0 Kudos
Message 10 of 10
(4,256 Views)