Can I get the bluetooth data of vehicles in SUMO through traci? - sumo

I'm a new user of SUMO and TraCI. I have equipped vehicles with bluetooth in SUMO using configuration file. Now I wonder if I could get the bluetooth data using TraCI?(e.g. TraCI4matlab)
Thanks for your suggestion!

The bluetooth devices in SUMO are just for (simulated) vehicle detection. There is no data transfer.

Related

How can I send/receive data to/from my samsung s3 to a (medical) device via an arduino board (wifi + usb)?

I am new to using arduino board. I will like to connect my samsung s3 to a medical device via a an ardunio board.
The first idea is to send/recieve data to/from the phone to the medica device via usb on an arduino board and the medical device recieve/send data from/to my phone via usb on the arduino board.
The second idea is send/recieve data to/from the phone to the medica device via WIFI on an arduino board via usb and the medical device recieve/send data from/to my phone via usb on the ardunio board.
Thanks for your proposed solutions.
All problems, including this one are best approached in increments. In this particular case, I assume you already have an arduino with a WiFi shield and a Samsung s3.
You don't mention the medical device or how it is programmed. But first, concentrate on how to get the Samsung to talk to your PC via wireless. In doing this you will learn a lot about how to write code for the Samsung and how to write code for a PC/Wireless connection. There are probably already sample applications that do this.
Next, identify how the arduino board will connected to the medical device and make the same connection from the arduino to your PC. Get this connection to work. I know there are many examples of how to do this.
Next, get the Samsung to talk just to the arduino board which maybe turns on an LED. Since you already learned how to code the Samsung to do wireless in the first step, then this step might be easy.
Next, connect the arduino to the PC and have the Arduino pass data back and forth between the PC and the Samsung.
After you have this "stack" of: Samsung <==> Arduino <==> PC working then consider what it would take to replace the PC with a medical device so that you have:
Samsung <==> Arduino <==> Medical Device
You can design your own series of incremental steps based on your more specific knowledge of the devices that you have. But the idea is the same, each step is something easy to do and easy to debug. But taking all the steps results in a complex system!
No one is able to do what you want on the first try (unless they have already developed the same or similar system). But everyone is capable of learning new material, if they are persistent.
Please keep me informed as you work on this, it is an interesting project!!

Using GPS data for vehicle tracking where there are no cellular services

I am working on a project that deals with GPS based tracking of vehicles. I want to know if we can use GPS data for real time tracking of vehicles in areas where there are no cellular services.
Yes you can, GPS works everywhere in the world, when you have free view to sky.
It does not work in tunnels, underground and indoors.
Without cellular service the phone needs some seconds more to get the first valid GPS position after enabling it.

GPS modem that can send data to our server

We are planning for vehicle tracking system. We would like to relay on GPS Tracking System and view position report via Google Maps.
For hardware requirement we are thinking of GPS modem that can transmit data to our system.
Which GPD Modem is suitable for my project?
Use a smartphone. Haha.
On a more serious note, since it's for vehicular application only, there are a lot of companies that manufacture GPS modules (u-blox is one of them). Just google and you'll find thousands of companies manufacturing them. But before you choose a GPS module, make sure you check the regulations of your target country. If the module works on the Iridium satellite network, countries like India & China won't allow it as Iridium frequency is close to their military frequencies. In Europe you'll be better off with the Inmarsat network. So, do your homework & you should be good.
Also, if you're developing your own map interface, you might wanna ask the manufacturer if they have any existing mapping interface you can hook into or disable. You mag be charged for either.
All the best!
Are mobile networks (like GSM/GPRS/UMTS) available where you are?
if so check-out the tracking products from this site or this site (Google keywords: GPS GPRS)
If not, you should consider a custom solution, maybe someone like this company can help...
I have worked on a project that involved sending data over GSM/CDMA network. It used a simple GSM/CDMA modem connected to an embedded linux device and was a stationary piece of hardware. Attach a GPS device and it may very well be a tracking system. The problem is when the network drops or the device moves out of the network coverage area. I am not sure if there any GSM/CDMA modem available with GPS added to them as we didn't have this facility in our hardware and it was very much desirable. We needed to use a separate GPS device, mostly iPhone, separately to determine the lat long of our device.
You can use any GSM/GPRS modem equipped with GPS device. The modem will forward the GPS data to your central server through GPRS and at the server side you just need to process rcvd data and display it on google maps.

gps mobile phones connectivity

all the sets will not have inbuilt gps connectivity....for example mine is sony Ericsson z550i in this i dont have inbuilt gps service. suppose i want to use gps service in such sets what i should do? please Suggest some alternatives...
And also suggest is it mandatory to have a gprs connection for my handset if i want to avail gps service?
GPS does not require any cellular connection like GPRS, it relies purely on a GPS antenna on the phone picking signals from orbiting GPS satellites.
If a phone doesn't have a GPS system, then there might be other APIs available to obtain an approximate position from cell tower information, but generally speaking I think you're out of luck.

USB based video capture card with API

I am looking for a usb based video capture card (to be used with cctv analog cameras) which comes with an api. An api of sorts would help as I am planning to do some analytics on the video stream.
Any ideas on such a device?
What platform? Pretty much any capture card would work with DirectShow on Windows. On Linux, the usual API is V4L - the hardware compatibility list isn't as extensive on Linux, but most things do work with it.
The only capture boards I know of internal to a PC are PCI capture cards. A USB capture card would limit the data you could capture. For instance if you try to stream video to a USB drive you'll get error messages because USB is too slow. You're better off purchasing an encoder to do what you want. Retail for an analog encoder is as low as 300 dollars and it allows you to connect 4 analog cameras.