Next Article in Journal
A Method for Analyzing the Impact of Intra-System and Inter-System Interference on DME Based on Queueing Theory
Next Article in Special Issue
A Low-Cost Indoor Activity Monitoring System for Detecting Frailty in Older Adults
Previous Article in Journal
Aspect Entropy Extraction Using Circular SAR Data and Scattering Anisotropy Analysis
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Low-Cost and Data Anonymised City Traffic Flow Data Collection to Support Intelligent Traffic System

School of Computer Science, University of Bedfordshire, Luton LU1 3JU, UK
*
Author to whom correspondence should be addressed.
Sensors 2019, 19(2), 347; https://doi.org/10.3390/s19020347
Submission received: 14 December 2018 / Revised: 10 January 2019 / Accepted: 13 January 2019 / Published: 16 January 2019
(This article belongs to the Special Issue Internet of Things and Machine-to-Machine Communication)

Abstract

:
There are many methods of collecting traffic flow data, especially using smart phone apps. However, few current solutions balance the need for collecting full route data whilst respecting privacy and remaining low-cost. This project looks into the creation of a wireless sensor network (WSN) that can balance these requirements in an attempt to negate some of the concerns that come with this type of technology. Our proposed system only collects location data within a defined city area. This data is collected with a randomized identifier, which limits repeated identification of the source vehicle and its occupants. Data collected is shared between vehicle and roadside base stations when the two are in range. To deal with the fluid nature of this scenario, a purposely designed Media Access Control (MAC) protocol was designed and implemented using the beacon-slotted ALOHA (Advocates of Linux Open-source Hawaii Association) mechanism.

1. Introduction

Information and data are important to a city’s council in understanding how best to use their available assets and resources. The following research identifies previously explored applications focused on Intelligent Traffic Systems that go beyond merely road usage measurements. They each rely on data generated by systems or solutions similar to that which will be generated by this project’s artefact. The term Intelligent Traffic System (ITS) describes the idea of integrating communications technology with transport infrastructure and vehicles. This integration allows for better management of the available transport systems meaning that they operate more effectively and efficiently [1].
An example of this improvement in efficiency could be the introduction of adaptive traffic light systems. Presently, the timing of many traffic light-controlled junctions depends simply on the time of day. For instance, during morning peak time traffic travelling in one direction is given more priority over those travelling in the other directions. Later, in the evening peak, the timings may be reversed to allow the returning traffic greater priority. During the day and the night, the timings may be fairer, with no priority given to a single direction [2]. With an ITS-based system, the timings could be more dynamic and reflect the traffic that is waiting. The timings can be increased when there is more traffic and decreased when there is less. Which would increase the number of vehicles that are processed by the traffic light system and avoid turning on a green light needlessly if no vehicles are present [3] in the direction. This concept though could be applied to multiple connected traffic light-controlled junctions so that they work in conjunction with each other. Reference [4] proposes a method in which each intersection is in communication with its neighbour. This implementation allows for synchronisation and the creation of green waves, as the authors refer to them as. Successive green lights would be able to decongest busy routes but, as the authors warn, it comes at the cost of greater congestion on other roads. Overall, this demonstrates groups of vehicles could be dealt with more intelligently on a city-wide basis rather than at a single junction.
A further idea that can be applied is that of Priority. Traffic waiting at traffic light controlled junctions is treated fairly, where everyone waits their turn. Not all traffic is equal, though: emergency vehicles, for instance, need to move at speed to deal with an emergency. As [5] notes with queuing traffic comes the difficulty for emergency vehicles that must create a path to progress, slowing them down. The authors present a system in which traffic lights acknowledge emergency vehicles arriving and, as quickly as possible, set the lights in that lane to green. With the traffic flowing, there is a reduced chance that the emergency vehicle will be held up.
A second example of improvement in efficiency is the possibility of congestion detection and alleviation. This mainly applies to long stretches of road, such as motorways, but the idea is to alert road users before they reach the congestion ahead. This allows the road user to make an informed decision on whether to continue or proceed [1]. In the United Kingdom, this example has been implemented on the most congested motorways. These systems are referred to as Active Traffic Management (ATM) and sees gantries placed regularly along the road. Each gantry has a single-lane led matrix display which can alert road users of problems ahead, show lane closures or set the lane speed [6]. In the last two cases, drivers must abide by what is displayed. The changing of speed can slow the rate at which the vehicles arrive at the congestion, this can help to alleviate the congestion and, in some cases, for it to disappear. Research has shown that this type of implementation can have an impact not only on congestion but also air pollution [7].
Citizens using public transport can be seen as another important use case that is positive for a city council, as it lowers the number of vehicles on the road, reduces air pollution and creates revenue. With an ITS-based system, the accurate current and historical traffic data can be applied to improve the service and experience of this method of transport. Focusing on busses, arrival times are usually displayed at bus stops to tell users how many minutes until the next bus. The accuracy of this sort of information is helpful to those which utilise these services. Waiting at a bus stop for a bus that arrives 10 min late, is a frustrating experience for the user. The accurate estimation of arrival times and travel times are potential areas that this technology can be used to provide a better service. Knowing current road conditions ahead, the current location of the bus and historical data from previous journeys allows for the estimations to be fine-tuned and their accuracy improved. This was demonstrated in part by [8], in their research they collected the GPS data from 1213 unique trips made on Dublin’s route 46 A. With this dataset they were able to estimate the time of arrival at the final stop of the route, the accuracy though of the predication improved the further the bus travelled. When the bus was further than 10 km from its final stop, the prediction error was very high. This research demonstrates the possibilities but also the limitations. A solution cannot rely on one source of data (the bus) to correctly estimate travel times and arrival times.
One kind of solution can be to rely upon ITS-based systems which fundamentally require a range of dynamic data collection techniques. Our research including traditional pneumatic road tubes system and induction loop system and new technologies, such as video detection, piezoelectric sensors, and smart app applications, demonstrates four major limitations of current data collective solutions: (1) lacking balances of cost and efficiency, (2) privacy control, (3) incentive publicity, and (4) a new MAC algorithm supporting efficient concurrent communications.
Especially, the privacy issue has always been ignored. However, privacy cannot be treated as before since more restrictive laws are introduced, e.g., GDPR (General Data Protection Regulation) has been applied to the whole of Europe from May 2018, so a new alternative technique solution must be developed. In the paper “Toward Community Sensing”, [9] acknowledge that for a person to surrender data from private sensors there may be a need for an incentive. They indicate that the incentive for this type of data may need to be of the monetary kind. This brings in the consideration of cost versus reward from the city council perspective especially when budgets must be kept to. It is acknowledged, though, that in some cases the reward may be as simple as those seen in the Active Traffic Management applications. In other words, being able to save time and avoid congestion may be enough of a reward to some users. The city council then, in theory, may need to provide some form of incentive to increase what would be an undeniably slow adoption rate of a system such as the artefact. One such idea may be to offer free or discounted parking charges to those who allow the system to be installed. In Milton Keynes, where our research is based, a smart city in the United Kingdom implemented a type of incentive discount for those who partake in their car sharing scheme [10].
Our initial objective of the project is to carry out systematic research into current data collection limitations. Namely, understanding why information is important to cities and users value their privacy, identify the technical challenges of implementing an alternative solution, and evaluation. As a result, we proposed a WSN-based system and a new Beacon-Slotted Aloha MAC communication protocol as a solution.
The final research contributions of the project are designated a low-cost traffic data collection device that use new Beacon-Slotted Aloha MAC protocol for wireless communications between the tracking device and base station device that supports concurrent and privacy control.

2. Traffic Flow Data Collection Methods and Wireless Communication

2.1. Traffic Flow Data Collection Methods

2.1.1. Pneumatic Road Tubes

Pneumatic road tubes are simply rubber tubes that are placed across lanes of a road. As the tyres of vehicles run over them the tube is squashed which changes the pressure within. The difference in pressure and the moving air is recorded by a counting device located on one side of the road [11]. This implementation does not gather route data but simply allows for the understanding of how many vehicles use a section of road.
The implementation of this solution is designed to be temporary and low cost. There are multiple methods by which to lay out the tubes, with each one depending on the road in question [12]. Figure 1 demonstrates a layout where the tube is bolted to each side of the road covering opposing lanes. This implementation means that traffic in each lane will be counted, with no way to differentiate the number of vehicles travelling in each lane. Another layout would involve using a rubber tube and counting device for each lane. In this case, each rubber tube would be terminated on the centre line.
In addition, some layouts will simply use one rubber tube whilst others will use multiple in succession. Using multiple provides the advantage of being able to understand what direction the traffic is travelling in. If the road does have opposing lanes and is configured in the manner demonstrated by Figure 1, multiple vehicles synchronously running over the tube will be counted as a single vehicle, likewise, vehicles travelling too closely may not be individually counted.

2.1.2. Induction Loop

This solution involves embedding wire in a square formation within the road surface. Electrical energy is transferred through the wire at a certain frequency. When a vehicle passes over the loop fluctuations in the frequency occur, these fluctuations are then counted by detecting device located on the side of the road. Some implementations allow for the identification of types of vehicles but, generally, this solution is used only to count vehicles [11]. As Figure 2 demonstrates, the wire is placed within the surface tarmac of each lane which provides a longer-term implementation. The upside of this per lane implementation over the pneumatic tube is that traffic in each lane can be counted individually. This will allow for the tally of vehicles using one lane over another or which direction to be determined.
Placing multiple loops in succession within the same lane allows for the identification of speed and length of the vehicle from which type can be determined [13].

2.1.3. Video Image Detection

