-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.zenodo.json
More file actions
53 lines (53 loc) · 1.52 KB
/
.zenodo.json
File metadata and controls
53 lines (53 loc) · 1.52 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
{
"title": "On-Body Haptics: Open-Source Wearable Haptic Feedback Systems (Version 2.0.0)",
"description": "Open-source wearable haptic feedback systems for spatial audio, VR/AR, and interactive installations. Provides complete hardware designs (PCBs, enclosures, BOM), firmware, and software for building custom haptic feedback systems that respond to OSC (Open Sound Control) messages. Includes two complete implementations: Arduino + Bluetooth for portable systems, and Raspberry Pi + I2C for high-fidelity effects.",
"license": "MIT",
"upload_type": "software",
"access_right": "open",
"creators": [
{
"name": "Vollmer, SC",
"affiliation": "York University, Canada",
"orcid": "0000-0002-3359-2810"
}
],
"keywords": [
"haptics",
"wearable computing",
"tactile feedback",
"OSC protocol",
"Arduino",
"Raspberry Pi",
"spatial audio",
"virtual reality",
"augmented reality",
"human-computer interaction",
"open hardware",
"embedded systems",
"DRV2605L",
"I2C",
"Bluetooth"
],
"related_identifiers": [
{
"identifier": "https://github.com/MissCrispenCakes/On-body-haptics",
"relation": "isSupplementTo",
"scheme": "url"
}
],
"contributors": [
{
"name": "rglenn",
"type": "Other",
"affiliation": "",
"note": "Hardware contributor: Raspberry Pi PCB layout design and assembly (2019-2020)"
}
],
"references": [],
"communities": [
{
"identifier": "zenodo"
}
],
"grants": []
}