Rasberry Pi signal repeater/extender
Asked 2 days ago
Modified today
Viewed 43 times
2
I’m trying to extend the range of a robot that uses UHF or Wi-Fi signal to communicate with its controller with a range of 100 meters.
Is it possible to implement RPi 4 to serve as a signal booster/extender to increase the range?
- Any thoughts I can start with to build my projects would be highly appreciated.
- Doesn’t have to be a Pi 4 if there is a better alternative.
I’m still new to the RPi thing and I’m hoping to learn more from this project.
EditFollowClose 3Flag

2,43844 gold badges1818 silver badges3333 bronze badges
asked 2 days ago
2111 bronze badge
New contributor
2 Answers
Sorted by:
Reset to default Highest score (default) Date modified (newest first) Date created (oldest first)
0
Question
How to do a robot project with the following specification:
Answer
Part 1
Introduction
Using HC12 RF/UART modules for robot communication.
Reference
Appendices
Appendix A – Detailed Project Specification
- Wireless Network:1.1. The wireless network can be a combination of the following :1.1.1. BlueTooth 3/4/BLE, WiFi 2/5G, RF (Radio Frequency 433Mhz, 2.4GHz)
- SBC/MCU, Wireless network modules:2.1 Raspberry Pi.2.1.1 The SBC/MCU Rpi can be a combination of the following models:2.1.2 Rpi 1, 2A, 2B, 3A, 3B, 4B (1/2/4 GB), Zero, Zero W.2.1.3 Rpi Zero, Zero W.2.1.4 Rpi CM3, CM42.1.5 Rpi Pico, Pico W2.2. ESP12, ESP322.3. STM322.4. Wireless network modules:2.4.1. nRF24L01+2.4.2. HC082.4.3. HC12
/ to continue, …
Appendix B – Photo of HC12 based 4WD

EditDeleteFlag
answered 3 hours ago

4,27433 gold badges99 silver badges2323 bronze badges
2
Yes, there is a better alternative which has nothing to do with the Pi. Get an RC radio (the one they use to control model cars / boats / aircrafts). Those usually come in form of handheld controllers with sticks and buttons in addition to the transmitter, but there are bare RC transmitters which can be fed values to be transmitted via UART or a similar interface.
EditFollowFlag
answered 2 days ago

26.4k44 gold badges4242 silver badges131131 bronze badges
- Yes. I am using HC12, which is RC + UART: forum.pi-top.com/t/making-a-rpi-pico-based-smart-vehicle-part-2/… – tlfong01 yesterday
- Your link shows a privacy error: Your connection is not private – Gil 18 hours ago
- Gil: Did you mean my link has an arror? forum.pi-top.com/t/making-a-rpi-pico-based-smart-vehicle-part-2/… – tlfong01 7 hours ago
- Gil: Thank you for pointing out that my wireless robot project link is bad. Perhaps I can share my RF/RC/UART HC12/nrf24L01+ experience as an answer here. Stay tuned. – tlfong01 3 hours ago
Categories: Uncategorized