This solution uses video cameras to identify the number plates of moving vehicles which are then recorded for later use. This technology is known as ANPR (Automatic Number Plate Recognition) and relies upon optical character recognition. Once a number plate is read, information about the vehicle such as type can be queried from Government databases [14]. From a data point of view, in addition to identifying vehicle type, this solution also provides vehicle counting and the possibility of route identification. The possibility of route identification depends on the number of cameras that exist within a city and their density. It will also depend on the number of cameras a vehicle has passed by to allow a route can be determined or estimated. The implementation of this solution is designed to be long-term, lasting many years. It also comes at a greater cost as a result, as many interconnected video cameras are required.

2.1.4. Piezoelectric Sensors

Piezoelectric sensors turn mechanical energy into electrical energy and are embedded within grooves cut into the road’s surface [11]. As vehicles, bicycles or pedestrians walk over the sensors they generate a small electrical charge which is then recorded by a roadside counting device. The sensors can also be used to measure weight as the electrical charge generated is proportional to the movement they sense.
Like the previous solution, piezoelectric sensors are designed to be a longer-term solution. As Figure 3 on the following page demonstrates, the sensor can cover either the entire width of the road or just a single lane. This presents an advantage over the pneumatic road tube, in that it can collect data from single lanes allowing for analysis of lane utilisation.

2.1.5. Smartphone App

Smartphone app solutions utilise the onboard sensors of a smartphone to gather the required data. This allows for the collection of GPS location data, gyroscope and accelerometer data. The collection of these data types a couple of advantages over the other solutions. Firstly, full location data is collected which will allow the determination of full routes. Secondly, the accelerometer data can be used to help identify potholes or damaged road services [15]. This type of information is useful for the city council, as they can build an understanding of where to spend their road maintenance budgets.

2.1.6. Comparing Results

Table 1 provides a comparison between this project’s system and the other solution explored in the preceding sub-sections. The following data is generalised from the sources provided in those sub-sections.
After researching each of the alternative solutions it is clear that they are each intended for different applications.
In the case of the traditional solutions such as the road tubes, induction loops, and piezoelectric sensors, it is evident that they are limited in their ability. They are more concerned with simply counting or detecting if a vehicle is present and in some layouts: vehicle types. Whilst this will allow the city council to understand how many and what types of vehicles are using a section of road. More data than this is required though for the applications discussed in the literature review.
The video image detection solution offers more capability as does the smartphone app. The use of Automatic Number Plate Recognition (ANPR) provides an opportunity for the city to determine the routes which vehicles have taken. This does though overlook privacy as no driver will have provided consent for their data to be used in this manner. With the smartphone app, consent may be requested of and given by the user. Of all the solutions discussed the smartphone app offers the greatest functionality and opportunity for the gathering of full route data.
The disadvantage of the smartphone app is the topic of convenience paired with privacy. There are either one or two ways in which the app may be used. Either the user must open the app whenever they make a journey so that data may be collected or allow the app to work always in the background. With the first suggestion, there may be times where the user fails to open the app, so no data is collected. With the second suggestion, the user is asked to give up more of their privacy as anything they do will be collected.
This project will explore respecting privacy by applying a geofence to restrict when data is collected. It will also be restricted further by the fact that it will be constrained to the vehicle. With a smartphone app, even if a geofence is applied to provide restriction data will still be collected when the user is outside of their vehicle. This is the advantage of the project’s artefact system. The user does not have to do anything but drive their vehicle around as they usually would. Once they leave their vehicle they are no longer sharing location data until they return.
Many of the methods are fixed to a segment of a road or to an area. Making modifications to the areas in which they collect data from, would be time-consuming and costly. In the case of the smartphone app and this project’s artefact, the area that is being monitored, the geofenced area, can be modified at will as the area exists in software alone.

2.2. Wireless Communication Protocols

Our proposed project is the vehicle tracking node to base station communication, the design of this determines how well the solution will be capable of collecting the data required.
Most importantly, the solution needs to be designed around the idea that nodes will only be within range for a short period of time. The time may range from tens of seconds to a few minutes but within that period the node must be able to share all its recorded data. It will not be alone though, as there will be other nodes competing to achieve the same goal. This needs to be managed in an effective way to reduce collisions and allow data to be received successfully.
Secondly, the node needs to know that a base station is present. It is not good design to have a node which constantly transmits information whilst knowing that a high percentage of the time it is not within range of anything that can receive it.
Thirdly, the node also needs to know that the base station has received what it sent. Every point of data recorded is important, so care should be taken to ensure that the transmission completes successfully. This is referring to an implementation of acknowledgement and resending.
Finally, the aspect of privacy needs to be taken into consideration after all it is another concern of this project. At no point during this interaction should an individual node and in turn, a vehicle be able to be linked to a previous journey. This then will rely upon the use of unique identifiers that change regular enough that this would not be possible.
To support multiple vehicles and ensure they have an opportunity to share their data, some form of media access control (MAC) protocol was required.
The decision was made to base the MAC solution on the ALOHA protocol. ALOHA was mainly chosen for its simplicity and adaptability. The protocol can be adapted to meet the requirements needed by the artefact system, namely, a method of both acknowledging and signifying that a base station is near.
To evaluate current possible wireless communication protocols, the 868 MHz variant of HopeRF’s RFM69CW transceiver (HopeRF Electronic, Shenzhen, China) was chosen for the project. The transceiver is low cost, low power and because of the frequency chosen longer range communication is possible. HopeRF states that the transceivers are capable of a 200 m range with no obstacles, which was validated during development. This frequency is, importantly, also unlicensed in the UK for short-range communication [16].
In addition, the transceiver also has the capability to encrypt the data fields of packets and provides cyclic redundancy check (CRC) functionality.
These RF (radio frequency) modules are transceivers meaning that they are capable of transmitting and receiving data but in a half-duplex manner. In other words, they can send or receive but not at the same time. The fact that they can both send and receive is important for this project as both the tracking nodes and base station will need to perform both operations.
The other important factor is their cost, a single transceiver can be bought for around £1.93 [17] from several sellers on AliExpress.

2.2.1. Pure ALOHA

Pure ALOHA is the most basic form of a MAC protocol, it has two rules:
If there is data to be sent, send the data; and
If, while sending that data, data is received from another node, a collision has occurred. If this happens, try resending the data later.
This type of protocol is intended to be used with nodes that communicate infrequently or when the number of nodes is low. The main problem with this is that the chance of a collision occurring is high, the protocol only has an 18% successful transmission rate, which in turn means that there is increased requirement to resend (as demonstrated by Figure 4). An 18% successful rate is exactly matched to the theory proved by previous research result that the pure ALOHA cannot achieve over and 18.4% successful transmissions rate [18].
Pure ALOHA is not suited to a network such as the one that this project created. Whilst there may be periods of infrequent communication, there will also be bursts of data as vehicles arrive and remain stationary. During these burst periods, the chance of collisions is high.
Taking the 18% chance of successful communication into account the protocol will only support 17 successful transmissions per second:
  • ( 56   k b p s / 100 ) × 18 = 10.08   k b p s
  • 72 bytes per second = 576 bits per second and 10.08 kbps = 10,080 bits per second
  • 10080 576 = 17.5 messages per second
The problem is that acknowledgements would add to general network traffic. With an 18% chance of successful communication, there is a high chance that the acknowledgements would not make it to the node which requires it. This could force a resend loop, where acknowledgements are never received, and nodes keep resending thinking that the original packet was not received by the base station. With the number of packets that need to send in a short period, this scenario could happen frequently, lowering the throughput.
The other problem with this solution overall is that the vehicle tracking node does not know if a base station exists, which is a requirement for the solution.

2.2.2. Slotted ALOHA

The other important protocol is slotted ALOHA, which modifies the protocol by adding slots that dictate when a node may start transmitting. Adding this rule doubles the throughput of the protocol to a successful transmission rate of 36%.
Figure 5 demonstrates how each node waits for a slot to begin before sending its data. With the increased successful transmission chance of 36%, the network would see 35 successful transmissions per second:
  • ( 56   k b p s / 100 ) × 36 = 20.16   k b p s
  • 72 bytes per second = 576 bits per second and 20.16 kbps = 20,160 bits per second
  • 20160 576 = 35 messages per second
The biggest problem with slotted ALOHA is keeping timings, as the time intervals between the slots are kept by the node. Each node must keep time correctly and ensure that it does not drift enough to start a slot late. With the artefact, keeping accurate time may be difficult. Whilst the base stations can connect to a network time server on the internet to keep themselves accurate, the vehicle tracking nodes will be offline. Keeping accurate timing between all components in the WSN will be difficult.
This solution also presents the same problems as Pure ALOHA, in that it does not provide an opportunity to acknowledge successful transmissions and it also does not signify that a base station exists. If this solution was used, then a slot would be taken up solely by the acknowledgement and could then collide with another packet, causing the same problems as before.

3. Proposed Solutions

The WSN created for this project does this by only collecting location data within a defined city area. The recorded data is collected with a randomised identifier, which prevents identification of the source vehicle to provide privacy control and its occupants even through repeated similar journeys. There will be two developed parts to the artefact system which uses low-cost hardware.
The first part is a GPS tracking node which is fitted to and powered by a vehicle. It will be the device which collects the location data, stores it locally and then shares it with a base station when the two are in range.
The base station, the second part of the artefact system, will collect the information from local vehicle tracking nodes, perform some processing and pass it onwards using an Internet connection to the cloud service. The cloud service would then perform the remaining processing required and store the data. However, this paper focuses on the data collection side.
Finally, the wireless communication between tracking device and base station will be applied to our alternative customized Beacon-Slotted ALOHA MAC protocol to improve the successful data transmission rate.

3.1. The Software Used

