Hello,
Is there any instruction shows how to setup BrickPi3 Raspbian For Robots such that it uses Raspberry PI 3 built in WIFI?
Thank you,
Hello,
Is there any instruction shows how to setup BrickPi3 Raspbian For Robots such that it uses Raspberry PI 3 built in WIFI?
Thank you,
Well, that’s quite easy to do. You only have to
curl -kL dexterindustries.com/update_brickpi3 | bash
And afterwards, connect your Raspberry Pi (provided it’s a Pi3 or Pi3 B+) to your AP and SSH into it to start playing with it from the terminal. Click the WiFi icon on the top right corner when VNCing into it and select your AP and enter the password if one is required.
Something to keep in mind is that the WiFi functionality of the Raspberry Pi 3 is something that works independently from our robots.
Thank you!
Since you’re already on Raspbian for Robots, you do not need the curl command that was listed in the preceding post. That’s already done for you. It won’t hurt to run it, in fact it will give you the latest version of the library, but it has nothing to do with setting up Wifi.
As Robert said, the Wifi setup is independent of our robots and is handle by Raspbian. The Pi 3 has its own Wifi dongle.
Cleo.