Browse Source

Update 'README.md'

cube 7 months ago
parent
commit
c79de1c503
1 changed files with 29 additions and 2 deletions
  1. 29
    2
      README.md

+ 29
- 2
README.md View File

@@ -1,2 +1,29 @@
1
-# What?
2
-Good question I will answer it some other time
1
+
2
+[Git repository](https://tea.cubes.link/cube/BOARDS) 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.
3
+
4
+[circuitpython-tricks](https://github.com/todbot/circuitpython-tricks) - A repo made by someone else containing lots of CircuitPython code and reminders in one place. 
5
+
6
+# TO DO
7
+- GUI elements library for Cardputer; menu selectors and things like that
8
+- GUI elements and menu stuff for Wio
9
+- [Check this out](https://roboticsbackend.com/how-to-do-multitasking-with-arduino/) and learn to multitask in Arduino 
10
+
11
+# Cardputer
12
+- WiFi
13
+- Small screen
14
+- Full keyboard with many combinations, easy to get started with
15
+- Microphone
16
+- Basic speaker
17
+- Battery powered
18
+- Bluetooth
19
+- Grove port
20
+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. 
21
+
22
+# Seeed Wio Terminal
23
+- WiFi
24
+- Display screen
25
+- Three buttons plus a directional key with central button press
26
+- Battery pack for portable use
27
+- Bluetooth
28
+- Many grove ports
29
+- Buzzer