To accelerate development on the software side, a library developed by LowPowerLabs [19] was used to provide an interface between the transmitter and the microcontroller. This library provided a flexible programming interface that negated the need to handle SPI (Serial Peripheral Interface) communication which would have required more time.
Whilst various aspects of the library were flexible, there were some limitations, of which were inherited from the transceiver itself.
The packet structure that this implementation uses is shown in Figure 6.
The shading of the fields within the packet is done so to demonstrate the originator. The green fields are handled by the hardware, the blue by the library and the white by this project.
As mentioned previously the transceiver provides an encryption function, if this is used then the payload can be a maximum of 65 bytes. The payload includes the header provided by the library which leaves a maximum of 61 bytes for the data field and 72 bytes overall for the packet.
Each message from a node needs to provide a sessionID, a timestamp, and the recorded latitude and longitude. This amount of data is difficult to fit into 61 bytes and so the following rules were decided upon:
Firstly, the timestamp does not need to be an ISO 8601 formatted timestamp but rather provide only the day, the hour, the minute, and the second. This would provide enough information from which a later process such as one on the cloud service could fill in the unknown. It could add the month and year based on the day in which the data was sent from the base station. There would also be a limited chance of a repeated date within the node’s message queue, for example, the fourth of July and the fourth of August as the node’s data is held only in RAM (Random Access Memory). When the vehicle is turned off any unsent data is lost.
Secondly, the latitude and longitude were represented in decimal form and restricted to five decimal places. This provided a maximum accuracy of 1.1132 m which was the limit of the chosen GPS modules.
These two rules helped to ensure that the required data can be sent within the payload.
The library also implements nodeIDs which are used to identify senders and receivers for each packet. A Figure 6 explained, the destinationID and senderID fields are each eight bits. Eight bits provides addressing space for 255 nodes, with one of them used for a (base station) and the remainder for the other nodes. This, of course, would not be enough for a production system nor would it be practical as the values are assigned statically. Meaning that if a vehicle is not used for a while, its node will still hold onto an assigned ID, which could have been used by another vehicle’s node.
In addition, a concern of this project is privacy and preventing the identification of individual vehicles. By assigning unique IDs to each node there is an opportunity to identify a specific vehicle. It was due to this concern that the decision was made to use the ID fields for another purpose: to identify vehicles types. With this solution, all base stations are assigned an ID of 1 and a node is assigned an ID based on what type of vehicle it is attached to. For example, busses can be assigned an ID of 2, taxis an ID of 3, and private vehicles 4. There is an opportunity to go into greater detail with this implementation, for instance, 2 represents double-decker buses and 3 represents single-decker buses. In this case, though the privacy concern must be remembered as more detail that is known about a vehicle will make it easier to identify.

3.2. The New Beacon-Slotted ALOHA MAC

The solution is then to use slotted ALOHA as a base but introduce beacons which help to signify the beginning of a slot. Each beacon is a broadcast message sent from a base station and provides a timing point for each vehicle tracking node. This will limit the possible time drift and help to synchronise each node.
In addition, the beacons are used as an acknowledgement. Each one contains the sessionID of the last packet it received. This allows the sender to determine the successfulness of its last transmission by comparing the value in the beacon to the one it sent during the last slot.
The final part of the solution is the back-off, which is implemented in a similar fashion to slotted ALOHA. If a sessionID contained in a beacon is not the same as one sent by a vehicle tracking node then it will back-off for a number of slots. When this back-off value has counted down then it will try to resend in the next available slot.
Figure 7 demonstrates how the beacon implementation works. In the first slot, only Node 1 sends a packet, which is then acknowledged by the next beacon.
In the second slot, both Node 2 and Node 4 send a packet each causing a collision. If no packets are received, then a sessionID of 0000 is sent in the next beacon. This tells Node 2 and Node 4 that each of their respective packets failed to arrive at the base station. Node 2 and Node 4 will now back-off, Node 4 picks a 0 slot back-off so tries again this slot whilst Node 2 picks a larger value.
Our evaluation result later shows that the successful transmission rate can achieve 89.6%.

3.3. Privacy Control

The final aspect to discuss is that of privacy and how it will be respected within the system. This statement refers to how the geofence will be implemented and what purpose the sessionsIDs have other than for acknowledgements.
GPS data will only be recorded when a tracking node is within the defined geofence when it is outside then no recording will take place. The aim of this being to limit the data collection to a generalised area in which there is more traffic, lessening the ability to identify individuals. This, of course, depends on where it is placed.
The second aspect of the geofence design is the use of sessionIDs. Each time a tracking node determines that it is within the geofence, it generates a new sessionID which is a value between 1000 and 8000. Whilst it remains within the fence the same sessionID is used, only if the node leaves and then re-enters that a new sessionID generated.
Using Figure 8 as an example, each of the numbered points are GPS collection moments. Whilst there are nine points only the four (3, 4, 7, and 8) within the yellow geofenced area are recorded. Points 3 and 4 will have the same sessionID whilst points 7 and 8 will share a different sessionID.
This implementation of sessonIDs assists the ability of the cloud service in stitching a full route together as the tracking node may have shared data with multiple base stations. There is the small chance of two tracking nodes picking the same sessionID within a reasonable timespan of each other. It is believed but not proven that further processing could separate the routes in this case based on factors such as entry and exits points into and from the geofence and the type of vehicle using the nodeID within the sent packet.
In the final artefact, the GPS location is checked every five seconds to decide whether it exists within this area or not. This rate of collection and decision ensures that the route taken by the vehicle is correctly identified. However, there does exist opportunities where the GPS signal is interrupted and an incomplete route is recorded. In a situation where two GPS coordinates are many streets apart, a vehicle could have taken a number of different routes between them. For instance, in Figure 8 if point 3 is missing, then there would be difficulty in determining from which direction the vehicle was travelling when point 4 was recorded. Further processing of the data would be required to determine which of the available routes is the likeliest. Ref. [20] presents a method of performing this task by creating a route prediction algorithm that utilises social networking analysis based on historical journey data. Using previous data from the journeys of other vehicles, a reliable prediction could be made and gaps could be filled in.

4. Implementation

The focus of the development stage was to turn the designs discussed in the previous section into the real-world system that could be used for evaluation. This chapter documents the two aspects of this stage: hardware and code.

4.1. Hardware

The intention of this stage was to verify that the hardware would be able to operate in the manner expected. It was also the intention to create a platform from which the code could be developed upon.
Later in Section 4.8, we will explain, the initial design was for the artefact system to utilise Atmega328 microcontrollers (Microchip Technology, Chandler, AZ, US). It was for this reason that the following activities were conducted using Arduino Unos which use Atmega328 microcontrollers and ease the development process.

4.2. Transceiver

As discussed before, HopeRF’s RFM69CW were chosen for the wireless communication and LowPowerLab’s Arduino library again would be used to accelerate development.
With two transceivers procured the first step was to solder 2.54 mm pin headers on so that the Surface-mount device (SMD) parts could be used within a breadboard. Figure 9 demonstrates the size of the two transceivers and Figure 10 shows the soldered-on 2.54 mm pin headers. Whilst this method of converting the parts from SMD to through-hole components did not produce the cleanest of results, it was successful.

4.3. Initial Testing

For this initial stage, two separate Arduino Unos (Atmel, San Jose, CA, USA) were used to test both the transceivers and the library. One Arduino Uno played the transmitter role and the other played the receiver role, but both were wired up in the same manner. A logic level converter was used to convert the 5 V Arduino IO pins to the 3.3 V supported by the transceiver. Figure 11 and Figure 12 demonstrate the final configuration.
After uploading the node (transmitter) and gateway (receiver) examples to the respective Arduinos, successful communication could be confirmed from the output displayed in the Serial Monitor. Following this, a short period of experimentation took place to understand the library and what was possible. One notable function that was tested, was the encryption function. By changing the password on one side and not the other, it was confirmed that this functionality worked as expected. Changing the key only on one side made it unreadable on the other.

4.4. Range

The final experiment that took place at this stage was concerning the range. Up to this point, the two transceivers had been operating without antennas. This limited their range to around a meter and so an antenna was required to increase this. Following the guide provided by Michael Margolis in the Arduino Cookbook [21], an antenna was created using a stripped solid core wire. The 82-mm long antenna was plugged into the breadboard in the correct position.
This greatly improved the range of the transceiver. Powering the Arduino Uno running the Node (transmitter) example code using a Universal Serial Bus (USB) battery pack a distance of around 30 m was achieved.
The final range test was to place the Arduino within the glovebox of a car to ensure that the car’s construction was not a hindrance. Watching the output of the serial monitor on the receiver side from 30 m away, it seemed to have no effect.

4.5. GPS Module

Having explored many possible solutions, GPS modules based upon Ublox’s NEO series (Ublox, Reigate, UK) were chosen. The main reason for this choice was their availability in simpler module form and price. For instance, the NEO-6M module purchased again from AliExpress for £3.28, provided a serial input and output. Figure 13 shows the received module.
As the datasheet from Ublox explains [22], the modules use solely GPS owned by the United States government and do not interact with the Russian GLONASS system. The accuracy is up to 2.5 m and the time taken for a cold startup boot is 27 s. The qualities are suitable for this project where cost is of greater concern.

4.6. Initial Testing

Using a blank Arduino Uno, the GPS module was connected in the manner shown by Figure 14.
The first step was to upload a simple script that outputted what was received over serial from the module to the Serial Monitor. After waiting about 30 s for the module to boot up, messages started to appear in the monitor, which confirmed that the module worked. The module uses the National Marine Electronics Association (NMEA) standard for outputting information and so an Arduino library was sourced to process and clean the output of the messages. NeoGPS was installed and the NMEA example uploaded. Figure 15 shows the output witnessed in the Arduino Serial Monitor.

4.7. Interference

So far, the testing had been conducted inside a standard British home which provided confidence in the module’s ability to gain a connection even though obstacles. To confirm this confidence, once again the powered Arduino was placed into the glovebox of a car to ensure that it could lock onto enough satellites to operate with an appropriate accuracy.
Later testing conducted demonstrated the limitations of the module. Within a building that is made of concrete and steel, the chances of locking onto enough satellites are low. This was not deemed a problem though as, within the real-world context of the system, this would only likely become a problem if the vehicle entered a tunnel or a multi-storey carpark. On normal roads, the GPS module would work as expected, which is demonstrated in the following section.

