Strategy: Wait ZynthianOS See https://github.com/PedalPi/Application/issues/61#issuecomment-366434277 ## User cards ### WiFi * Usuário *compra Pedal Pi (Compra) * Usuário liga o equipamento * * Pedal Pi inicia com uma rede wifi `Pedal Pi` sem senha * Usuário conecta (usa a rede wifi) um dispositivo móvel com o Pedal Pi * Usuário acessa o `aplicativo controlador` * * Aplicativo acha o pedal pi e conecta-o ### Ethernet * Usuário *compra Pedal Pi (Compra) * Usuário liga o equipamento * Usuário conecta cabo ethernet * * Aplicativo acha o pedal pi e conecta-o ### Change password connections * Usuário acessa `aplicativo controlador > Configurações > Conexões` * Usuário pode mudar: * * Nome da rede wifi * * Senha da rede wifi * Usuário também pode mudar: * * Rede wifi que o Pedal Pi pode se conectar ## Material **Pi 3 as wiireless client and wireless AP?**: https://www.raspberrypi.org/forums/viewtopic.php?p=938306&sid=b950f5108774f76e0f3876c87c195961#p938306 ------------ * **Raspberry manual**: https://www.raspberrypi.org/documentation/configuration/wireless/access-point.md * **Elinux manual**: http://elinux.org/RPI-Wireless-Hotspot * **Python library hotspotd** * https://github.com/prahladyeri/hotspotd * https://github.com/0x90/hotspotd * https://github.com/PedalPi/Raspberry-Network/issues/11 ---------- [CREATE ISSUE] **Custom localhost name**: https://www.howtogeek.com/167195/how-to-change-your-raspberry-pi-or-other-linux-devices-hostname/ ``` 1. edit local host via sudo nano /etc/hosts 2. edit hostname via sudo nano /etc/hostname 3. update the hostname initialization via sudo /etc/init.d/hostname.sh 4. sudo /etc/init.d/hostname.sh start ``` * Avahi support and access with devicename.local: https://raspberrypi.stackexchange.com/a/7647
Strategy: Wait ZynthianOS
See PedalPi/Application#61 (comment)
User cards
WiFi
Pedal Pisem senhaaplicativo controladorEthernet
Change password connections
aplicativo controlador > Configurações > ConexõesMaterial
Pi 3 as wiireless client and wireless AP?: https://www.raspberrypi.org/forums/viewtopic.php?p=938306&sid=b950f5108774f76e0f3876c87c195961#p938306
[CREATE ISSUE] Custom localhost name: https://www.howtogeek.com/167195/how-to-change-your-raspberry-pi-or-other-linux-devices-hostname/