-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathCITATION.cff
More file actions
41 lines (36 loc) · 1.29 KB
/
CITATION.cff
File metadata and controls
41 lines (36 loc) · 1.29 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
cff-version: "1.2.0"
message: "If you use this software in a publication, please cite it using the metadata below."
title: "GoofyBLEProvisioning: ESP32 BLE WiFi Provisioning Library"
version: "v1.0.0"
doi: "10.5281/zenodo.17609146"
url: "https://github.com/Chamath-Adithya/GoofyBLEProvisioning"
date-released: "2025-11-14"
authors:
- given-names: "Senanayaka Appuhamilage Chamath Adithya Senanayaka"
family-names: "S.A.C.A.Senanayaka"
email: "achamath1@gmail.com"
affiliation: "Independent Researcher"
abstract: >
GoofyBLEProvisioning is an Arduino/ESP32 library that enables BLE-based WiFi provisioning,
EEPROM storage of credentials, sensor data transmission, and motor control. It simplifies IoT
device setup and management, allowing secure and efficient provisioning via BLE.
keywords:
- "ESP32"
- "Arduino"
- "BLE"
- "WiFi provisioning"
- "EEPROM"
- "IoT"
- "motor control"
- "embedded systems"
license: "MIT"
bibtex:
entry:
- "@software{senanayaka2025goofybleprovisioning,
title = {GoofyBLEProvisioning: ESP32 BLE WiFi Provisioning Library},
author = {S.A.C.A.Senanayaka},
year = {2025},
version = {v1.0.0},
doi = {10.5281/zenodo.17609146},
url = {https://github.com/Chamath-Adithya/GoofyBLEProvisioning}
}"