Jetbot Configuration¶
Hotspot configuration¶
To configure the hotspot, you should download the create_ap library from
this link.
Once it’s downloaded, extract the files and start the terminal in the extracted file.
Now, we need to configure the SSID and the password of the hotspot, by editing the create_.ap.conf within the extracted
file.
Thereafter, execute the following commands in your terminal cd create_ap
→ make install
To make the hotspot start on boot, execute this command:
Flask server on boot up¶
To configure a service on boot, we should firstly edit the following files:
- rc-local.service
- rc.local
First, we need to configure the rc.local as follows:
And the rc-local.service as follows:
Eventually, executing the following command to have the server up and running once the Jetbot is booted up:
Last update:
January 23, 2023