Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/otasd/komodopager
Mini pagers in retro style, work on ready-made board ESP32-2432S028R AKA CYD.
https://github.com/otasd/komodopager
3d-printing arduino cyd esp32 esp32-arduino esp8266 messenger pager retro
Last synced: 11 days ago
JSON representation
Mini pagers in retro style, work on ready-made board ESP32-2432S028R AKA CYD.
- Host: GitHub
- URL: https://github.com/otasd/komodopager
- Owner: Otasd
- Created: 2024-10-27T20:52:04.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-12T16:47:58.000Z (about 2 months ago)
- Last Synced: 2024-11-12T17:38:46.194Z (about 2 months ago)
- Topics: 3d-printing, arduino, cyd, esp32, esp32-arduino, esp8266, messenger, pager, retro
- Homepage:
- Size: 28.3 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# KOMODO
Corresponded with friends via encrypted messages over short distances.![IMG_20241028_150928](https://github.com/user-attachments/assets/91028187-f26e-48a4-a6a8-bbc3fd184f5a)
## Components
for default setup you need:- ESP32
- Buzzer
- Some buttons
- 18650 li-ion battery
- Charging PCB (like a TP4056)
- Antena
(The standard antenna covers a radius of 250 meters,so I strongly recommend using an external one)
- And of course some wiresThe project based on the ESP32 uses the "ESP32-2432S028R" board also known as "CYD".
Link to information about the board
https://github.com/witnessmenow/ESP32-Cheap-Yellow-Display## Adding friend
inside "General.cpp" you will see
uint8_t broadcastAddress[] = { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 };
write MAC ardress of your friend here.
## Configuration
Here you can configure some colors
![image](https://github.com/user-attachments/assets/245bae60-2f44-4f5e-b7c0-9d4de7308b5c)
### best colors (my opinion)
0x540 // green
0xFFFF // wight
0x7FF // light blue
0xF800 // red
0xFFEA // banana yellow
0x1F // dark blue
0xAD55 // gray
## Booting
Set settings in tools menu like this :
![image](https://github.com/user-attachments/assets/6dc54328-910e-4947-ae34-6c4f57f92ec3)