Configure your CM3 board to connect to WiFi network

This articles explains how to configure our CM3-Panel on CM3-Home to connect to our WiFi network. This procedure will work on Linux, Windows and Mac computer.

Insert the Raspbian MicroSD in your PC and open its content.

Using an ASCII editor create a file called wpa_supplicant.conf with this contents:

ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
update_config=1
country=IT

network={
    ssid="your_SSID"
    psk="your_PSK"
    key_mgmt=WPA-PSK
}

Replace IT with your ISO country code, your_SSID with the name of your wireless access point name and your_PSK with your WiFi password.

Save and reboot your CM3 device with this MicroSD. If you need to change the WiFi access repeat this procedure. Note that after the first boot this file will be deleted.

Links

Sergio Tanzilli
Systems designer, webmaster of www.acmesystems.it and founder of Acme Systems srl

Personal email: tanzilli@acmesystems.it
Web pages: https://www.acmesystems.it --- https://www.acmestudio.it
Github repositories: https://github.com/tanzilli --- https://github.com/acmesystems
Telegram group dedicated to the Acme Systems boards: https://t.me/acmesystemssrl