4.8. Together

With the two hardware components successfully tested separately, the next step was to implement the final designs by bringing the components together. This process, as the following paragraphs will explain, presented problems that required changes to the final implementation. The initial implementation for the artefact system was to use microcontrollers on both the vehicle tracking node and the base station.
On the vehicle tracking node, the plan was to use an Atmega328 connected directly to both the GPS and transceiver modules. The microcontroller receives and processes the incoming data from the GPS module and then if valid, stores it in the data memory (RAM). It also handles all communication by identifying and responding to beacons when they are present.
The base station was to utilise both an Atmega328 and a Raspberry Pi. In this configuration, the microcontroller would handle all transceiver module operation including the broadcasting of beacons. The Raspberry Pi would run a python script to handle replies and perform final processing before sending the data to the cloud service. The microcontroller and the Raspberry Pi would be connected using serial communication allowing for bi-directional communication and sharing of data.
The major problem is that the GPS modules rely heavily on serial communication, sending a single character at a time. This activity occupies the limited data memory (RAM) available to the running program. At the same time, the transceiver library requires data memory to perform its operations. When the transceiver send code was added to the programme it caused the microcontroller to lock up and reset continually. Dealing with these two combined demands of serial and SPI communication was too much for the limited resources of the microcontroller.

4.9. Final Implementation

Having had previous experience with the serial communication of the Atmega328, it was identified beforehand that a problem may present itself and so a lesser preferred backup solution was planned. The solution saw the microcontrollers removed from the circuit completely and instead have both sides utilising a Raspberry Pi. Whilst the initial design was overcomplicated, in some ways, the use of microcontrollers would be better for communication as timings could be more precise and reliable. On the other hand, implementing the desired functionality was simpler to do in Python than C.
Figure 16 and Figure 17 show the final physical form of each of the two artefact components.
The GPS module on the tracking node is connected to one of the Raspberry Pi’s serial communication pins, allowing for it to operate in the same manner as on the Atmega328. For the transceiver though, a new library was required to create an interface between the SPI module and the Python script that would orchestrate the functionality. A library by GitHub user jkittley [23] was selected as it is a port of the LowPowerLab Arduino library, which meant that it operated in a similar manner and plenty of documentation existed to aid development.

4.10. Code

With the hardware finalised, work on the project moved onto developing the Python scripts that would run on the artefact system. Once each of the following Python scripts was developed, a start-up script was written so that the Python code in each instance was executed once the Raspberry Pi’s Raspbian Operating System had booted up. This meant that the Raspberry Pi could run headless without the need for a screen or keyboard, once it was powered.

4.10.1. Vehicle Tracking Node

The code is broken down into four separates but simultaneously running threads:
  • Beacon Listener: The role is to process the content of beacon packets, recording the timestamp contained within and comparing the sessionID against the last packet sent. If sessionID is the same, then the last message has been acknowledged and can be removed from the queue. If not, then Python’s random library generates a back-off value inclusive of zero and five.
  • Queue Handler: The role is to reply to recent beacons if still within the last recorded beacon period, back-off is zero and items exist within the queue.
  • GPS Listener: The role is to handle incoming serial data from the GPS module and pass it to the processing library.
  • GPS Handler: The role is to process the GPS data every five seconds, checking whether the coordinates exist within the geofence. If they do exist, then the coordinates and timestamp based on the time received from the GPS satellites are added to the queue.
Apart from the library used for the transceiver mentioned in Section 4.2, a library is also used to handle the incoming GPS serial data called MicropyGPS [24].

4.10.2. Base Station

The code is broken down into two separates but simultaneously running threads:
  • Beacon Sender: The role is to broadcast a beacon packet every 200 ms. The packet includes a timestamp and the sessionID of the packet received during the last beacon period.
  • Data Receive: The role is to process any data received during the last beacon period. It will update the sessionID to match the last packet received or if nothing was received then a zero will be provided.

5. Evaluation

To correctly evaluate the system and understand whether the project’s objectives were met, two different experiments were conducted. For each of these experiments, a second vehicle tracker node was constructed, which will be referred to as a traffic generator node. The aim of this node was to run a Python script that would randomly generate network traffic, the constructed node can be seen in Figure 18.
With each beacon, the script either picks a 0 or a 1 randomly using the Python random module. If a 1 is picked, a message is sent or is a 0 is picked the beacon is ignored and nothing happens. Having this secondary node on the network creates a random pattern of traffic, which takes opportunities away from the main vehicle tracking node. This creates an environment similar to that which would be found should the system be used in the real world where other vehicles are present.

5.1. Static Experiment

The objective of the static experiment is to understand how efficient the media access control (MAC) protocol is. The efficiency is concluded based on how many slots are utilised and how many resends are required by the vehicle tracking node. This will help to understand how many points of data a vehicle can share based on how long it remains within range.
For the experiment, the vehicle tracking node and the traffic generator node were all placed within a meter of the base station, their distance never changing.
The vehicle tracking node ran an altered Python script that started with GPS data collection disabled and 50 items in the queue to send. A stopwatch was started when the Python script was executed and stopped when the script had completed sending all 50 items. From each test, the Secure Shell (SSH) terminal output was exported to a text file and data derived. In all, six experiment periods were conducted.
For the first three experiments, just the vehicle tracking node and base station were active with the traffic generator node unpowered. Table 2 shows the results of each three experiments in terms of seconds taken to send all 50 messages.
The time for each of the three experiments was similar and the average was respectable. The system would only require a vehicle that had 50 data points in its queue to sit stationary for around 19 seconds. The MAC protocol is far from efficient, though, with a beacon occurring every two hundred milliseconds and with 50 packets to send, if the MAC protocol was 100% efficient and communication was successful for each beacon period, a perfect time for this scenario would be ten seconds. The average time is almost double this perfect time, which would indicate that beacon periods are being missed and or data is needing to be resent on a regular basis.
For the next three experiments, the traffic generator node was powered and running the network traffic generating Python script. Table 3 shows the results of the final three experiments.
The rate at which the network traffic generating script decides to randomly send can vary massively. With experiments 4 and 5 the times are not that different to those seen in the first three experiments, but with experiment 6 the time triples. During this experiment, the script was sending more packets which were causing the vehicle tracking node to have to back off and try again multiple times. The sixth experiment is reflective of a situation where there are more than two other vehicles waiting at a junction sharing data.
Whilst with the first three experiments the time needed was respectable at twenty seconds, with the sixth experiment, 62 s may be too long to expect a vehicle to wait.
Performing analysis on each of the SSH terminal outputs from all six experiments provides understanding as to what problems occur with the MAC protocol. Table 4 and Table 5 show the data from each perspective whilst the source data can be found in Appendix A.
From the base station perspective, the usage of slots increases in line with the amount of traffic on the network hitting a high of 89.6% efficiency.
From the vehicle tracking node perspective, the beacons missed is an important number. An unrealised occurrence during the design stage is that missing a beacon also misses an acknowledgement. It was blindly assumed that a node would always see every beacon when it is in range. This has the knock-on effect that the node must go through the back-off period and attempt to resend even if the packet was acknowledged by a base station in a previous beacon. This leads to wasted time and further network traffic.
Remembering that the task is to send 50 packets, with every experiment besides six, the resend total whilst higher than expected is still reasonable based on the real-world expectations. Experiment six, which saw the increased network traffic, sent more than double the number of packets that was originally in its queue (105), which again comes down to missing beacons.
Finally, the back-off method relies on Python’s random module to pick a value inclusive of 0 to 5. Most of the time, the value 0 was picked which the reason for is unknown, but it had an impact.
One of the objectives of the project was to design a method of communication that allowed for opportunistic uploading of data whilst being able to handle multiple vehicles. This static experiment helped to evaluate how efficient the purposely designed MAC protocol was. In doing so it clearly demonstrated that certain aspects of the protocol need improving or even rethinking.
Missing a beacon has a large impact on how much data a node can share. The reason why beacons are not always seen is unknown but the probability of one being missed increases with the amount of traffic on the network.
It is believed that moving the transceiver interaction from a microcontroller to a Raspberry Pi may be a factor. Further research needs to be conducted using a microcontroller capable of handling both the GPS module and the transceiver to determine whether this belief is true.

5.2. Dynamic Experiment

The objective of the dynamic experiment was to understand how well the artefact system worked in its intended setting. The experiment was designed to test the geofence implementation and to further test the MAC protocol by having the vehicle tracking nodes move and not remain static.
For the experiment, a 1 km2 geofenced area was defined (Figure 19). The top left coordinate for the geofence is 52.066949, −0.322318 and the bottom right is 52.063082, −0.307944.
Within this area, a quiet T junction, shown in Figure 19, was selected that enabled two scenarios to act out.
The first scenario entitled ‘Drive By’, sees the vehicle driving past the junction at the 30 miles an hour speed limit. The yellow line in Figure 19 represents the route taken in a right to left direction.
The second scenario entitled ‘Stop’ involves the vehicle coming to a full stop for ten seconds before driving off. The blue line in Figure 20 represents this scenario, with the direction of travel being from the bottom of the image to the right.
With each scenario, the vehicle tracking node was kept inside the glovebox of the moving car. The base station remained static in the location shown by the red dot in Figure 20.
With both scenarios, the vehicle had to loop round local roads to get into the correct position, which took time and so overall only four loops where performed. This provided an opportunity for four Drive By scenario experiments and four Stop scenario experiments, eight in total. For only the final loop, experiments 7 and 8, the network traffic generating node was used, to again create a more realistic situation.
Finally, between each experiment, the vehicle tracking node’s Python script was restarted to ensure that the queue was empty and the SSH terminal output could be easily saved. The full data from each experiment conducted can found under Appendix B.

