sorvis / SOCORAD32

ESP32 SOftware COntrolled RADio (SOCORAD32)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SOCORAD32 - ESP32 SOftware COntrolled RADio


(3D enclosure design already released)

Add a speaker and a battery, then you'll have a fully functional walkie talkie Radio. It shares the same properties as the commercial one. Can be used both for voice and data communication. Because it can communicate data, we can explore the amateur radio frequency for IoT.
Beyond communication, it is fully open source and hackable!
The central module contains the special purpose RDA1846 IC. This same IC is used in commercial walkie talkies such as in Baofeng and Hytera.


Other of its peripherals is an onboard ESP32 for parameter settings (via Bluetooth or WiFi), control and storage.
The ESP32 talks to the central module using simple AT commands. The specifications are listed below.

Specifications

Frequency Range: 400-470mhz covers most countries allocated walkie talkie frequencies, especially the license free ones.
Frequency Step: 5K/6.25K/12.5K/25K
RF Output Power: 2W/1W/0.5W
Voice features, Tone Squelches, SMS cabapility:
Voice encryption (scrambling): 8 types
SMS Receive/Transformer, baudrate: 1200
CTCSS (38 groups) + CDCSS (83 groups)
Automatic elimination tail
Volume adjustable (1-8)
Squelch level adjustable (0-9)
MIC sensitivity level adjustable (1-8)
Sleep Mode (0.1μA)

To talk to the module, a generic Bluetooth serial communication APP is used on the phone to connect to the ESP32 module which in turn communicates with the RF module via UART. Due to the SOCORAD32 rich features, it can be used for the following applications.

Applications

Walkie Talkie
Intercom
Pager
IoT (data transmission module)

The AT commands are in the repository. It includes commands for volume control, power output, RX/TX frequencies, voice activated exhange, squelching, etc.
The device contains a dedicated PTT button and extra buttons for user configurations.


SOCORAD32 high rez

About

ESP32 SOftware COntrolled RADio (SOCORAD32)


Languages

Language:C++ 100.0%