Skip to content
Joe Moran edited this page Aug 3, 2021 · 59 revisions

Openomni Wiki

Welcome to the openomni wiki! Here we describe how the Eros Omnipod (the previous Omnipod before the bluetooth enabled Omnipod DASH) and PDM communicate with each other. Because of the Pod is designed to be controlled by a single controller, we have to completely replace the PDM to use it for DIY closed loop. Read further if you want to understand what has been learned about Omnipod Eros for DIY use.

The original test branch of Loop was released for public testing in April 2019 to use the Omnipod with Loop using a Rileylink. There have been several fixes, improvements, and releases since this testing release was originally released. At this time for Loop Omnipod use, it is currently recommended to use the master branch.

PDM/Pod Communication Decode

We first started decoding with this Python openomni RFcat reader, but when we needed extra data from the sub messages which were being send, we switched to a more detailed C program running on Linux to sniff RF packets using a much cheaper RTLSDR dongle.

Run Linux or create a Virtual Machine with Linux using Virtualbox or Parallels and go to this repo to install the software: https://github.com/ps2/rtlomni.

For the previously used openomni setup you can follow the readme guide on OSX computers on the main page or for a Windows machine this install guide: Alternate installation instructions for using RFcat.

Communications

Implementations

  1. Rileylink for Loop Loop device driver
  2. RileyLink for AndroidAPS Android device driver
  3. OpenAPS GoLang device driver
Clone this wiki locally