https://github.com/meta-ben/gl4ss3s-core
2021 - IOT Data Glasses Project ( Arduino Part )
https://github.com/meta-ben/gl4ss3s-core
arduino ble cpp
Last synced: about 2 months ago
JSON representation
2021 - IOT Data Glasses Project ( Arduino Part )
- Host: GitHub
- URL: https://github.com/meta-ben/gl4ss3s-core
- Owner: Meta-Ben
- License: mit
- Created: 2024-05-03T22:07:16.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-15T22:54:32.000Z (almost 2 years ago)
- Last Synced: 2025-11-20T03:04:03.450Z (7 months ago)
- Topics: arduino, ble, cpp
- Language: C++
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
``Reupload project from 2021 : This project was recovered so don't take commits into accounts``
👓 GL4SS3S CORE 👓
GL4SS3S is the Arduino code part of the global GL4SS3S project.
The project is an electronic glasses device that allow to show data trough a reflection of a screen on mirror and plastic based on the original [Alain Project Data Glasses](https://alainsprojects.com/2016/10/07/featured-on-hackaday-com/)
On Top of that I added some button ( and lot of code ) on the device to allow the user to navigate trough a menu and select wich data he want to see
The device is paired trough [BLE](https://fr.wikipedia.org/wiki/Bluetooth_%C3%A0_basse_consommation) with an android application that fetch or store data for it
# Part Reference
- Screen : [Micro Oled LCD-13003](https://www.gotronic.fr/art-afficheur-micro-oled-lcd-13003-26798.htm)
- Board : [Arduino Nano](https://www.gotronic.fr/art-afficheur-micro-oled-lcd-13003-26798.htm)
- BLE Module : [Bluetooth 4 HM10](https://www.gotronic.fr/art-module-bluetooth-4-hm10-37939.htm)
# Arduino Lib
- Sparkfun Micro Oled lib : http://librarymanager/All#SparkFun_Micro_OLED
- ArduinoBLE
- OneButton