SVSEmbedded’s latest Raspberry Pi project is a shining example of how a little ingenuity can help make the world around us a safer place. Using a Raspberry Pi Pico, they’ve created a custom robot that can ride along railway tracks looking for potential cracks and notifying users of the exact location in need of repairs.
The Pico works as the main driver and is in charge of locomoting the robot, detecting cracks, determining the location information and even notifying the users. We’ve seen similar projects in the past but this is the first time we’ve seen it done with a Pico. Compared to full-sized Pis, this is a lower-cost system that uses less power, making it a more optimal choice. Seeing as the Pico W was just released, we can’t help but appreciate the potential this project has for future developers looking to integrate the new board into their projects.
This project is one of many created by the team at SVSEmbedded who offers their work in the form of kits that students and teachers can use to help in their microelectronics journey. Previous examples of their work include this Pico-powered RFID-based attendance system and this crash detection robot which has a similar framework to this crack detection system.
To recreate this project, you’ll need a Raspberry Pi Pico, a power source, an alarm module, one LCD display (SVSEmbedded is using a 16 x 2 screen), a GPS module, one GSM module, a motor driver (in this case, an L293D driver board is used) along with an IR module. It would also be possible to substitute components, for example, the IR module could be replaced with an ultrasonic sensor.
The Pico powers a couple of motors to push the robot along the tracks. An IR sensor is pointed toward the tracks and if it detects a crack, the alarm sounds and the Pico triggers the GPS module to log the location. Once the data is collected, it’s then transmitted via an SMS message using the GSM module.
If you want to make this Raspberry Pi project at home, you can buy the components listed above and use the information shared as a guide or otherwise purchase everything you need together in one of their kits. Check out the official project page for more details and be sure to follow SVS Embedded for future developments and microelectronics kits.