Skip to content

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_apmake install

To make the hotspot start on boot, execute this command:

systemctl enable create_ap

Flask server on boot up

To configure a service on boot, we should firstly edit the following files:

  1. rc-local.service
  2. rc.local

First, we need to configure the rc.local as follows: rc.local

And the rc-local.service as follows: rc.local

Eventually, executing the following command to have the server up and running once the Jetbot is booted up:

sudo systemctl enable rc-local.service 

Last update: January 23, 2023