An open API service indexing awesome lists of open source software.

https://github.com/milovanpms/talk-e

A simple LoRa-based talkie-walkie built with ESP32, operating on the 433 MHz frequency band for long-range, low-power wireless communication.
https://github.com/milovanpms/talk-e

433 433mhz c embedded embedded-c embedded-systems esp32 lora sx1278 sx127x

Last synced: 3 days ago
JSON representation

A simple LoRa-based talkie-walkie built with ESP32, operating on the 433 MHz frequency band for long-range, low-power wireless communication.

Awesome Lists containing this project

README

          



Talk-E is a walkie-talkie powered by LoRa and an ESP32-S3, operating on the 433 MHz band. And it mostly works.








milovan.me

## In a nutshell
- **What** : Two identical devices, one button to talk, and that's it.
- **Why** : We didn't have much time, so we wanted something original, interactive, and fun to demo. The kind of project you understand immediately just by holding it in your hands.
- **Context** : Radiocommunication student project, two-person team.

## Documentation

The documentation is quite detailed, so each part has its own page instead of having it all here.

### Find your happiness:
- ⚙️ [Hardware Architecture](./docs/architecture.md): Functional synoptic diagram and component details
- 🛠️ [Firmware](./docs/firmware.md): ESP-IDF, libraries, code architecture
- 📡 [Radio Parameters](./docs/radio.md): How we use LoRa
- 🎙️ [Audio Processing](./docs/audio.md): A voice's journey through the system
- 👤 [Human-Machine Interface](./docs/hmi.md): How does it works for the user
- 🔋 [Power Supply Circuit](./docs/power.md): Power management and energy consumption
- 🔌 [Electronics](./docs/pcb.md): Prototyping, KiCad, RF design, routing rules, our conception choices
- 📐 [CAO](./docs/cao.md): Our vision of an enclosure for this device

## Repository Structure
```
├── hardware/ # KiCad schematics, PCB
├── firmware/ # ESP-IDF code
├── docs/ # Documentation, conception notes
├── media/ # Images, schematics and illustrations
└── case/ # 3D models
```