5.2.1. Geofence

Looking firstly at how the geofence implementation worked, Table 6 shows how many coordinates were recorded.
Based on the results of the experimentation the geofence implementation works as intended. Every five seconds when the current location was checked and only those that were within the defined geofence were added to the queue. At no point during any experiment was a coordinate added that existed outside of it. In addition, as was intended, a new sessionID was generated every time the vehicle entered.
The difference in the number of recorded coordinates between the two scenarios is the down to how the geofence was applied. If a vehicle was driving past the junction, then it remained for more time inside, compared to a vehicle which was stopping at the junction. With experiment 8, the waiting time at the junction was higher as there was more road traffic which allowed more time to record coordinates. The accuracy of the GPS modules is not perfect and so even when stopped, the module often provides a new location with a few meters difference.

5.2.2. Data Sharing

Whilst the average of recorded coordinates during the experiments was 14, the number that was shared with a base station was much lower, as shown by Table 7.
With every experiment, not all of the coordinates recorded were shared with the base station. The reason for this is simply that once the vehicle had left the range of the base station, it no longer saw any beacons and could not share the data it had. In addition, after leaving the range of the base station it remained within the geofenced area and so it continued to record coordinates. This meant that unless the vehicle was to turn around and re-enter the range of the base station the data could not be shared.
It was expected beforehand that the experiments that saw the vehicle come to a stop would have a higher number of coordinates shared, than those which were moving past at 30 miles per hour. As the data shows, with the exception of experiment 7, there was not much difference between each scenario and the tracking node was able to share all of the data it had recorded up to that point.
In the case of experiment 7, the traffic generator node being active made communicating successfully whilst moving difficult. This indicates that when there are multiple vehicles present, those which are moving through the junction without stopping will face difficulty in sharing all of their data. Whereas those which are stopped, as experiment 8 shows which also had the traffic generator active, have a greater chance of completing this objective.

5.3. Network Performance

The final task is to evaluate how the network performed during each experiment. With the base station running headless no SSH terminal outputs could be collected and so the data held in Table 8 relies entirely on those collected from the vehicle tracking node.
For the Drive By scenario experiments, an average of 34 beacons was seen by the vehicle tracking node. As the static experiments showed if the tracking node has more than a few coordinates to share, it will have difficulty even if there are no other nodes communicating.
On the other hand, the figure was much higher for the Stop scenario experiments at an average of 58 beacons seen. This figure provides greater opportunity, but that is to be expected as the vehicle is stationary and remains within the range of the base station for longer.
With all the experiments the resending of packets was required. This increased the number of packets sent overall and added more traffic to the network. This behaviour seemed to mirror what was discovered during the static experimentation, whereupon beacons were missed and in turn acknowledgements. In addition, with experiments 7 and 8, the number of back-off periods greatly increased which again mirrors what was seen when the traffic generator node was used during the static experimentation.
The dynamic experimentation has demonstrated that the artefact system works well in its intended setting, it is capable of collecting coordinate data and sharing it when the opportunity arises.
The geofence implementation helps to meet one of the project’s objectives, which was to determine a method of collecting data in a manner which was anonymised. The use of sessionIDs and their random generation reduces the chance that a vehicle or individual can be uniquely identified. At the same time though, sessionIDs will still allow for journeys to be stitched together and full routes identified.
The problem though that was exposed during this dynamic experimentation is the fact that not all data is collected. If a vehicle tracking node is not within the range of a base station, then no data can be collected. Even if a tracking node does come within range of one, it may fail to share all of its recorded coordinates.
There are two factors to discuss in relation to this problem. Firstly, the placement and frequency of the base stations are important. With this experimentation, a single base station was used directly in the centre of the geofence. This meant that the tracking node would only have the opportunity to share coordinates up until that centre point, with any coordinates recorded after going unshared.
With the geofenced area used in the experimentation, there are only three directions out and so a better strategy could be to use three base stations. One base station on the border of the geofence in each direction. With this configuration, a tracking node entering and exiting the area will always pass by two base stations and more coordinates can be collected. This, of course, depends on the road structure of the area. Future research is needed to understand how placement and frequency of base stations can affect the number of coordinates that are shared versus unshared.
The second aspect of the problem is to do with the storing of coordinates. The coordinates recorded are added to a queue array stored during the lifetime of the Python script in RAM. Once the Raspberry Pi is unpowered the contents of the RAM is lost and so are the coordinates.
If a vehicle fails to re-enter the range of a base station before the ignition is turned off and the Raspberry Pi loses power, then any unshared data is lost. These experiments were run on the premise that each was a new journey into the geofence and so the script was stopped between each. If this had not been done, then upon seeing a beacon this previous journey’s data could have been shared.
The storage of coordinates was done in this manner to reduce the number of packets that must be shared when a base station comes into range. If the tracking node has to deal with keeping the information about older journeys, then newer data from other nodes have less chance to be shared. Furthermore, if the tracking node experiences limited opportunity to share its data then the queue would grow ever larger. At some point, a line needs to be defined as to whether the data is still relevant.
Whether or not the data is still relevant depends what the artefact system is used for. For instance, if it is used to collect route data with the intention of counting how many vehicles use a particular section of road, such as many of those alternative solutions discussed in Section 2, then the data will always be relevant.
If on the other hand, it is being with an ITS (Intelligent Traffic System) then only the most current data is relevant. Decisions are based on what is currently happening and not what happened a day or so ago. Historical data has some importance but sharing it may take opportunities away from other tracking nodes which have newer, more current data to share.
There is a further point to recognise here. If the system artefact system was used for this purpose, then there is an inherent delay in the information being collected. Once again, a tracking node must find a base station before it can pass its recorded data over, so it can be processed and the according ITS actions applied. This point once again feeds back into the need for further research to understand what effect of placement and frequency of base stations can have.

6. Conclusions and Future Work

With the artefact system evaluated and its known advantages and disadvantages, the project was drawn to a close. The project saw the creation of a wireless sensor network that was used to collect GPS location data from vehicles whilst respecting the privacy of its occupants.
Before any of this design and development took place, a systematic literature review of relevant topics was carried out. The research was conducted from two perspectives: the city and the user. The city perspective helped the understanding of how the system should be implemented and what advantages there could be if it was. The user perspective helped to understand how concerned people are with this type of technology and suggested ways of increasing adoption.
A base station was created to be the hub of the wireless sensor network. Utilising a purposely designed media access control protocol, the base station not only collected data from local vehicles but also informed them first that it was present in the form of beacons which acknowledged the data just received. Spaced at two hundred milliseconds, the beacon intervals allowed vehicles enough time to share data whilst maintaining an orderly communication method.
Each vehicle tracking node that shared data with the base station, shared only data gathered from within a geofence. Outside of the software based customisable geofence, no data was collected and, instead, dropped. Each time the vehicle drove into the geofenced area, a new sessionID was randomly generated. This sessionID was used as an identifier for that vehicle and the journey it was currently on. These measures helped to reduce the chance of logs being kept about specific vehicles and their habits or being able to identify individuals.
A thought towards cost was maintained throughout the project, with both the base station and vehicle tracking node cost kept to a minimum. The difficulty of installing in a vehicle was also kept in mind, with the final implementation of the vehicle tracking node only requiring power from the vehicle to operate.
Whilst this project is complete there is still further work that can be done to improve the solution. This further work has already been alluded to during the evaluation chapter and involves the efficiency of the MAC protocol. Whilst the protocol operates in a satisfactory manner more work is needed to perfect it before it can be used on a larger scale. There also is also a requirement for further work to understand how base station placement and frequency affects how much data can be collected.

Author Contributions

J.H. as the first author of the paper did all the implementation and test work including system design. H.Q.Y. contribute to verify the system design and testing results as well as supporting on the algorithm development and idea discussions.

Funding

This research received no external funding.

Conflicts of Interest

The authors declare no conflict of interest.

Appendix A

