Powerful AFSK modem platform
Go to file
2020-06-01 13:05:09 +02:00
documentation Added hardware documentation 2020-04-30 18:23:14 +02:00
hardware Serial interrupt 2020-05-28 18:18:35 +02:00
images Changed default preamble 2018-03-28 22:17:53 +02:00
precompiled Added precompiled firmwares 2020-04-30 18:32:14 +02:00
protocol Fixed FIFO16 buffer and inits 2020-06-01 13:05:09 +02:00
testkit Configuration and audio level monitoring implemented 2019-02-08 15:48:13 +01:00
util Fixed FIFO16 buffer and inits 2020-06-01 13:05:09 +02:00
.gitignore Configuration and audio level monitoring implemented 2019-02-08 15:48:13 +01:00
device.h Fixed FIFO16 buffer and inits 2020-06-01 13:05:09 +02:00
flash Serial interrupt 2020-05-28 18:18:35 +02:00
LICENSE Changed default preamble 2018-03-28 22:17:53 +02:00
main.c Fixed GPS initialisation 2019-11-08 16:36:01 +01:00
Makefile EEPROM configuration 2019-02-08 13:18:49 +01:00
README.md Update README.md 2020-04-30 12:58:34 +02:00

Open Modem Firmware

Open Modem Firmware is an open source firmware implementation of a AFSK modem supporting 300, 1200 and 2400 baud operation, suitable for communication over a wide variety of analogue mediums, both radio and wired. The firmware is designed for and compatible with unsigned.io's OpenModem, but can be used on any similar build.

Complete modems are available from the unsigned.io shop, or can be build from scratch by referring to the schematics and documentation on the OpenModem page

A few highlights

  • 300, 1200 and 2400 baud operation
  • Full KISS TNC compatibility
  • Secure in-modem AES-128 encryption
  • SD card support
  • Packet logging in PCAP format (WireShark compatible)
  • Digitally adjustable input and output gain control
  • Easy to use graphical config utility
  • Supports standard GPS and bluetooth modules
  • Supports large packets, 576 byte MTU
  • Very large in-modem packet queue

Usage

Please refer to the manual and instructions posted at the OpenModem page. The default serial connection settings are 115200 baud, 8N1. For configuring the modem, please see the OpenModem Config Utility.