https://github.com/zebrajaeger/esp32-password-keyboard
https://github.com/zebrajaeger/esp32-password-keyboard
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/zebrajaeger/esp32-password-keyboard
- Owner: zebrajaeger
- License: mit
- Created: 2021-11-09T14:31:23.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-02T18:44:49.000Z (over 3 years ago)
- Last Synced: 2025-02-07T23:43:01.546Z (3 months ago)
- Language: C++
- Size: 523 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# esp32-password-keyboard
BLE Keyboard with six configurable passwords.

[Schematic](./hardware/Schematic_esp32-password-keyboard_2021-11-09.pdf)
[Hardware on EasyEDA](https://easyeda.com/zebrajaeger/esp32-password-keyboard)
## How to use
- Visual Studio Code
- PlatformIO (ESP32)
- clone this repo
- in platformio.ini change "upload_port = COM3" to your serial port with ESp32 on it
- copy src/config.src.example to src/config.cpp
- change SSID and password in src/config.cpp
- set your password
- compile and upload