WiFi and Bluetooth Configuration

Requirements

  • Linux OS
  • Linux development environment

Process

Make sure that the Prerequisites are installed

Install Prerequisites

  1. Install required packages
  1. Clone the ESP32

Bluetooth Configuration

  1. Reboot the system if WiFi was previously configured
  1. Bind and Unbind the omap drivers, must run as root
  1. Configure hci and load the ESP32 kernel module -TODO where is the Module downloaded from? TODO whitelist the module and auto-include it
  1. Check to see if hci0 is up using command sudo hciconfig

If hci is down then run sudo hciconfig hci0 up

  1. To start Bluetooth advertisement run

WiFi Configuration

Reboot the system if Bluetooth was previously configured -TODO create seamless transition from WiFi to Bluetooth

Bind and unbind the omap drivers, must run as root

  1. Configure hci and load the ESP32 kernel module
  1. Go to esp-hosted repository /home/debian/esp-hosted/linux/hust_control TODO deploy ESP32 repo with default image?
  2. Disable Ethernet connection using sudo ifconfig eth0 down TODO fix ethernet disable requirement
  3. Configure WiFi

Related Links

sudo apt-get install minicom

Next doc

Please add items to the CMS collection!