0094d9502c5966634b9971d2e48163dbb897f7eb
seamlessly choose between saved wifi options on cardputer boot. write ssid and password combinations in settings.toml then just add them to the (list of) list "wifi_options". the menu will adjust accordingly so add as many or as few as you like. menu will in theory go off the screen if it is a long list
Git repository containing lots of libraries and reference code to quickly get up and running with a new project idea. The readme needs writing properly, maybe it will look something like this document.
circuitpython-tricks - A repo made by someone else containing lots of CircuitPython code and reminders in one place.
TO DO
- GUI elements library for Cardputer; menu selectors and things like that
- GUI elements and menu stuff for Wio
- Check this out and learn to multitask in Arduino
Cardputer
- WiFi
- Small screen
- Full keyboard with many combinations, easy to get started with
- Microphone
- Basic speaker
- Battery powered
- Bluetooth
- Grove port I generally prefer to use CircuitPython to work with the Cardputer since I can use the Adafruit WiFi workflow to edit the code files without needing a cable. This does make the device slower to start, but in "production" the settings.toml that powers it can easily be deleted (or renamed so that it can be put back) to prevent the workflow from auto starting.
Seeed Wio Terminal
- WiFi
- Display screen
- Three buttons plus a directional key with central button press
- Battery pack for portable use
- Bluetooth
- Many grove ports
- Buzzer
Description
Languages
Python
84.3%
C++
15.7%