forked from EnviroDIY/ModularSensors
-
Notifications
You must be signed in to change notification settings - Fork 0
/
library.json
352 lines (352 loc) · 11.8 KB
/
library.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
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
{
"name": "EnviroDIY_ModularSensors",
"version": "0.23.2",
"description": "A library that allows access to multiple sensors through a unified interface. This allows the user to simply access many sensors to log the data or send the data to data repositories like the EnviroDIY data portal.",
"keywords": "modular, sensor, sensors, datalogger, logger, low power, sleeping, EnviroDIY, ModularSensors, Mayfly, WikiWatershed, ThingSpeak",
"platforms": "atmelavr, atmelsam",
"frameworks": "arduino",
"authors":
[
{
"name": "Sara Damiano",
"email": "[email protected]",
"url": "https://envirodiy.org/",
"maintainer": true
},
{
"name": "Anthony Aufdenkampe",
"email": "[email protected]"
},
{
"name": "Bobby Schulz",
"email": "[email protected]"
},
{
"name": "Shannon Hicks",
"email": "[email protected]",
"url": "https://envirodiy.org/"
}
],
"repository":
{
"type": "git",
"url": "https://github.com/EnviroDIY/ModularSensors.git"
},
"export":
{
"exclude":
[
"doc/*",
"sensor_tests/*",
"compile_tests/*"
]
},
"examples":
[
"examples/*/*.ino"
],
"build":
{
"srcFilter":
[
"+<*.c>",
"+<*.cpp>",
"+<*.h>",
"+<sensors/*.c>",
"+<sensors/*.cpp>",
"+<sensors/*.h>",
"+<modems/*.c>",
"+<modems/*.cpp>",
"+<modems/*.h>",
"+<publishers/*.c>",
"+<publishers/*.cpp>",
"+<publishers/*.h>",
"+<WatchDogs/*.c>",
"+<WatchDogs/*.cpp>",
"+<WatchDogs/*.h>"
],
"libLDFMode": "deep+"
},
"dependencies":
[
{
"name": "EnviroDIY_DS3231",
"library id": "2079",
"url": "https://github.com/EnviroDIY/Sodaq_DS3231.git",
"version": "=1.3.2",
"note": "An Arduino library for the DS3231 RTC (Real Time Clock), based off of the Sodaq_DS3231 library.",
"authors": [
"Kees Bakker",
"Sara Damiano"
],
"frameworks": "arduino",
"platforms": "atmelavr, atmelsam"
},
{
"name": "EnableInterrupt",
"library id": "311",
"url": "https://github.com/GreyGnome/EnableInterrupt.git",
"version": "=1.0.0",
"note": "GreyGnome's EnableInterrupt - Assign an interrupt to any supported pin on all Arduinos",
"authors": [
"Mike 'GreyGnome' Schwager"
],
"frameworks": "arduino",
"platforms": "atmelavr, atmelsam"
},
{
"name": "SdFat",
"library id": "322",
"url": "https://github.com/greiman/SdFat.git",
"version": "=1.1.0",
"note": "SdFat - FAT16/FAT32 file system for SD cards.",
"authors": [
"Bill Greiman"
],
"frameworks": "arduino",
"platforms": "atmelavr, atmelsam"
},
{
"name": "Adafruit ADS1X15",
"library id": "344",
"version_note": "=1.2.0",
"version": "https://github.com/soligen2010/Adafruit_ADS1X15.git",
"note": "Driver for TI's ADS1015: 12-bit Differential or Single-Ended ADC with PGA and Comparator. This fork removes bugs in the Adafruit original library.",
"authors_note": [
"soligen2010"
],
"frameworks_note": "arduino",
"platforms_note": "*"
},
{
"name": "Adafruit AM2315",
"library id": "773",
"url": "https://github.com/adafruit/Adafruit_AM2315.git",
"version": "=2.0.0",
"note": "AOSong AM2315 I2C Temp/Humidity Sensor Library by Adafruit",
"authors": [
"Adafruit"
],
"frameworks": "arduino",
"platforms": "atmelavr, atmelsam"
},
{
"name": "Adafruit BME280 Library",
"library id": "166",
"url": "https://github.com/adafruit/Adafruit_BME280_Library.git",
"version": "=1.0.8",
"note": "Bosch BME280 Temp/Humidity/Pressure Sensor Library by Adafruit",
"authors": [
"Adafruit"
],
"frameworks": "arduino",
"platforms": "atmelavr, atmelsam"
},
{
"name": "Adafruit BME680 Library",
"library id": "1922",
"url": "https://github.com/adafruit/Adafruit_BME680.git",
"version": "=1.0.7",
"note": "Bosch BME680 Temp/Humidity/Pressure/Gas Sensor Library by Adafruit",
"authors": [
"Adafruit"
],
"frameworks": "arduino",
"platforms": "atmelavr, atmelsam"
},
{
"name": "Adafruit TSL2591 Library",
"library id": "463",
"url": "https://github.com/adafruit/Adafruit_TSL2591_Library.git",
"version": "=1.1.1",
"note": "TSL2591 High Dynamic Range Light Sensor by Adafruit",
"authors": [
"Adafruit"
],
"frameworks": "arduino",
"platforms": "atmelavr, atmelsam"
},
{
"name": "DHT sensor library",
"library id": "19",
"url": "https://github.com/adafruit/DHT-sensor-library.git",
"version": "=1.3.4",
"note": "AOSong DHT Sensor Library by Adafruit",
"authors": [
"Adafruit"
],
"frameworks": "arduino",
"platforms": "atmelavr, atmelsam"
},
{
"name": "Adafruit INA219",
"library id": "160",
"url": "https://github.com/adafruit/Adafruit_INA219.git",
"version": "=1.0.4",
"note": "This is a library for the Adafruit INA219 high side DC current sensor boards",
"authors": [
"Adafruit"
],
"frameworks": "arduino",
"platforms": "atmelavr, atmelsam"
},
{
"name": "Adafruit MPL115A2",
"library id": "406",
"url": "https://github.com/adafruit/Adafruit_MPL115A2.git",
"version": "=1.1.0",
"note": "MPL115A2 Barometer Library by Adafruit",
"authors": [
"Adafruit"
],
"frameworks": "arduino"
},
{
"name": "Adafruit Unified Sensor",
"library id": "31",
"url": "https://github.com/adafruit/Adafruit_Sensor.git",
"version": "=1.0.3",
"note": "Adafruit Unified Sensor Library",
"authors": [
"Adafruit"
],
"frameworks": "arduino",
"platforms": "atmelavr, atmelsam"
},
{
"name": "DallasTemperature",
"library id": "54",
"url": "https://github.com/milesburton/Arduino-Temperature-Control-Library.git",
"version": "=3.8.0",
"note": "DallasTemperature - Arduino Library for Dallas Temperature ICs (DS18B20, DS18S20, DS1822, DS1820)",
"authors": [
"Guil Barros",
"Miles Burton",
"Rob Tillart",
"Tim Nuewsome"
],
"frameworks": "arduino",
"platforms": "atmelavr, atmelsam"
},
{
"name": "OneWire",
"library id": "1",
"url": "https://github.com/PaulStoffregen/OneWire.git",
"version": "=2.3.4",
"note": "OneWire - Control 1-Wire protocol (DS18S20, DS18B20, DS2408 and etc)",
"authors": [
"Paul Stoffregen",
"Jim Studt",
"Tom Pollard",
"Derek Yerger",
"Josh Larios",
"Robin James",
"Glenn Trewitt",
"Jason Dangel",
"Guillermo Lovato",
"Ken Butcher",
"Mark Tillotson",
"Bertrik Sikken",
"Scott Roberts"
],
"frameworks": "arduino"
},
{
"name": "Arduino-SDI-12",
"library id": "1486",
"version": "=1.3.5",
"url": "https://github.com/EnviroDIY/Arduino-SDI-12.git",
"note": "EnviroDIY SDI-12 Library",
"authors": [
"Kevin M. Smith",
"Sara Damiano",
"Shannon Hicks",
"Anthony Aufdenkampe"
],
"frameworks": "arduino",
"platforms": "atmelavr, atmelsam"
},
{
"name": "KellerModbus",
"library id": "5439",
"url": "https://github.com/EnviroDIY/KellerModbus.git",
"version": "=0.2.1",
"note": "Arduino library for communication with Keller pressure and water level sensors via Modbus.",
"authors": [
"Anthony Aufdenkampe"
]
},
{
"name": "MS5803",
"library id": "5431",
"url": "https://github.com/NorthernWidget/MS5803.git",
"version": "=0.1.2",
"note": "General interface to MS5803-series pressure transducers",
"authors": [
"Bobby Schulz",
"Andrew Wickert",
"Chad Sandell",
"Sara Damiano"
]
},
{
"name": "PubSubClient",
"library id": "89",
"url": "https://github.com/knolleary/pubsubclient.git",
"version": "=2.7",
"note": "A client library for MQTT messaging.",
"authors": [
"Nick O'Leary"
]
},
{
"name": "RTCZero",
"library id": "873",
"url": "https://github.com/arduino-libraries/RTCZero.git",
"version": "=1.5.3",
"note": "Functions for using the processor real time clock in SAMD21 processors",
"authors": [
"Arduino"
],
"frameworks": "arduino",
"platforms": "atmelsam"
},
{
"name": "SensorModbusMaster",
"library id": "1824",
"url": "https://github.com/EnviroDIY/SensorModbusMaster.git",
"version": "=0.6.4",
"note": "EnviroDIY SensorModbusMaster - Arduino library for communicating via modbus with the Arduino acting as the modbus master.",
"authors": [
"Sara Damiano"
],
"frameworks": "arduino",
"platforms": "atmelavr, atmelsam"
},
{
"name": "TinyGSM",
"version": "https://github.com/EnviroDIY/TinyGSM.git",
"version_note": "=0.7.10",
"note": "A small Arduino library for GPRS modules.",
"authors": [
"Volodymyr Shymanskyy",
"Sara Damiano"
],
"frameworks": "arduino",
"platforms": "atmelavr, atmelsam"
},
{
"name": "YosemitechModbus",
"library id": "2078",
"url": "https://github.com/EnviroDIY/YosemitechModbus.git",
"version": "=0.2.1",
"note": "Arduino library for communication with Yosemitech sensors via Modbus.",
"authors": [
"Sara Damiano",
"Anthony Aufdenkampe"
],
"frameworks": "arduino",
"platforms": "atmelavr, atmelsam"
}
]
}