Indonesian Journal of Innovation and Applied Sciences (IJIAS), 2 (1), 43-49 43 Volume 2 Issue 1 February (2022) DOI: 10.47540/ijias.v2i1.406 Page: 43 – 49 Design of Intelligent Bicycle Status Indication Apparatus Based on STM32 Microcontroller Weilun Tang School of Electrical and Information Engineering, Wuhan Institute of Technology, China Corresponding Author: Weilun Tang; Email: tangwl@stu.wit.edu.cn A R T I C L E I N F O A B S T R A C T Keywords: Ranging Module, Status Indication, STM32. Received : 30 November 2021 Revised : 11 February 2022 Accepted : 13 February 2022 As the improvement of people’s living standards, more and more motor vehicles are emerging on the roads, which pose a great threat to the bicycle riders on the same routes. Among all the road accidents, more than half are caused by the inadequacy of bicycle signals. To guarantee the safety of these bicycle riders, it is important to show the real-time status of bicycles. Basically, the research method of this paper is design, simulation, and virtual verification. Based on STM32 microcontroller, the overall design scheme of an intelligent bicycle status indication apparatus was proposed, and the hardware and software design was specified. After scheme design, simulation was carried out and showed that with high-performance STM32 microcontroller, the apparatus can promptly show the status of bicycles, and the alarm will ring when other vehicles are in the dangerous range. Theoretical analysis which includes graphical analysis and calculation was successfully conducted, which proved that this design can effectively serve as a status indication apparatus and protect the bicycle riders from collisions. INTRODUCTION Bicycle is a common means of transport in commutes. It is popular for its lightweight and environmentally friendly characteristics. Bicycles have become more widely used in recent years with the rise of a shared economy. However, there are often many large motor vehicles on the road. Compared with these large motor vehicles, bicycles lack pre-turn signals and rangefinders, which makes motor vehicle drivers difficult to identify the status of bicycles and brings great safety risks to bicycle riders. In recent years, there were a number of traffic accidents caused by this defect. According to a study by an institution in the United States, more than 50% of bicycles collisions incidents in the United States are caused by ambiguous or invisible signals from bicycles. In addition, from an electrical perspective, many previous designs of bicycle status indication devices use the analog circuit, which is not very precise and is unable to make extra extensions. Moreover, most of the existing bicycle status indication devices are wired, making it hard to plan how the wire should be placed without disturbing the bicycle riders. In order to solve this problem, this paper proposed an intelligent bicycle status indication apparatus based on STM32 and uses wireless modules to simplify its layout. To avoid collisions, the device uses an ultrasonic range finder module, so when there is a vehicle approaching behind the bicycle, the buzzer will ring to remind the bicycle riders. The main purpose of the research in this paper is to put forward a feasible security solution for the bicycle riders and create a safer and more comfortable cycling environment for them, and prevent them from being hit by motor vehicles. METHODS Overall scheme design The objective of this design is to provide a feasible status indication solution for bicycles. The main functions of this design are as follows: 1. A real-time bicycle status signal can be released. 2.A rangefinder module is applied and configured in this INDONESIAN JOURNAL OF INNOVATION AND APPLIED SCIENCES (IJIAS) Journal Homepage: https://ojs.literacyinstitute.org/index.php/ijias ISSN: 2775-4162 (Online) Research Article https://ojs.literacyinstitute.org/index.php/ijias http://issn.pdii.lipi.go.id/issn.cgi?daftar&1587190067&1&&2020 Indonesian Journal of Innovation and Applied Sciences (IJIAS), 2 (1), 43-49 44 design and will trigger the alarm when other vehicles on the roads get too close to the bicycles. The microcontroller of this device is STM32F103 designed by ST microelectronics. There are mainly 2 boards in this design. The transmitter board is attached to the handlebar on the front of the bicycle, with several control buttons on it. The mainboard is attached to the back of the bicycle and will receive the control signal sent by the transmitter board via antennas. Figure 1. Block Diagram of the Mainboard. STM32 minimum system PT2272 and its peripherals HC-SR04 Ranging Module LED lights buzzer DC power Figure 2. Block Diagram of the Transmitter Board PT2262 and its peripherals buttons 12V DC power There are 8 LED lights in total. When LED2, LED3, LED4, LED6, and LED8 blink at the same time, it represents the left turn. When LED1, LED3, LED5, LED6, and LED7 blink at the same time, it represents the right turn. When 8 LED lights flash simultaneously, it means an emergency stop. Figure 3. The layout of LED lights. LED1 LED3 LED2 LED6 LED7 LED4 LED8 LED5 Figure 4. LED Lights that Blink when there is a Left Turn LED3 LED2 LED6 LED4 LED8 Figure 5. LED Lights that Blink when there is a Right Turn LED1 LED3 LED6 LED7 LED5 Hardware design The STM32F103 series is designed by STmicroelectronics and uses a high-performance Arm Cortex-M, 32-bit core operating at 72MHz, with built-in high-speed memory (up to 128K bytes of flash and 20K bytes of SRAM), rich enhanced IO ports and peripherals connected to two APB buses. All models include two 12-bit ADCs, three general- purpose 16-bit timers, and a PWM timer. They also include standard and advanced communication interfaces, up to two I2C and SPIs, three USART, one USB, and one CAN (Baron, et al., 2011). PT2262/2272 is a pair of infrared remote control transmitting/receiving chips with address and data coding functions. The transmitting chip PT2262-IR integrates the carrier oscillator, encoder, and transmitting unit, making the transmitting circuit very simple (Drechsler & Drechsler, 2003). The data output bit of receiving chip PT2272 is different according to its suffix, and the data output has two ways of “temporary storage” and “latching”, which is convenient for users to use. The suffix “M” is “temporary storage type”, and the suffix “L” is “latching type”. Its data output is divided into 0, 2, 4 and 6 different outputs. For Indonesian Journal of Innovation and Applied Sciences (IJIAS), 2 (1), 43-49 45 example, PT2272-M4 represents a temporary storage infrared remote control receiving chip with data output of 4 bits (Norris, 2008). Figure 6. Schematic Diagram of Transmitter Module G N D V C C D A T A A0 A1 A2 A3 A4 A5 A6 A7 GND VCC VT OSC2 OSC1 TE D0 D1 D2 D3 12V Figure 7. Schematic Diagram of Receiving Module A0 A1 A2 A3 A4 A5 A6 A7 GND VCC VT OSC2 OSC1 DIN D3 D2 D1 D0 PB15 PB14 PB12 PB13 VCC VCC ANT GND VCC DATA DATA HC-SR04 ultrasonic rangefinder module can provide 2cm-400cm non-contact distance sensing function, and ranging accuracy is up to 3mm (Bia & Gao, 2014); The module includes an ultrasonic generator, receiver, and control circuit. There are 4 pins on this module: VCC、TRIG、ECHO and GND. The IO port of STM32 gives a very short time (at least 1us) high-level signal to the TRIG pin of ultrasonic ranging module HC-SR04, The module automatically sends 8 square waves at 40kHz and automatically detects whether there is a signal returned (Zhi et al., 2018). If there is a return signal, the ECHO pin outputs a high level. STM32 detects the duration that ECHO pin outputs high level through the IO port connected to ECHO, and then deduces the distance through the sound speed. Figure 8. HC-SR04 Software design The software design is crucial for the apparatus to realize its functions. After turning on the apparatus, the microcontroller starts the initialization process, and the parameters of the system will be initialized. Next, the watchdog and timers of stm32 will be initialized. Then the program will calculate the time of high-level output by ECHO pin of HC-SR04 ultrasonic ranging module. If the corresponding distance calculated from this time is less than the set distance, the buzzer alarm will be triggered. After all the process above is over, the program begins to judge which key is pressed. If the left turn button is pressed, the program will call the HAL_GPIO_WritePin function, and the IO ports connected to LED2, LED3, LED4, LED6, and LED8 will alternate between high and low levels and drive the corresponding LED lights to blink; If the right turn button is pressed, the program will call the HAL_GPIO_WritePin function and the IO ports connected to LED1, LED3, LED5, LED6 and LED7 will alternate between high and low levels and drive the corresponding LED lights to blink; If the emergency stop button is pressed, all the STM32 IO ports that are connected to LED lights will alternate between high and low levels, and all the LED lights will blink. If the reset button is clicked, all the blinking LED lights will stop blinking. Indonesian Journal of Innovation and Applied Sciences (IJIAS), 2 (1), 43-49 46 Figure 9. Software Flow Diagram Start System parameters initialization Watchdog initialization Timers initialization Ranging less than the set value? Buzzer ring Left turn button pressed Right turn button pressed Emergency stop button pressed Left turn LED lights blink Right turn LED lights blink All the LED lights blink Turn off all the LED lights Reset button pressed? YES Buzzer not ring NO YES Indonesian Journal of Innovation and Applied Sciences (IJIAS), 2 (1), 43-49 47 Figure 10. Configuration of IO Ports Theoretical Analysis Assuming that when the motor vehicle driver see a sudden turn or pre-turn signal of bicycle, it is in uniformly decelerated motion when we see it from the vertical direction (alongside the road), and the bicycle is in uniform motion when we see it from the vertical direction, then safe condition, when there is no bicycle turning signal, can be expressed as follows: 1 1 1 _ 1 _ (2 ) + + + 2 m de de m respond light on b de respond light on c alarm v a t t v t t v t t t d d     ( ) ( ) In the inequation, m v is the initial speed of motor vehicle, respond t is the duration that motor vehicle driver responds to a sudden turn of the bicycle, _light on t is the duration that the pre-turn lights blink (Under this situation no pre-turn light is used, this variable is used for comparison with the second situation), 1 a is the decelerated speed of the motor vehicle, 1de t is the duration that the motor vehicle decelerates, b v is the speed of the bicycle, c d is the initial distance between the motor vehicle and the bicycle, and alarm d is the dangerous distance that will trigger the alarm. The safe condition when there is a pre-turn signal from the bicycle can be expressed as follows: 2 2 2 2 (2 ) + 2 m de de m respond b de respond c alarm v a t t v t v t t d d     ( ) In the inequation, m v is the initial speed of motor vehicle, respond t is the duration that motor vehicle driver responds to the pre-turn signal of the bicycle, 2a is the decelerated speed of the motor vehicle, 2de t is the duration that the motor vehicle decelerates, b v is the speed of the bicycle, c d is the initial distance between the motor vehicle and the bicycle, and alarm d is the dangerous distance that will trigger the alarm. Indonesian Journal of Innovation and Applied Sciences (IJIAS), 2 (1), 43-49 48 Comparing the two situations, we will find that in the situation that the bicycle abruptly turns with out pre-turn signal, it is harder to avoid a collision because based on the same initial distance, higher decelerated speed and longer deceleration duration is needed. Figure 11. The v-t Diagram _light on trespondt respondt v t0 m v speed of motor vehicle when there is no bicycle turning signal speed of motor vehicle when there is bicycle turning signal speed of bicycle RESULTS AND DISCUSSION After theoretical analysis, simulation was carried out in Proteus. Due to the lack of a wireless module in the Proteus component library, the buttons are directly connected to the IO ports of STM32 instead. To fully realize the functions, we also designed software based on Keil program and C programming language and downloaded the hex- format file into STM32 microcontroller. The simulation in Proteus was successful and proved that this design can realize the expected functions. Figure 12. Simulation Figure 13. The interface of the Bicycle Safety Evaluation Program Restricted by the danger of field tests, we only analyzed the value of this design theoretically, based on the inequations listed in the previous section. To simplify the calculation process, we designed WINFORM program which can judge whether the bicycle is safe based on the given parameters. We typed in different groups of parameters that is commonly seen on the road. Take the traffic regulation in mainland China, for example, the speed of motor vehicles in an urban area can be in a range of 0-30km/h, or up to 50km/h, and on the roads of rural areas, the figure can be up to 70km/h. For the speed of the motor vehicle m v , we take 4 samples: 15km/h, 30km/h, 50km/h, and 70km/h. And for the initial distance c d , we take 5 samples: 50 meters, 100 meters, 150 meters, 200 meters, and 250 meters. Assuming that the responding duration respond t is 0.5s, the duration of the pre-turn signal _light on t is 3s, the speed of the bicycle b v is 20m/s, the alarm distance alarm d is 2 meters. Using the WINFORM program we created, we can get the value of 1a , 2a , 1de t and 2de t respectively in each group. Based on the 20 circumstances, we can make comparisons. According to the output figures, in all these 20 circumstances, the results were 2 1a a , 2 1de det t , which proved that this bicycle status indication apparatus can effectively make the deceleration process of the motor vehicles easier, thus greatly reducing the risks of collision. Indonesian Journal of Innovation and Applied Sciences (IJIAS), 2 (1), 43-49 49 CONCLUSION The design uses the fast, high precision, accurate STM32 core, which can indicate the status of bicycles, range the distance from motor vehicles to bicycles, and send an audio alarm when the distance is within dangerous range. Simulation in Proteus and theoretical analysis proved the feasibility and effectiveness of this design as it can considerably improve the safety condition of bicycle riders and avoid collisions with motor vehicles. The flexibility of STM32 microcontroller, along with its abundant and multifunctional IO ports makes further extensions on this design possible, so other functions that can make bicycle riders safer and more convenient can be added to this design in the future. REFERENCES 1. Baron, C., Geffroy, J. and Motet, G. (2011). Embedded system applications. New York: Springer. 2. Drechsler, N. and Drechsler, R. (2003). Evolutionary algorithms for embedded system design. Boston: Kluwer. 3. Norris, D. (2018). Programming with STM32. New York: McGraw Hill Education. 4. Bia, J. and Gao, M. (2014). Design of Ultrasonic Rangefinder Controlled by ingle Chip Microcomputer. Applied Mechanics and Materials, 599-601, pp.1470-1473. 5. Zhi, S., Yi, Y. and Wang, Z. (2018). Design of distance measuring and reversing system. IEEE 3rd Advanced Information Technology, Electronic and Automation Control Conference (IAEAC). 6. Peng, M. (2017). Custody and alarm system based on STM32. Computer Science and Application, 07(12), 1254-1261. 7. Joshi, C. (2019). Software emulation of STM32 controller for Virtual Embedded Design/Test Environment (Unpublished doctoral dissertation, 2019). Thesis/ Dissertation ETD. 8. Jesse, R. (2021). STM32 arm- Mikrocontroller Programmieren für embedded systems: Das Umfassende praxisbuch. Frechen: Mitp. 9. Bartovsky, J., & Pumar, M. D. (2009). Graphic library for STM32 family (Unpublished master's thesis, 2009). Projecte final de carrera - Universitat Polite ̀ cnica de Catalunya. Departament d'Enginyeria Electro ̀ nica. 10. Berney, R. (2018). Advancing Bicycle Urbanism. Bicycle Urbanism, 1-13. 11. Oosterhuis, H. (2014). Bicycle research between bicycle policies and bicycle culture. Mobility in History, 5(1). 12. Gordon, R. (2008). The bicycle and beyond. Bicycle Thieves, 37-61. 13. Livesey, A. (2020). The bicycle industry. Bicycle Engineering and Technology, 163- 180. doi:10.1201/9780367816841-14 14. Car, K., Hadjina, J., Car, M., Car, D., & Car, M. (2020). Ergonomics and ergonomic analysis of driving education system by personal car-2. Asian Journal of Computer and Information Systems, 8(1). 15. Bullock, D. (2016). Traffic Signal Performance Measures Workshop. Automated Traffic Signal Performance Measure Workshop. doi:10.5703/1288284316016