Base StationVehicle Tracking Node
TimestampPacket Got?
1 equals Yes,
0 equals No
TimestampAcknowledgement?
1 equals Yes,
0 equals No
Back-Off Value
15389982892851First Message Sent
15389982894951153899828949510
15389982897051153899828970510
15389982899151153899828991510
15389982901251 10
15389982903351 10
15389982905451 10
15389982907551 10
15389982909751 10
15389982911850153899829118504
15389982914050 3
15389982916150 2
15389982918250 1
15389982920351 0
1 10
1 10
1 10
1 10
1 10
1 10
1 10
1 10
1 10
1 10
1 10
15389982945850 10
15389982948051153899829480500
1153899829501510
15389982952350 10
15389982954451 00
1153899829565510
1 10
1 10
1 10
1 10
15389982967250
15389982969351153899829693500
15389982971550
0
15389982975751153899829757500
1153899829778510
1 10
1 10
1 10
1 10
1 10
1 10
1 10
1 10
1 10
1 10
1 10
1153899830032510
15389983005450
15389983007551153899830075510
1153899830096610
1153899830118510
15389983013950
15389983016151153899830161500
1153899830182510
1153899830203510
15389983022550
15389983024651153899830246500
15389983026750
15389983028851153899830288500
1 10
1153899830330510
1 10
1 10
10
Total Packets:56Total Packets:50
Base StationVehicle Tracking Node
TimestampPacket Got?
1 equals Yes,
0 equals No
TimestampAcknowledgement?
1 equals Yes,
0 equals No
Back-Off Value
15389983496051First Message Sent
1153899834981510
1 10
15389983502450
0
15389983506651153899835066500
1153899835087510
1 10
1 10
15389983515050
15389983517151153899835171500
15389983519250
15389983521351153899835213500
1153899835234510
1153899835256510
15389983527750
15389983529851153899835298500
15389983531950
15389983534051153899835340500
1153899835361510
1153899835382510
1153899835403510
15389983542450
15389983544551153899835445500
1153899835467510
1153899835488510
1 10
1 10
1 10
1 10
1 10
1 10
1 10
1 10
15389983568150
15389983570251153899835702500
1153899835723510
1 10
1 10
15389983578650
15389983580751153899835807500
1153899835829510
1 10
1 10
1 10
15389983591550 10
0153899835936504
0 03
0 02
0 01
15389983602151 00
1153899836042510
1 10
1 10
1 10
1 10
1 10
15389983616850
15389983618961153899836189600
1153899836210610
1 10
1 10
15389983627350
15389983629451153899836294500
15389983631550
15389983633651153899836336500
1153899836357610
1 10
1 10
1 10
1 10
1 10
1 10
1 10
1 10
1 10
1153899836567510
15389983658860
0
15389983663051153899836630500
1153899836651510
10
Total Packets:62Total Packets:50
Base StationVehicle Tracking Node
TimestampPacket Got?
1 equals Yes,
0 equals No
TimestampAcknowledgement?
1 equals Yes,
0 equals No
Back-Off Value
15389986337351First Message Sent
15389986339460153899863394603
0 02
0 01
0
15389986347951 00
1153899863500510
1 10
1 10
1 10
1 10
1 10
15389986362750
15389986364851153899863648500
1153899863669510
1 10
1 10
1 10
1 10
1 10
1 10
15389986381750
15389986383851153899863838500
1153899863859510
1 10
1 10
15389986392350
15389986394451153899863944500
1153899863965510
1 10
1 10
15389986402950
15389986405051153899864050500
15389986407160 03
0 02
0 01
0 00
0153899864156603
0
0 02
0 01
15389986424151 00
1153899864262510
1 10
1 10
1 10
1 10
1 10
1 10
15389986441050
0153899864431500
0 03
0 02
0 01
0 00
0 05
0 04
0 03
0 02
0 01
15389986464451 00
1153899864665610
1 10
1 10
1 10
15389986474950
15389986477051153899864770500
1153899864791510
1 10
1 10
1 10
1 10
1 10
1 10
1 10
1 10
1 10
1 10
1 10
1 10
1 10
1 10
15389986510650 10
0153899865127502
0 01
15389986516951 00
15389986519050
15389986521151153899865211500
1153899865232510
1 10
1 10
10
Total Packets:59Total Packets:50
Base StationVehicle Tracking Node
TimestampPacket Got?
1 equals Yes,
0 equals No
TimestampAcknowledgement?
1 equals Yes,
0 equals No
Back-Off Value
15389993149751First Message Sent
1153899931497510
1 10
1 10
1 10
1 10
1 10
1 10
1 10
1 10
1 10
1 10
1 10
1 10
1 10
15389993181550 10
1153899931815502
1 01
1 00
1153899931878810
1 10
0 10
0 10
0153899931964504
0 03
0 02
15389993204851
1 01
1 00
1 00
1153899932133510
1 10
1 10
1 10
1 10
1 10
1 10
1 10
1 10
1 10
1 10
1 10
1 10
1 10
1 10
1
1153899932474500
1153899932495510
1 10
1 10
15389993255850
1153899932579500
1153899932600510
1 10
1 10
1 10
1153899932684502
1 01
1 00
1153899932747510
1 10
1 10
1 10
1 10
1 10
1 10
1 10
10
Total Packets:60Total Packets:50
Base StationVehicle Tracking Node
TimestampPacket Got?
1 equals Yes,
0 equals No
TimestampAcknowledgement?
1 equals Yes,
0 equals No
Back-Off Value
15389993714751First Message Sent
1153899937147510
1 10
1 10
1 10
1 10
1 10
1 10
1 10
1 10
1 10
15389993737850 10
15389993739951153899937399500
1153899937420510
1 10
1 10
1 10
1 10
1 10
1 10
1 10
1 10
1 10
1 10
1 10
1 10
1 10
15389993771450
15389993773551153899937735500
1153899937756510
1 10
1 10
15389993782050
15389993784151153899937841500
1153899937862510
1 10
1 10
1 10
1 10
1 10
1
1153899938010500
1153899938031511
1 11
1 11
1 11
1 11
1 11
1 11
1 11
1 11
1 11
1
1153899938265500
15389993828660 04
15389993830851 03
1
15389993835050 02
0 01
15389993839251 00
1153899938414510
1 10
15389993845650
15389993847751153899938477500
1 04
15389993851950
15389993854051
1 03
15389993858250 02
15389993860351 01
1153899938624500
1153899938645510
15389993866650
15389993868751153899938687500
1153899938708510
1 10
10
Total Packets:66Total Packets:50
Base StationVehicle Tracking Node
TimestampPacket Got?
1 equals Yes,
0 equals No
TimestampAcknowledgement?
1 equals Yes,
0 equals No
Back-Off Value
15389994480651First Message Sent
15389994482750153899944827504
15389994484851
1 03
1 02
1 01
1
1 00
0
1 00
1153899945017510
1 10
0 10
0153899945080503
0 02
15389994512251
1 01
1
1 00
1153899945206510
1 10
1 10
1153899945269504
0 03
0 02
0 01
15389994535351 00
1153899945374510
15389994539550
15389994541651
1153899945437500
1 03
1 02
1 01
1 00
1 05
1 04
0 03
0 02
1 01
1 00
0153899945712510
1 10
1
1153899945776500
0153899945797510
1 10
1153899945839500
1 05
1 04
1 03
0 02
1 01
1 00
1
1 00
1
1
1 00
1 04
1 03
1 02
1
1 01
1 00
1 05
0 04
1 03
1 02
1 01
1 00
1153899946323510
1 10
15389994636550
1153899946386500
1153899946408510
1
1153899946471500
0 00
0 04
0 03
1
1 02
1 01
1 00
1 05
0 04
0 03
1 02
0 01
15389994672551 00
1153899946746510
1 10
1 10
1 10
1 10
1153899946852503
1 02
1 01
1 00
1 03
15389994695750 02
1 01
1 00
1153899947021610
1 10
0
1153899947085500
1 02
0 01
1 00
1153899947170510
1 10
1 10
1 10
1 10
0
1153899947298500
0
1 00
1
1 00
15389994740350 05
1 04
1 03
1 02
0 01
1 00
1 03
1 02
1 01
1 00
1 02
1
1 01
1 00
1 03
0 02
0 01
1 00
1153899947783510
1 10
1
1153899947846500
1
1 00
0 00
1
1 03
1 02
1 01
1 00
0
15389994805661
1 02
1 01
1
0
1 00
1153899948182511
1153899948203503
1 02
0 01
1 00
0
1153899948329510
1 10
1 10
1
1153899948413500
1 00
1
1
1 05
1 04
0 03
1 02
1 01
1 00
1 05
0 04
0 03
0 02
0 01
1
1 00
15389994874951153899948749510
1 10
0
1153899948812500
1 03
0
1 02
1
1 01
1
1 00
1 05
1 04
1 03
1 02
1 01
0 00
1 02
1 01
1 00
0153899949127510
1 10
1153899949190500
1153899949211510
1 10
1153899949253505
1 04
1 03
1 02
1 01
1 00
1 05
1 04
1 03
1 02
1 01
1
1
1
1 00
15389994958950 00
1
1
1
1
1 04
0 03
0
1
0 02
1 01
1 00
1 03
1 02
1 01
0 00
0 05
0 04
0 03
0 02
1 01
0 00
1
0153899950030510
0153899950051500
0153899950072510
1
1
1
1 10
1 10
0 10
1153899950219500
1 04
0
1 03
0 02
1 01
1 00
1 03
1
1 02
1 01
1 00
1 05
0 04
1 03
1 02
1 01
1 00
1
1153899950618610
1 10
0 10
0 10
1 10
1 10
10
Total Packets:219Total Packets:50

Appendix B

