WSU-Team-Projects-2019 / PiCAN-API

API For raspberry pi in for communications with the StanklessTrashCAN
MIT License
0 stars 0 forks source link

Set Up Wifi Settings #2

Open timecomplexity opened 5 years ago

timecomplexity commented 5 years ago

The Pi needs to be connected to the internet somehow. We can either hard code it into the image beforehand, or somehow broadcast to other devices.

We could also modify my other app that utilizes tethering to your android device.

bdenlinger commented 5 years ago

Bluetooth tethering is likely the easiest way to so this. It seems that modifying the wpa_supplicant.conf might be the easiest, however permissions are an issue. Owner is root and permissions are 744.

bdenlinger commented 5 years ago

Possible lib: https://pypi.org/project/wireless/ https://pypi.org/project/wpa_config/