I have a lot of boards and usually need to re-use code even for different projects.
cube 3f0d0785a1 init 2 months ago
CARDPUTER Arduino Add 'CARDPUTER Arduino/qrcodei2c.ino' 7 months ago
CARDPUTER CircuitPython init 2 months ago
Seeed Wio Terminal Update 'Seeed Wio Terminal/projects/m5-gps.ino' 8 months ago
README.md Update 'README.md' 7 months ago

README.md

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