TimestampWithin Fence?Shared?SessionIDRecorded CoordinatesSend Attempts until Success
14:15:41NoNo
14:15:46NoNo
14:15:51YesYes397852.06651439, −0.308222462
14:15:56YesYes397852.06626717, −0.309278772
14:16:01YesYes397852.06605841, −0.310383041
14:16:06YesYes397852.06584746, −0.31149681
14:16:11YesYes397852.06564751, −0.312564472
14:16:16YesYes397852.06547095, −0.313604521
14:16:21YesYes397852.06537098, −0.314551711
14:16:26YesYes397852.0653315, −0.315414192
14:16:31YesNo
14:16:36YesNo
14:16:41YesNo
14:16:46YesNo
14:16:51YesNo
14:16:56YesNo
14:17:01YesNo
14:17:06YesNo
14:17:11NoNo
14:17:16NoNo
TimestampWithin Fence?Shared?SessionIDRecorded CoordinatesSend Attempts until Success
14:20:17NoNo
14:20:22NoNo
14:20:27YesYes653352.06308585, −0.314124711
14:20:32YesYes653352.06368297, −0.314481731
14:20:37YesYes653352.06426095, −0.314783511
14:20:42YesYes653352.06480673, −0.315017521
14:20:47YesYes653352.06520865, −0.315176962
14:20:52YesYes653352.06532235, −0.315248133
14:20:57YesYes653352.06531337, −0.31497382
14:21:02YesYes653352.06539673, −0.314364482
14:21:07YesNo
14:21:12YesNo
14:21:17YesNo
14:21:22YesNo
14:21:27YesNo
14:21:32NoNo
14:21:37NoNo
TimestampWithin Fence?Shared?SessionIDRecorded CoordinatesSend Attempts until Success
14:27:17NoNo
14:27:22NoNo
14:27:27YesYes562652.06653354, −0.308172131
14:27:32YesYes562652.06625955, −0.309336551
14:27:37YesYes562652.06600928, −0.310584852
14:27:42YesYes562652.0657402, −0.311869752
14:27:47YesYes562652.06552941, −0.313103131
14:27:52YesYes562652.06538453, −0.314163012
14:27:57YesYes562652.06532625, −0.315029891
14:28:02YesYes562652.06526948, −0.31575682
14:28:07YesYes562652.06518256, −0.316451192
14:28:12YesNo
14:28:17YesNo
14:28:22YesNo
14:28:28YesNo
14:28:33YesNo
14:28:38YesNo
14:28:43NoNo
14:28:48NoNo
TimestampWithin Fence?Shared?SessionIDRecorded CoordinatesSend Attempts until Success
14:31:35NoNo
14:31:40NoNo
14:31:45YesYes217952.06334934, −0.314312631
14:31:50YesYes217952.0639734, −0.314660671
14:31:55YesYes217952.06458848, −0.314934152
14:32:00YesYes217952.06509055, −0.315150362
14:32:05YesYes217952.06526948, −0.315245251
14:32:10YesYes217952.0653032, −0.315236441
14:32:15YesYes217952.0653581, −0.314919412
14:32:20YesYes217952.06543028, −0.314253663
14:32:25YesNo
14:32:30YesNo
14:32:35YesNo
14:32:40YesNo
14:32:45YesNo
14:32:50NoNo
14:32:55NoNo
TimestampWithin Fence?Shared?SessionIDRecorded CoordinatesSend Attempts until Success
14:38:06NoNo
14:38:11NoNo
14:38:16YesYes166352.0665637, −0.308060642
14:38:21YesYes166352.0662831, −0.309212861
14:38:26YesYes166352.06605503, −0.310420831
14:38:31YesYes166352.06581441, −0.311711831
14:38:36YesYes166352.0655938, −0.312926742
14:38:41YesYes166352.06543062, −0.314059141
14:38:46YesYes166352.06536725, −0.315083092
14:38:51YesYes166352.06528931, −0.315995892
14:38:56YesYes166352.0652239, −0.316745511
14:39:01YesYes166352.06519984, −0.316817981
14:39:06YesNo
14:39:11YesNo
14:39:16YesNo
14:39:22YesNo
14:39:27YesNo
14:39:32YesNo
14:39:37NoNo
14:39:42NoNo
TimestampWithin Fence?Shared?SessionIDRecorded CoordinatesSend Attempts until Success
14:42:27NoNo
14:42:32NoNo
14:42:37YesYes225052.06343491, −0.314354311
14:42:42YesYes225052.06407354, −0.314696422
14:42:47YesYes225052.06468863, −0.314970411
14:42:52YesYes225052.06516188, −0.315173911
14:42:57YesYes225052.06528304, −0.31522781
14:43:03YesYes225052.06531286, −0.315213061
14:43:08YesYes225052.06536234, −0.314844352
14:43:13YesYes225052.06544977, −0.314113021
14:43:18YesNo
14:43:23YesNo
14:43:28YesNo
14:43:33YesNo
14:43:38YesNo
14:43:43NoNo
14:43:48NoNo
TimestampWithin Fence?Shared?SessionIDRecorded CoordinatesSend Attempts until Success
14:49:01NoNo
14:49:06NoNo
14:49:11YesYes534252.06647203, −0.308387832
14:49:16YesYes534252.06624277, −0.309533119
14:49:21YesYes534252.06602978, −0.310775141
14:49:27YesYes534252.06573257, −0.312356221
14:49:32YesNo
14:49:37YesNo
14:49:42YesNo
14:49:47YesNo
14:49:52YesNo
14:49:57YesNo
14:50:02YesNo
14:50:07YesNo
14:50:12YesNo
14:50:17YesNo
14:50:22YesNo
14:50:27YesNo
14:50:32NoNo
14:50:37NoNo
TimestampWithin Fence?Shared?SessionIDRecorded CoordinatesSend Attempts until Success
14:53:24NoNo
14:53:29NoNo
14:53:34YesYes436152.06317498, −0.314192321
14:53:39YesYes436152.06377685, −0.314529352
14:53:44YesYes436152.06433805, −0.314798091
14:53:49YesYes436152.06485536, −0.315039381
14:53:54YesYes436152.06516866, −0.315165952
14:53:59YesYes436152.06523661, −0.3152254311
14:54:04YesYes436152.06523949, −0.315223731
14:54:09YesYes436152.06530015, −0.315081231
14:54:14YesYes436152.06534387, −0.314557811
14:54:19YesNo
14:54:24YesNo
14:54:29YesNo
14:54:34YesNo
14:54:39YesNo
14:54:44YesNo
14:54:49NoNo
14:54:54NoNo

References

  1. Sharma, A.; Chaki, R.; Bhattacharya, U. Applications of Wireless Sensor Network in Intelligent Traffic System: A Review. In Proceedings of the 2011 3rd International Conference on Electronics Computer Technology, Kanyakumari, India, 8–10 April 2011; pp. 53–57. [Google Scholar]
  2. Liu, Y.; Wong, C.K. Refining Lane-Based Traffic Signal Settings to Satisfy Spatial Lane Length Requirements. J. Adv. Transp. 2017, 2017. [Google Scholar] [CrossRef]
  3. Nower, N.; Hossan, S. Efficient Dynamic Traffic Light Control of ITS. In Proceedings of the Second International Conference on Internet of things and Cloud Computing, Cambridge, UK, 22–23 March 2017. [Google Scholar] [CrossRef]
  4. Faye, S.; Chaudet, C.; Demeure, I. A Distributed Algorithm for Multiple Intersections Adaptive Traffic Lights Control using a Wireless Sensor Networks. In Proceedings of the First Workshop on Urban Networking, Nice, France, 10 December 2012. [Google Scholar] [CrossRef]
  5. Noei, S.; Santana, H. Reducing Traffic Congestion Using Geo-fence Technology: Application for Emergency Car. In Proceedings of the 1st International Workshop on Emerging Multimedia Applications and Services for Smart Cities, Orlando, FL, USA, 7 November 2014. [Google Scholar] [CrossRef]
  6. Highways England. Making Motorways Smarter. Available online: https://assets.publishing.service.gov.uk/government/uploads/system/uploads/attachment_data/file/537715/S160223_Making_motorways_smarter_-_A5_Leaflet_-_interactive.pdf (accessed on 19 September 2018).
  7. Kolosz, B.; Grant-Muller, S. Comparing smart scheme effects for congested highways. Transp. Res. Pt. C-Emerg. Technol. 2015, 60, 313–323. [Google Scholar] [CrossRef]
  8. Coffey, C.; Pozdnoukhov, A.; Calabrese, F. Time of arrival predictability horizons for public bus routes. In Proceedings of the 4th ACM SIGSPATIAL International Workshop on Computational Transportation Science, Chicago, IL, USA, 1 November 2011. [Google Scholar] [CrossRef]
  9. Krause, A.; Horvitz, E.; Kansal, A. Toward Community Sensing. In Proceedings of the 2008 International Conference on Information Processing in Sensor Networks (IPSN 2008), St. Louis, MO, USA, 22–24 April 2008. [Google Scholar] [CrossRef]
  10. Milton Keynes Council. Car Share. Available online: https://www.milton-keynes.gov.uk/highways-and-transport-hub/parking/car-share (accessed on 19 September 2018).
  11. Leduc, G. Road Traffic Data: Collection Methods and Applications. Available online: https://www.researchgate.net/profile/Guillaume_Leduc2/publication/254424803_Road_Traffic_Data_Collection_Methods_and_Applications/links/55645c3008ae8c0cab37c8c8/Road-Traffic-Data-Collection-Methods-and-Applications.pdf (accessed on 31 October 2018).
  12. MetroCount® Traffic Data Specialists. RoadPod® VT5900—Operator Guide. Available online: http://metrocount.com/downloads/flyers/RoadPodVT-OperatorGuide.pdf (accessed on 19 September 2018).
  13. Ministry of Works and Transport. Traffic Data Collection and Analysis. Available online: https://www.vegvesen.no/_attachment/336339/binary/585485 (accessed on 19 September 2018).
  14. Intellivision. Smart City/Transportation. Available online: https://www.intelli-vision.com/smart-city/ (accessed on 19 September 2018).
  15. UK Government. Government Backs Smartphone App to Pinpoint Potholes. Available online: https://www.gov.uk/government/news/government-backs-smartphone-app-to-pinpoint-potholes (accessed on 19 September 2018).
  16. Ofcom. License Exempt Short Range Devices. Available online: https://www.ofcom.org.uk/__data/assets/pdf_file/0028/84970/ir-2030-july-2017.pdf (accessed on 19 September 2018).
  17. AliExpress. WAVGAT APM2.5 NEO-6M NEO-M8N NEO-M7N-0-000 GPS Module GYGPSV1-8M 3-5V GYGPSV5-NEO for Pixhawk APM. Available online: https://www.aliexpress.com/store/product/WAVGAT-APM2-5-NEO-6M-NEO-M8N-NEO-M7N-0-000-GPS-Module-GYGPSV1-8M-3/1962508_32948172227.html (accessed on 31 October 2018).
  18. Abramson, N. Development of the ALOHANET. IEEE Trans. Inf. Theory 1985, 31, 119–123. [Google Scholar] [CrossRef]
  19. GitHub (2018a). RFM69 Library. Available online: https://github.com/LowPowerLab/RFM69 (accessed on 31 October 2018).
  20. Ye, N.; Wang, Z.Q.; Malekian, R.; Zhang, Y.Y.; Wang, R.C. A Method of Vehicle Route Prediction Based on Social Network Analysis. Sensors 2015, 2015. [Google Scholar] [CrossRef]
  21. Margolis, M. Arduino Cookbook, 2nd ed.; Sebastopol: O’Reilly, CA, USA, 2012. [Google Scholar]
  22. Ublox. NEO-6-u-blox 6 GPS Modules-Data Sheet. Available online: https://www.u-blox.com/sites/default/files/products/documents/NEO-6_DataSheet_(GPS.G6-HW-09005).pdf (accessed on 31 October 2018).
  23. GitHub (2018b). RFM69 Python Library. Available online: https://github.com/jkittley/RFM69 (accessed on 31 October 2018).
  24. RS Components (2018b). Microchip MCP1700-3302E/TO, LDO Regulator, 250mA, 3.3 V, ±2%, 2.3 → 6 Vin 3-Pin, TO-92. Available online: https://uk.rs-online.com/web/p/low-dropout-voltage-regulators/0403888/ (accessed on 31 October 2018).
  25. Google (2018a). Google Maps. Available online: https://www.google.com/maps/@52.0651114,-0.3117203,2906m/data=!3m1!1e3 (accessed on 31 October 2018).
  26. Google (2018c). Google Maps. Available online: https://www.google.com/maps/@52.0649087,-0.3150466,182m/data=!3m1!1e3 (accessed on 31 October 2018).
