cube 7b9c98a9b3 Add 'CARDPUTER CircuitPython/projects/ReachTruckApp/code.py'
almost usable, (maybe not practical) - downtime is not currently saved or loaded to a file but i have a headache rn. the file should be a simple log.txt saved to the sd card ("/sd/log.txt") where the entire list is saved to and loaded from at the start and with every edit. on the "view log" page, the system should only show entries that match today's date.  THEN there needs to be another page for viewing the entire log and scrolling through it properly.

also, the rt scanner cant scan barcodes on this screen as i discovered recently. FML. Maybe just tape them to the fucking back of the cardputer hahaha
2026-02-04 19:10:44 +00:00
2025-04-20 13:52:39 +00:00

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
I have a lot of boards and usually need to re-use code even for different projects.
Readme 1.3 MiB
Languages
Python 84.3%
C++ 15.7%