I'm not very good at programming .
I need a sketch that allows the location of an end device on the move .
Do you have any sketch already completed or can post some useful link from which to understand how to make it by myself?
I need a sketch that allows the location of an end device on the move .
What do you mean by "allows the location"? How could you possibly dis-allow it?
What kind of "end device"? The only context that I'm aware of deals with network devices.
If you are looking for a way to know where an end device, such as an XBee on an Arduino, is, it will be up to the end device to tell you that.
How it knows where it is is the challenge. If it is outdoors, GPS would work. Indoors is a much bigger problem.
I am using an Arduino Uno with shield ZB ZigBee 2.5 .
The idea is to create a network network for locating an object ( end device ) in motion .
Should be used in outdoor and localization would be the case with a system of triangulation based on knowledge RSSI.
The problem is that i can't find an example that explain me how to create a sketch like this.
Honestly, this is not a beginner task.
Should be used in outdoor and localization would be the case with a system of triangulation based on knowledge RSSI.
You might as well stop now. RSSI is an extremely poor indicator of position.
I know, but I would try a simply method to seek position.
GPS
How big is the area of movement (where you need to know the position)?
I know, but I would try a simply method to seek position.
Random number generation will be as accurate.
Here is a recent review article on the various professional efforts to localize transmitters like xbee: A Review on Sensor Network Issues and Robotics