App to simplify your IoT control
An app which lets you control Raspberry Pi Pico W with easy no code set-up. Just drag&drop .uf2 to your Raspberry Pi Pico in boot mode. Connect to wifi named Pico. Set up your wifi + add secret generated from the app.
That's it, enjoy full control!
- introducing defined frequency (default 30), you can now send freq=60 and similar to setup how much seconds to wait before each status check. If frequency less or equal 30, it will just sleep. If it is more than 30 it will disconnect from wifi between checks to save some power.
- while bootted for first 10 seconds, you can press and hold pico button for shorter than 2s to reset device to factory settings. Removes wifi credentials and secrets from device.
- if you want to proceed to usage without wait, press button longer than 2s and release. This will boot device normally, fetch command and proceed in intervals defined by frequency.
- added fetch on boot.
- micropython up to date.