Closed broderio closed 3 months ago
I think that mbot_start_networking.py
could be converted into a bash script. All the file is doing is making system calls.
I also think that the gpio setup that is included in mbot_start_networking.py
should be moved to a separate script since it has nothing to do with the actual networking setup.
I added a commit that converts mbot_start_networking.py
to a bash script. I used ChatGPT to do this and I tested it on the Raspberry Pi 4 with Debian 12 bookworm. It seems to work, but I'd like to test its ability to connect to a home wifi and host the access point in the absence of MWireless.
I added another commit that fixes the bug that was preventing the shell script from running on the Raspberry Pi 5.
Works on Raspberry Pi 4 with Debian 12 Bookworm 👍
I added a commit that fixes the issue with Raspberry Pi 4 on Debian 12 unable to connect to home wifi.
Works for me on home wifi and access point for Pi 4 and Pi 5!
Fixes #6
Fixes issue with
mbot-start-network.service
exiting with failure.