Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sh123/esp32_loradv
ESP32 based Codec2/OPUS DV hobby UHF handheld transceiver aka walkie-talkie
https://github.com/sh123/esp32_loradv
amateur-radio codec2 digital-voice dv esp32 esp32-arduino fsk hamradio handheld-transceiver lora opus opus-codec radio sx1268 sx1278 uhf uhf-transceiver vhf walkie-talkie
Last synced: 3 months ago
JSON representation
ESP32 based Codec2/OPUS DV hobby UHF handheld transceiver aka walkie-talkie
- Host: GitHub
- URL: https://github.com/sh123/esp32_loradv
- Owner: sh123
- License: gpl-2.0
- Created: 2022-12-21T12:41:28.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-10-30T08:37:24.000Z (3 months ago)
- Last Synced: 2024-10-30T09:24:06.806Z (3 months ago)
- Topics: amateur-radio, codec2, digital-voice, dv, esp32, esp32-arduino, fsk, hamradio, handheld-transceiver, lora, opus, opus-codec, radio, sx1268, sx1278, uhf, uhf-transceiver, vhf, walkie-talkie
- Language: C++
- Homepage:
- Size: 1.68 MB
- Stars: 37
- Watchers: 8
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ESP32 Codec2/OPUS DV Handheld Transceiver
## Introduction
This project is hobby/amateur/toy/educational radio ESP32 based LoRa/FSK Codec2/OPUS DV handheld trasceiver a.k.a. walkie-talkie, which is using 1W E22-400M30S (SX1268) radio module (UHF, 70cm band) or optionally 100mW RA-01/RA-02 (SX1278) module.It mimics ordinary FM walkie-talkie, does not use any complex protocol for simplicity, just sends audio codec frames with pre-configured radio digital modulation.
Overall components cost for this project is about 15-20$.
It is based on https://github.com/sh123/esp32_loraprs modem, but uses additional peripherals:
- I2S speaker module MAX98357A + 4ohm 3w speaker (40mm diameter)
- I2S microphone INMP441
- PTT button
- Rotary encoder with push button
- Small OLED display SSD1306 128x32
- Battery voltage monitoring
- Powered from a single commonly avaialble 18650 cell (for example from old laptop battery)
- Uses combined charge + 5v boost controller based on Hotchip HT4928SSupports next features:
- Supports LoRa and FSK modulation with configurable modulation parameters from settings
- Supports Codec2 (low bit rate) and OPUS (medium/high bit rate) audio codecs, codec could be selected from settings
- Goes into ESP32 light sleep when no activity, so all power consumption is around 30-40mA when in sleep RX, wakes up on new data from radio module or when user starts transmitting, consumes about 90-100mA in active receive
- Settings menu on long encoder button click, allows to change frequency and other parameters
- Output power tunable from settings from ~1mW (for ISM toy usage) up to 1W (for amateur radio experiments)
- Experimental privacy option for ISM low power usage (check your country regulations if it is allowed by the ISM band plan before experimenting!)## Build instructions
- Modify `include/config.h` if needed
- Install platformio
- Build with platformio
- Upload with platformio## Picture
Two fully 3d printed prototypes were built
![Device](extras/images/device.png)
List of peripherals used
![Device](extras/images/peripherals.png)