|
@@ -1,6 +1,7 @@
|
1
|
1
|
# Pi Pico Volcano Remote Control Gadget
|
2
|
2
|
|
3
|
3
|
![Firmware](https://github.com/xythobuz/Volcano-Remote/actions/workflows/cmake.yml/badge.svg)
|
|
4
|
+![STLs](https://github.com/xythobuz/Volcano-Remote/actions/workflows/scad.yml/badge.svg)
|
4
|
5
|
|
5
|
6
|
Supports:
|
6
|
7
|
|
|
@@ -15,6 +16,9 @@ Adapted from the [tinyusb-cdc-example](https://github.com/hathach/tinyusb/blob/m
|
15
|
16
|
`python-test` contains a similar app to the C version in the top level of the repo, but instead written for MicroPython on the Pico W.
|
16
|
17
|
Unfortunately I had many performance and space problems with this, so I decided to rewrite it.
|
17
|
18
|
`web-app` contains a script to conveniently fetch the original web app JS sources, for "reverse engineering".
|
|
19
|
+`case` contains the OpenSCAD files of a 3D printed case for the device.
|
|
20
|
+
|
|
21
|
+You can find the rendered STL files attached to the [GitHub releases](https://github.com/xythobuz/Volcano-Remote/releases), as well as pre-compiled binaries to flash on the device.
|
18
|
22
|
|
19
|
23
|
## Quick Start
|
20
|
24
|
|