02-26-2025 12:45 PM
@Cagri1 wrote:
I want to take GPS data with Adafruit GPS module, process it with Raspberry Pi Pico and transfer it to the LabView interface.
IMO:
If it is a personal project:
if you know how to code but cant figure this out, show us your existing code.
if you are learning how to code:
If you must use the RPi, don't run Labview on it
If you want to learn Labview, don't use a RPi to run Labview
If this is a commercial project I would run away.
02-26-2025 04:20 PM
It can also be done via Arduino. I would be very happy if you could explain how I should do this.
02-26-2025 06:03 PM
@Cagri1 wrote:
It can also be done via Arduino. I would be very happy if you could explain how I should do this.
So LabVIEW will be running on a computer that is connected to the Arduino?
02-27-2025 12:49 AM
Yes
02-27-2025 09:17 AM
@Cagri1 wrote:
Yes
Ok, if you are using a USB cable to connect the two then you can use a virtual com port over USB.
02-27-2025 09:48 AM
I will receive the GPS data coming with Arduino. I will show that data on the map I created with the block diagram in LabView. How will I create the map visual offline in LabView?
02-27-2025 10:43 AM
@Cagri1 wrote:
I will receive the GPS data coming with Arduino. I will show that data on the map I created with the block diagram in LabView. How will I create the map visual offline in LabView?
I feel like you are hesitant to share information about your project yet you desire someone to guess how you have implemented things and provide a solution to your problem. The more info you give the better the forum will be able to help you.
Without knowing anything about your code, I can only guess you are using some online service to generate your map so if you want to view it offline you will need to buffer the map info locally so it can continue to be displayed when there is no internet connection.
03-17-2025 09:07 AM
I want to view the map offline in labview and track the location on the map. I am using labview 2024 and offline map api. How should I connect the reference entry in the Initialize map blog? I am getting a property node error. How should I use the property node? I would be glad if you could help me.
03-17-2025 09:59 AM
@Cagri1 wrote:
I want to view the map offline in labview and track the location on the map. I am using labview 2024 and offline map api. How should I connect the reference entry in the Initialize map blog? I am getting a property node error. How should I use the property node? I would be glad if you could help me.
To get forum help, you need to post your code here on the forum. If you can't post your code on the forum for whatever reason, you need to hire a LabVIEW developer to work on your project.
03-21-2025 05:53 AM
When I say code, is it Raspberry code or LabView block diagram?