Hello everyone hope you are doing well, I'm currently working on an RTLS (Real-Time Location System) project as part of my end-of-study project in electromechanical engineering. This RTLS project aims to track a semi-final product within the production plant to minimize its Work in Process (WIP) time.
The solution we are implementing involves using UWB (Ultra-Wideband) tags affixed to each product (approximately 2000 products), along with antennas/anchors to receive signals from these tags. We plan to employ algorithms such as TDOL, AOA, or TOF to estimate the location accurately.
Here are some key considerations:
- The plant is large, measuring 400m*300m, and features numerous obstacles.
- We aim for a refresh time of 10 up to 30 seconds.
- We are open to dividing the plant into different sections (up to 8).
- The only data to be transferred is an id (1 to 2000) that will later be associated to the product id.
I'm eager to receive input and advice to your fellow junior member, as this project is significant for my future career prospects. Please feel free to highlight any challenges or suggest alternatives from your expertise.
If possible, I have a few questions:
- Can passive tags be used to minimize the need for frequent tag charging?
- What types of antennas are suitable for this application?
- Which devices are used to compute the algorithms?
- What type of data is typically transmitted from the antenna to the computing device and from the computing device to a computer, to facilitate integration with a NODE RED interface?