Skip to content
Pascal Dietrich edited this page Jul 21, 2023 · 7 revisions

Welcome to the Calliope-Radio-Scanner wiki!

The Program is split up into 4 parts:

  • The "antenna", written in Scratch on the Calliope Mini itself. You can find the .hex file here.
  • The middleware, written in Rust communicates between the Calliope via USB/serial and the server. But it can also be used without the server.
  • The backend (in Python, Flask). It transmitts data between the Rust middleware and the frontend. The code is here.
  • The frontend, a website, where you can watch the traffic or resend it.

You can find the specification for the Rust-to-Calliope Communication here.

Clone this wiki locally