11-12-2015 07:57 AM
Hello i am working on a school project: i want make cartography of region with airplane.
I want to buy the EAGLE EYE gimbal with BaseCam SimpleBGC 32-bit controller (system_2) and work with an ARDUINO or PC card (system_1) conected to GPS module.
The CANON 600D has to be gyrostabilized. Pictures need to be georeferenced.
Is it possible to connect the BaseCam SimpleBGC 32-bit controller to LABVIEW (computer) and give commands to it and receive information's captors in live in LABVIEW software?
Is it possible to connect an Arduino card (which model?) to LABVIEW and work on LABVIEW software in order to programm the ARDUINO and also read in real time the informations?
Thank you very much. I really need help.
links for BaseCam SimpleBGC 32-bit controller:
11-14-2015 08:00 PM
Sounds like you'd be wanting an FPGA. LabVIEW applications can run on Xilinx FPGA, which is programmable directly from LV if you have the FPGA module. Do you want the device to be self contained (everything on board) or for it to communicate with your laptop from the air?
11-15-2015 11:43 AM
hello what does FPGA mean?
yes i want to communicate with my laptop from air ( the laptop wil be with copilote in airplane).
do you think it is possible to read in labview software the informations of angles of the camera with the microcontroller BaseCam SimpleBGC 32-bit (connected to pc)?
this board support Serial API commands: http://www.basecamelectronics.com/serialapi/
let me know i am beginner in this domain
see picture "model2" it is what i want to do
11-15-2015 12:19 PM
11-15-2015 12:22 PM
ok can i command the materials on this webpage?:
http://www.elecfreaks.com/store/fastrax-up501-gps-receiver-module-with-antenna-gpsup501-p-236.html
11-15-2015 12:29 PM
11-16-2015 08:48 AM
do you think it will work with this?:
https://decibel.ni.com/content/docs/DOC-13882
Do i will have to do modification of labview data?
11-16-2015 09:37 AM
11-16-2015 11:31 AM
Hello the Fastrax UP501 GPS module is very difficult to find on internet.
Therefore i want to buy "Adafruit Ultimate GPS Breakout - 66 channel w/10 Hz updates - Version 3" on this webpage:
https://www.adafruit.com/products/746
Do you think this ADfruit GPS is compatible with what i want to do? do you think it is difficult to build myself the connection cable rs232 OR USB from GPS module to my computer?
11-16-2015 11:44 AM
in datasheet of adafruit it's written that:
"Direct Computer Wiring
GPS modules are great in that the moment you turn them on, they'll start spitting out data,
and trying to get a 'fix' (location verification). Like pretty much every GPS in existence, the
Adafruit Ultimate GPS uses TTL serial output to send data so the best way to first test the
GPS is to wire it directly to the computer via the TTL serial to USB converter on an Arduino.
You can also use an FTDI Friend or other TTL adapter but for this demonstration we'll use a
classic Arduino"
If i understand ihave to connect GPS module to ARDUINO card then connect the Arduino card to computer. But does this Labview programm "GPS_gather.zip2 will work with arduino card on LABIEW? help me guys