-
Notifications
You must be signed in to change notification settings - Fork 14
/
apps.json
317 lines (317 loc) · 10.4 KB
/
apps.json
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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
[
{ "id": "blehidkey",
"name": "Bluetooth HID key",
"icon": "icon.png",
"version":"0.01",
"description": "Make device appear as a HID keyboard. When BTN1 is pressed send Enter",
"tags": "bluetooth",
"needsFeatures":["BLE","BLEHID"],
"storage": [
{"name":".bootcde","url":"app.js"}
]
},
{ "id": "bledooropencounter",
"name": "Bluetooth Door Opening Counter",
"icon": "icon.png",
"version":"0.02",
"description": "Uses the magnetometer to detect when a magnet is nearby (door closed) or not (door open), and advertises the number of door openings.",
"tags": "bluetooth",
"readme": "README.md",
"needsFeatures":["BLE"],
"storage": [
{"name":".bootcde","url":"app.js"}
]
},
{ "id": "bleeddystone",
"name": "Bluetooth Eddystone Beacon",
"icon": "icon.png",
"version":"0.01",
"description": "Configure your device to be an [Eddystone beacon](https://github.com/google/eddystone)",
"tags": "bluetooth",
"custom": "custom.html",
"needsFeatures":["BLE"],
"storage": [
{"name":".bootcde"}
]
},
{ "id": "nfcurl",
"name": "NFC URL",
"icon": "icon.png",
"version":"0.01",
"description": "Configure your Espruino device with a specific URL",
"tags": "nfc,tool",
"custom": "custom.html",
"needsFeatures":["NFC"],
"storage": [
{"name":".bootcde"}
]
},
{ "id": "openhaystack",
"name": "OpenHaystack (AirTag)",
"icon": "icon.png",
"version":"0.01",
"description": "Copy a base64 key from https://github.com/seemoo-lab/openhaystack and make your device trackable as if it's an AirTag",
"tags": "openhaystack,bluetooth,ble,tracking,airtag",
"custom": "custom.html",
"readme": "README.md",
"needsFeatures":["BLE"],
"storage": [
{"name":".bootcde"}
]
},
{ "id": "blescanner",
"name": "Bluetooth Scanner",
"icon": "icon.png",
"version":"0.02",
"description": "Scans for Bluetooth LE devices and shows their names on the screen",
"tags": "bluetooth",
"needsFeatures":["BLE","GRAPHICS"],
"storage": [
{"name":".bootcde","url":"app.js"}
]
},
{ "id": "bletemperature",
"name": "Bluetooth Temperature Beacon",
"icon": "icon.png",
"version":"0.03",
"description": "Turns the given device into a Bluetooth Temperature sensor that advertises the current temperature on Bluetooth UUID 0x1809 ('Health Thermometer'). The device won't be connectable again until it is rebooted without loading saved code.",
"tags": "bluetooth",
"needsFeatures":["BLE"],
"storage": [
{"name":".bootcde","url":"app.js"}
]
},
{ "id": "pixlmulticolbadge",
"name": "Pixl.js Multicolor Badge",
"icon": "icon.png",
"version":"0.02",
"description": "Programs a [Pixl.js Multicolor Badge](http://www.espruino.com/Pixl.js+Multicolour) to display your name, the time, and to include Flappy Bird and T-Rex games.",
"tags": "bluetooth,nfc",
"custom": "custom.html",
"needsFeatures":["BLE","NFC","GRAPHICS"],
"storage": [
{"name":".boot0"},
{"name":".bootcde","url":"app.js"}
]
},
{ "id": "pixlbadge",
"name": "Pixl.js Badge",
"icon": "icon.png",
"version":"0.01",
"description": "Programs a [Pixl.js](http://www.espruino.com/Pixl.js) to display your name, the time, and to include Flappy Bird and T-Rex games.",
"tags": "bluetooth,nfc",
"custom": "custom.html",
"needsFeatures":["BLE","NFC","GRAPHICS"],
"storage": [
{"name":".boot0"},
{"name":".bootcde","url":"app.js"}
]
},
{ "id": "trex",
"name": "T-Rex (Dinosaur game)",
"icon": "icon.png",
"version":"0.01",
"description": "T-Rex game in the style of Chrome's offline game",
"tags": "game",
"needsFeatures":["GRAPHICS"],
"storage": [
{"name":".bootcde","url":"app.js"}
]
},
{ "id": "lunarlander",
"name": "Lunar Lander game",
"icon": "icon.png",
"version":"0.01",
"description": "Simple Lunar lander game using BTN2/3 to steer and BTN4 for thrust. Designed for 128x64 screens.",
"tags": "game",
"needsFeatures":["GRAPHICS"],
"storage": [
{"name":".bootcde","url":"app.js"}
]
},
{ "id": "breakout",
"name": "Breakout game",
"icon": "icon.png",
"version":"0.01",
"description": "Simple breakout game using BTN1/BTN4 to control the bat. Designed for 128x64 screens.",
"tags": "game",
"needsFeatures":["GRAPHICS"],
"storage": [
{"name":".bootcde","url":"app.js"}
]
},
{ "id": "simpleclock",
"name": "Simple Clock",
"icon": "icon.png",
"version":"0.01",
"description": "Simple 7 segment clock that will scale to fit your display size",
"tags": "clock",
"needsFeatures":["GRAPHICS"],
"storage": [
{"name":".bootcde","url":"app.js"}
]
},
{ "id": "simpletimer",
"name": "Countdown Timer",
"icon": "icon.png",
"version":"0.01",
"description": "Count down from a predefined time. Either displays the countdown on the display, or flashes LEDs to show coundown state. BTN1 starts & stops.",
"tags": "clock",
"custom": "custom.html",
"storage": [
{"name":".bootcde"}
]
},
{ "id": "bletemplogger",
"name": "Bluetooth Temperature Logger",
"icon": "icon.png",
"version":"0.02",
"description": "Log temperature every half hour. Connect again, choose 'My Apps', then 'Upload', and view the data.",
"tags": "bluetooth",
"needsFeatures":["BLE"],
"interface": "interface.html",
"storage": [
{"name":".bootcde","url":"app.js"}
]
},
{ "id": "blechargemonitor",
"name": "Bluetooth Battery Charge Monitor",
"icon": "icon.png",
"version":"0.02",
"description": "Connect voltage to D31 and current to D29. The values will be logged and can be viewed in the 'interface' app",
"tags": "bluetooth",
"needsFeatures":["BLE"],
"interface": "interface.html",
"storage": [
{"name":".bootcde","url":"app.js"}
]
},
{ "id": "qrcode",
"name": "Custom QR Code",
"icon": "app.png",
"version":"0.02",
"description": "Use this to upload a customised (64x64) QR code to a device with a screen",
"tags": "qrcode",
"needsFeatures":["GRAPHICS"],
"custom": "custom.html",
"storage": [
{"name":".bootcde"}
]
},
{ "id": "puckrotate",
"name": "Puck.js rotation advertising",
"icon": "icon.png",
"version":"0.01",
"description": "Uses Puck.js to detect rotation, and advertises it over Bluetooth as JSON",
"tags": "bluetooth",
"readme": "README.md",
"needsFeatures":["BLE","GYRO","ACCEL"],
"storage": [
{"name":".bootcde","url":"app.js"}
]
},
{ "id": "pucksiren",
"name": "Puck.js Siren",
"icon": "icon.png",
"version":"0.01",
"description": "Attach LEDs and speaker as in http://www.espruino.com/Puck.js+Duplo+Siren, upload this code and your Puck will flash the lights and make sound whenever moved!",
"tags": "",
"needsFeatures":["BLE","ACCEL"],
"storage": [
{"name":".bootcde","url":"app.js"}
]
},
{ "id": "tilthydro",
"name": "Tilt Hydrometer Display",
"icon": "icon.png",
"version":"0.01",
"description": "A display for the [Tilt Hydrometer](https://tilthydrometer.com/) - [more info here](http://www.espruino.com/Tilt+Hydrometer+Display)",
"tags": "",
"needsFeatures":["BLE","GRAPHICS"],
"storage": [
{"name":".bootcde","url":"app.js"}
]
},
{ "id": "tiltrepeater",
"name": "Tilt Hydrometer Repeater",
"icon": "icon.png",
"version":"0.01",
"description": "A repeater/signal booster for the [Tilt Hydrometer](https://tilthydrometer.com/) - [more info here](http://www.espruino.com/Tilt+Repeater)",
"tags": "",
"needsFeatures":["BLE"],
"storage": [
{"name":".bootcde","url":"app.js"}
]
},
{ "id": "bleeverything",
"name": "Bluetooth Advertiser - Everything!",
"icon": "icon.png",
"version":"0.01",
"description": "Upload this code and your Puck will advertise temperature (f), battery percentage, LED states, Voltage and Light data each minute. It will also advertise button, acceleration, magnetic field and nfc field state data when it senses a change. You can use EspruinoHub and NodeRed MQTT In nodes to record and process the advertised data.",
"tags": "bluetooth,nfc",
"needsFeatures":["BLE","ACCEL","GYRO","NFC"],
"storage": [
{"name":".bootcde","url":"app.js"}
]
},
{ "id": "bthome_button",
"name": "BTHome Button",
"icon": "icon.png",
"version":"0.02",
"description": "Turn your device into a BTHome/Home Assistant compatible button",
"tags": "bluetooth,homeassistant",
"readme": "README.md",
"needsFeatures":["BLE"],
"storage": [
{"name":".bootcde","url":"app.js"}
]
},
{ "id": "bthome_door",
"name": "BTHome Door Sensor",
"icon": "icon.png",
"version":"0.01",
"description": "Turn your Puck.js into a BTHome/Home Assistant compatible door open detector",
"tags": "bluetooth,homeassistant,door",
"readme": "README.md",
"needsFeatures":["BLE","MAG"],
"storage": [
{"name":".bootcde","url":"app.js"}
]
},
{ "id": "bthome_energy",
"name": "BTHome Energy Monitor",
"icon": "icon.png",
"version":"0.01",
"description": "Turn your Espruino device into a BTHome/Home Assistant compatible energy monitor by sensing flashes from your electricty meter (needs an LDR wired between D1 and D2)",
"tags": "bluetooth,homeassistant,energy,power,electricity",
"readme": "README.md",
"needsFeatures":["BLE"],
"storage": [
{"name":".bootcde","url":"app.js"}
]
},
{ "id": "ha_led",
"name": "Home Assistant Bluetooth LED",
"icon": "icon.png",
"version":"0.01",
"description": "Turn your Bluetooth Espruino device into a LED that can be controlled from Home assistant",
"tags": "bluetooth,homeassistant,LED",
"readme": "README.md",
"needsFeatures":["BLE","RGBLED"],
"storage": [
{"name":".bootcde","url":"app.js"}
]
},
{ "id": "knobbutton",
"name": "Knob Button",
"icon": "icon.png",
"version":"0.01",
"description": "Use the Puck.js (v2) as an anywhere knob: push the button to transmit the angle of rotation in BLE advertising packets.",
"tags": "bluetooth",
"readme": "README.md",
"needsFeatures":["BLE","ACCEL"],
"storage": [
{"name":".bootcde","url":"app.js"}
]
}
]