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