Figure 1. Illustration demonstrating implementation of pneumatic road tubes. The blue lines represent the road tube and the green box representing the counting device.
Figure 1. Illustration demonstrating implementation of pneumatic road tubes. The blue lines represent the road tube and the green box representing the counting device.
Sensors 19 00347 g001
Figure 2. Illustration demonstrating implementation of two induction loops. The blue line represents the wire embedded into the road and the green box representing the power supply and detecting device.
Figure 2. Illustration demonstrating implementation of two induction loops. The blue line represents the wire embedded into the road and the green box representing the power supply and detecting device.
Sensors 19 00347 g002
Figure 3. Illustration demonstrating implementation of two piezoelectric sensors. The blue line represents the sensor placed within a groove in the road and the green box representing the counting device.
Figure 3. Illustration demonstrating implementation of two piezoelectric sensors. The blue line represents the sensor placed within a groove in the road and the green box representing the counting device.
Sensors 19 00347 g003
Figure 4. Diagram demonstrating a network using the ALOHA protocol with grey boxes indicating collisions and overlapping. White boxes indicate successful communication.
Figure 4. Diagram demonstrating a network using the ALOHA protocol with grey boxes indicating collisions and overlapping. White boxes indicate successful communication.
Sensors 19 00347 g004
Figure 5. Diagram demonstrating a network using the slotted ALOHA protocol with grey boxes indicating collisions and overlapping. White boxes indicate successful communication.
Figure 5. Diagram demonstrating a network using the slotted ALOHA protocol with grey boxes indicating collisions and overlapping. White boxes indicate successful communication.
Sensors 19 00347 g005
Figure 6. Implemented packet structure.
Figure 6. Implemented packet structure.
Sensors 19 00347 g006
Figure 7. Diagram demonstrating a network using the slotted ALOHA with beacons with grey boxes indicating collisions and overlapping. White boxes indicate successful communication.
Figure 7. Diagram demonstrating a network using the slotted ALOHA with beacons with grey boxes indicating collisions and overlapping. White boxes indicate successful communication.
Sensors 19 00347 g007
Figure 8. Diagram showing the geofence (yellow area) implementation.
Figure 8. Diagram showing the geofence (yellow area) implementation.
Sensors 19 00347 g008
Figure 9. Photo showing two transceivers with a 1p coin.
Figure 9. Photo showing two transceivers with a 1p coin.
Sensors 19 00347 g009
Figure 10. Photo showing a transceiver with soldered on pin headers.
Figure 10. Photo showing a transceiver with soldered on pin headers.
Sensors 19 00347 g010
Figure 11. Photo showing the transmitter Arduino Uno.
Figure 11. Photo showing the transmitter Arduino Uno.
Sensors 19 00347 g011
Figure 12. Photo showing the receiver Arduino Uno.
Figure 12. Photo showing the receiver Arduino Uno.
Sensors 19 00347 g012
Figure 13. Photo showing the Neo-6M GPS Module with Ceramic Antenna.
Figure 13. Photo showing the Neo-6M GPS Module with Ceramic Antenna.
Sensors 19 00347 g013
Figure 14. Photo showing the Arduino Uno GPS module testing Arduino Uno.
Figure 14. Photo showing the Arduino Uno GPS module testing Arduino Uno.
Sensors 19 00347 g014
Figure 15. Screenshot of the Serial Monitor showing the output of the NMEA example with redacted GPS coordinates.
Figure 15. Screenshot of the Serial Monitor showing the output of the NMEA example with redacted GPS coordinates.
Sensors 19 00347 g015
Figure 16. Photo showing the final vehicle tracking node.
Figure 16. Photo showing the final vehicle tracking node.
Sensors 19 00347 g016
Figure 17. Photo showing the final base station.
Figure 17. Photo showing the final base station.
Sensors 19 00347 g017
Figure 18. Photo showing the Traffic Generator Node.
Figure 18. Photo showing the Traffic Generator Node.
Sensors 19 00347 g018
Figure 19. Screenshot of Google Maps showing the geofenced area [25].
Figure 19. Screenshot of Google Maps showing the geofenced area [25].
Sensors 19 00347 g019
Figure 20. Screenshot of Google Maps showing routes taken and location of the base station [26].
Figure 20. Screenshot of Google Maps showing routes taken and location of the base station [26].
Sensors 19 00347 g020
Table 1. Comparison between the different solutions and this project’s system.
Table 1. Comparison between the different solutions and this project’s system.
Intrusive or Non-intrusive
Implementation
Gathered
Information
Area CoveredPrivacyLifespan
Pneumatic Road TubeIntrusive:
Requires short-term road closure for the tube to be bolted to surface.
CountSmall:
Counts vehicles between junctions.
Full:
No identification and record kept of vehicle
Short-term
Video Image DetectionIntrusive:
Requires installation of CCTV cameras roadside
Counts,
Type of vehicle,
Number plates,
Partial Route
Small:
Can only monitor a small section of the road network
Little:
Identification and record kept of vehicle
Long-term
Induction LoopIntrusive:
Requires lane closure for installation
Count,
Type of vehicle
Small:
Only the immediate area above
Full:
No identification and record kept of vehicle
Long-term
Piezoelectric SensorsIntrusive:
Requires lane closure for installation
Count,
Type of vehicle
Small:
Only the immediate area above
Full:
No identification and record kept of vehicle
Long-term
Manual CountingNon-intrusive: No lane or road closures requiredCount,
Vehicle type,
Number plates
Small:
Can only monitor a small section of the road network
Little:
Identification and record kept of vehicle
Short-term
Smartphone AppNon-intrusive: No lane or road closures requiredVehicle type,
Current location,
Full route,
Accelerometer
Large:
Travels with the user to provide full route data
Little:
Identification and movement record kept with identifiers
Long-term
ArtefactIntrusive:
Requires installation of base stations roadside
Full route data, Current locationMedium:
Travels with the user but provides data only when within the geofence
Medium:
Identification and movement record kept with no identifiers
Long-term
Table 2. Total Length in Seconds for the First Three Experiments.
Table 2. Total Length in Seconds for the First Three Experiments.
Experiment NumberLength (seconds)
116.69
218.47
320.75
Average (s)18.64
Table 3. Total Length in Seconds for the Second Three Experiments.
Table 3. Total Length in Seconds for the Second Three Experiments.
Experiment NumberLength (seconds)
417.17
518.77
661.13
Average (s)32.26
Table 4. Data from the base station perspective.
Table 4. Data from the base station perspective.
Experiment #Traffic Generator ActiveSlots TotalSlots UsedEfficiency
1No695681.2%
2No816276.5%
3No915964.8%
Average Efficiency74.2%
4Yes676089.6%
5Yes766686.8%
6Yes28321977.4%
Average Efficiency84.6%
Table 5. Data from the tracking node perspective.
Table 5. Data from the tracking node perspective.
Experiment #Traffic Generator ActiveBeacons MissedResend Totals
1No69
2No1414
3No911
4Yes36
5Yes99
6Yes5155
Table 6. Number of Coordinates Collected during each experiment.
Table 6. Number of Coordinates Collected during each experiment.
Experiment NumberScenarioCoordinates Recorded Within GeofenceCoordinates Recorded Outside of GeofenceSessionID
1Drive By1603978
2Stop1306533
3Drive By1505626
4Stop1302179
5Drive By1601663
6Stop1302250
7Drive By1605342
8Stop1504361
Table 7. Percentage of Coordinates Collected Shared with Base Station During Experiment
Table 7. Percentage of Coordinates Collected Shared with Base Station During Experiment
Experiment NumberScenarioCoordinates Recorded Within GeofenceCoordinates SharedPercentage Shared
1Drive By16850%
2Stop13753.8%
3Drive By15960%
4Stop13861.5%
5Drive By161062.5%
6Stop13861.5%
7Drive By16425%
8Stop15960%
Average Percentage Shared54.3%
Table 8. Network performance during experiments.
Table 8. Network performance during experiments.
Experiment NumberScenarioBeacons SeenCoordinates SharedPackets Sent
1Drive By47812
2Stop86713
3Drive By82914
4Stop110813
5Drive By871014
6Stop126810
7Drive By56413
8Stop141921

Share and Cite

MDPI and ACS Style

Handscombe, J.; Yu, H.Q. Low-Cost and Data Anonymised City Traffic Flow Data Collection to Support Intelligent Traffic System. Sensors 2019, 19, 347. https://doi.org/10.3390/s19020347

AMA Style

Handscombe J, Yu HQ. Low-Cost and Data Anonymised City Traffic Flow Data Collection to Support Intelligent Traffic System. Sensors. 2019; 19(2):347. https://doi.org/10.3390/s19020347

Chicago/Turabian Style

Handscombe, Jonathon, and Hong Qing Yu. 2019. "Low-Cost and Data Anonymised City Traffic Flow Data Collection to Support Intelligent Traffic System" Sensors 19, no. 2: 347. https://doi.org/10.3390/s19020347

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop