2020
DOI: 10.1007/978-981-15-3750-9_2
|View full text |Cite
|
Sign up to set email alerts
|

Technology Selection for IoT-Based Smart Transportation Systems

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
3
1
1

Citation Types

0
7
0

Year Published

2020
2020
2023
2023

Publication Types

Select...
6
1
1

Relationship

1
7

Authors

Journals

citations
Cited by 10 publications
(7 citation statements)
references
References 9 publications
0
7
0
Order By: Relevance
“…Several papers have tackled the issue of selecting the most adequate network technology for an IoT application. For instance, [13] compares between LoRaWAN, NB-IoT, Wi-Fi HaLow [5] and Sigfox on the following metrics: data rate, loss, cost, power consumption, bandwidth, coverage and SNR. However, the performance of each technology in terms of these metrics does not take into account the targeted scenario the network technology is used for.…”
Section: Related Workmentioning
confidence: 99%
“…Several papers have tackled the issue of selecting the most adequate network technology for an IoT application. For instance, [13] compares between LoRaWAN, NB-IoT, Wi-Fi HaLow [5] and Sigfox on the following metrics: data rate, loss, cost, power consumption, bandwidth, coverage and SNR. However, the performance of each technology in terms of these metrics does not take into account the targeted scenario the network technology is used for.…”
Section: Related Workmentioning
confidence: 99%
“…The proposed algorithm is shown in Listing 2. //TIMER timer = timerBegin(0, 80, true); timerAttachInterrupt(timer, &onTimer, true); timerAlarmWrite(timer, 4000, true); //timer every 4ms timerAlarmEnable(timer); void IRAM_ATTR onTimer() { //every 4ms portENTER_CRITICAL_ISR(&timerMux); pulse_number[0]=digitalRead(V1); pulse_number [1]=digitalRead(V2); pulse_number [2]=digitalRead(V3); pulse_number [3]=digitalRead(V4); pulse_number [4]=digitalRead(V5); pulse_number [5] The timer is set to 4ms, as this was calculated to be the shortest signal period on the 526 fastest tap, according to the flow meter specifications from datasheet [40]. Interrupt The timer is set to 4 ms, which was calculated be the shortest signal period on the fastest tap, according to the flow meter specifications from the datasheet [40].…”
Section: Improving the Hardware Layermentioning
confidence: 99%
“…Smart devices and the presence of the Internet provide innovative solutions to various challenges, such as in business, government, public and private industries, and quality of life in general [1]. The IoT is multidisciplinary in a variety of applications such as smart surveillance systems, smart agriculture, smart monitoring and security, smart energy consumption, and smart cities and homes [2][3][4]. The IoT [5] concept is increasingly mentioned in the context of the connectivity of multiple electronic devices over the Internet.…”
Section: Introductionmentioning
confidence: 99%
“…The lack of a technology satisfying all the IoT communication requirements led to the development of a new type of wireless communication technology called Low Power Wide Area Network (LPWAN). The long range, low cost and low power characteristics of LPWAN [1,2] give it an increasing prevalence in the research and manufacturing areas [3]. Among the various LPWAN technologies, the most popular today are LoRaWAN [4], NB-IoT [5], SigFox [6] and DASH7 [7,8].…”
Section: Introductionmentioning
confidence: 99%