-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.json
More file actions
74 lines (74 loc) · 2.78 KB
/
Copy pathconfig.json
File metadata and controls
74 lines (74 loc) · 2.78 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"projects": [
{
"title": "Puzzle 07",
"description": "A puzzle hunt that I created for fun to challenge my co-workers.",
"url": "https://ryanch.github.io/puzzle07/index.html",
"tags": ["puzzlehunt"],
"icon": "🧩"
},
{
"title": "Foam Dart Blaster Shooting Gallery",
"description": "A 3D Printed, ESP32 powered foam dart shooting gallery project.",
"url": "https://www.instructables.com/Foam-Dart-Blaster-Shooting-Gallery-DIY-Arcade-Styl/",
"tags": ["esp32","foamdart", "3dprinted"],
"icon": "🎯"
},
{
"title": "King of the Blaster",
"description": "A 3D Printed, ESP32 powered foam dart king of the hill device.",
"url": "https://www.instructables.com/EPS32-King-of-the-Blaster-Foam-Blaster-Game-Tracke/",
"tags": ["esp32","foamdart", "3dprinted"],
"icon": "🏔️"
},
{
"title": "OpenScad Tutorial",
"description": "A tutorial for creating a 3d printed token holder for a board game using OpenScad.",
"url": "https://www.instructables.com/Guide-to-3D-Printing-Board-Game-Token-Containers/",
"tags": ["boardgame", "3dprinted"],
"icon": "🍩"
},
{
"title": "3D Printer Models",
"description": "A link to my 3D printed models avaiable for free on Printables.",
"url": "https://www.printables.com/@ryanchakajodda/models",
"tags": ["3dprinted"],
"icon": "🖨️"
},
{
"title": "ESP32 Configurer",
"description": "A tool for configuring ESP32 applications, primarly used for setting wifi settings.",
"url": "https://ryanch.github.io/esp32_config/index.html",
"tags": ["esp32","tool"],
"icon": "🎛️"
},
{
"title": "ESP32 Flasher",
"description": "A tool for configuring flashing ESP32 applications. Used to load my projects onto chips.",
"url": "https://ryanch.github.io/esp32_bin_loader/index.html",
"tags": ["esp32","tool"],
"icon": "🍭"
},
{
"title": "Sora Prompt Builder",
"description": "A simple prompt builder for making Sora 2 videos.",
"url": "https://ryanch.github.io/sora_prompt_builder/index.html",
"tags": ["ai","video"],
"icon": "📼"
},
{
"title": "OpenPrintTag Scanner",
"description": "NFC device that reads and stores data in the OpenPrintTag format using PrusaLinkAPI",
"url": "https://www.printables.com/model/1581648-openprinttag-scanner",
"tags": ["esp32","3dprinted"],
"icon": "🧮"
},
{
"title": "ESP32 Serial Monitor",
"description": "A serial monitor for viewing ESP32 console output in the browser via Web Serial API.",
"url": "https://ryanch.github.io/serial_monitor/index.html",
"tags": ["esp32", "tool"],
"icon": "📟"
}
]
}