|
1 | 1 | { |
2 | | - "count": 10, |
| 2 | + "count": 22, |
3 | 3 | "apps": [ |
| 4 | + { |
| 5 | + "name": "Arcade Games", |
| 6 | + "description": "Arcade Games for M5 Stick", |
| 7 | + "version": "1.0.0", |
| 8 | + "slug": "BruceDevices/firmware/sd_files/interpreter/Arcade Games" |
| 9 | + }, |
4 | 10 | { |
5 | 11 | "name": "Calculator", |
6 | 12 | "description": "Calculator - written for T-Embed", |
7 | 13 | "version": "1.0.0", |
8 | 14 | "slug": "BruceDevices/firmware/sd_files/interpreter/Calculator" |
9 | 15 | }, |
| 16 | + { |
| 17 | + "name": "Calculator M5 Stick", |
| 18 | + "description": "Calculator for M5 Stick", |
| 19 | + "version": "1.0.0", |
| 20 | + "slug": "BruceDevices/firmware/sd_files/interpreter/Calculator M5 Stick" |
| 21 | + }, |
| 22 | + { |
| 23 | + "name": "Crypto Prices", |
| 24 | + "description": "Track real-time crypto prices", |
| 25 | + "version": "1.0.0", |
| 26 | + "slug": "BruceDevices/firmware/sd_files/interpreter/Crypto Prices" |
| 27 | + }, |
10 | 28 | { |
11 | 29 | "name": "Device Info", |
12 | 30 | "description": "Device information display showing hardware details and memory statistics", |
|
19 | 37 | "version": "1.0.0", |
20 | 38 | "slug": "BruceDevices/firmware/sd_files/interpreter/Dino" |
21 | 39 | }, |
| 40 | + { |
| 41 | + "name": "DTMF Tones", |
| 42 | + "description": "Generate DTMF tones", |
| 43 | + "version": "1.0.0", |
| 44 | + "slug": "BruceDevices/firmware/sd_files/interpreter/DTMF Tones" |
| 45 | + }, |
22 | 46 | { |
23 | 47 | "name": "Flashlight", |
24 | 48 | "description": "Simple multi-colour flashlight", |
|
31 | 55 | "version": "1.0.0", |
32 | 56 | "slug": "emericklaw/Bruce-Hello-World-Example-App/Hello World" |
33 | 57 | }, |
| 58 | + { |
| 59 | + "name": "Highway Racer", |
| 60 | + "description": "Car racing game", |
| 61 | + "version": "1.0.0", |
| 62 | + "slug": "BruceDevices/firmware/sd_files/interpreter/Highway Racer" |
| 63 | + }, |
34 | 64 | { |
35 | 65 | "name": "IR Bruce Force", |
36 | 66 | "description": "Brute force IR remote control codes", |
37 | 67 | "version": "1.0.0", |
38 | 68 | "slug": "BruceDevices/firmware/sd_files/interpreter/IR Bruce Force" |
39 | 69 | }, |
| 70 | + { |
| 71 | + "name": "IR2Keyboard", |
| 72 | + "description": "Use any IR remote to send commands to your pc requires: IR receiver + USBHID-capable device", |
| 73 | + "version": "1.0.0", |
| 74 | + "slug": "BruceDevices/firmware/sd_files/interpreter/IR2Keyboard" |
| 75 | + }, |
40 | 76 | { |
41 | 77 | "name": "Lock Device", |
42 | 78 | "description": "Password protection app that locks your Bruce device on startup or on-demand", |
43 | 79 | "version": "1.1.0", |
44 | 80 | "slug": "emericklaw/Bruce-Lock-Device-App/Lock Device" |
45 | 81 | }, |
| 82 | + { |
| 83 | + "name": "Ping Pong", |
| 84 | + "description": "Ping Pong game", |
| 85 | + "version": "1.0.0", |
| 86 | + "slug": "BruceDevices/firmware/sd_files/interpreter/Ping Pong" |
| 87 | + }, |
46 | 88 | { |
47 | 89 | "name": "RF Bruce Force", |
48 | 90 | "description": "Brute force RF signals", |
49 | 91 | "version": "1.0.0", |
50 | 92 | "slug": "BruceDevices/firmware/sd_files/interpreter/RF Bruce Force" |
51 | 93 | }, |
| 94 | + { |
| 95 | + "name": "Snake Cardputer", |
| 96 | + "description": "Snake game for Cardputer", |
| 97 | + "version": "1.0.0", |
| 98 | + "slug": "BruceDevices/firmware/sd_files/interpreter/Snake Cardputer" |
| 99 | + }, |
| 100 | + { |
| 101 | + "name": "Snake M5 Stick", |
| 102 | + "description": "Snake game for M5 Stick and M5 Core", |
| 103 | + "version": "1.0.0", |
| 104 | + "slug": "BruceDevices/firmware/sd_files/interpreter/Snake M5 Stick" |
| 105 | + }, |
| 106 | + { |
| 107 | + "name": "Space Shooter", |
| 108 | + "description": "Space Shooter game", |
| 109 | + "version": "1.0.0", |
| 110 | + "slug": "BruceDevices/firmware/sd_files/interpreter/Space Shooter" |
| 111 | + }, |
| 112 | + { |
| 113 | + "name": "Tamagochi", |
| 114 | + "description": "Tamagochi virtual pet", |
| 115 | + "version": "1.0.0", |
| 116 | + "slug": "BruceDevices/firmware/sd_files/interpreter/Tamagochi" |
| 117 | + }, |
52 | 118 | { |
53 | 119 | "name": "Tone Generator", |
54 | 120 | "description": "Tone generator that can play different frequencies/musical notes with customisable duration", |
55 | 121 | "version": "1.0.0", |
56 | 122 | "slug": "emericklaw/Bruce-Tone-Generator-App/Tone Generator" |
57 | 123 | }, |
| 124 | + { |
| 125 | + "name": "Web Browser", |
| 126 | + "description": "Very basic web browser", |
| 127 | + "version": "1.0.0", |
| 128 | + "slug": "BruceDevices/firmware/sd_files/interpreter/Web Browser" |
| 129 | + }, |
58 | 130 | { |
59 | 131 | "name": "WiFi Bruce Force", |
60 | 132 | "description": "Brute force WiFi network password with dictionary attack", |
|
0 commit comments