https://github.com/buckket/mumbi
Control mumbi m-FS300 remote power sockets with BeagleBone, Raspberry Pi and others
https://github.com/buckket/mumbi
433mhz beaglebone-black home-automation mumbi power-socket raspberry-pi wireless
Last synced: 2 months ago
JSON representation
Control mumbi m-FS300 remote power sockets with BeagleBone, Raspberry Pi and others
- Host: GitHub
- URL: https://github.com/buckket/mumbi
- Owner: buckket
- License: gpl-3.0
- Created: 2017-02-08T18:57:16.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-13T20:07:32.000Z (over 9 years ago)
- Last Synced: 2025-12-27T15:58:56.999Z (6 months ago)
- Topics: 433mhz, beaglebone-black, home-automation, mumbi, power-socket, raspberry-pi, wireless
- Language: C
- Homepage:
- Size: 45.9 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
mumbi
~~~~~
Recently I bought a bunch of `wireless remote control power sockets `_.
I wanted to control them not only via the supplied remote, but also via my computer. There’re numerous solutions out there,
but somehow none supports this exact model I’ve got, which is a "self-learning" one, meaning there’re no DIP-switches to select the
device and/or house code. I hooked up my logic analyzer and grabbed the raw signal straight from the remote. I was not
successful decoding the protocol so far, but at least I can mimic it. All you need is a 433/434 MHz RF transmitter and an
embedded Linux platform with GPIOs like a BeagleBone Black or Raspberry Pi.
This repo includes a simple command-line app as well as Python extension to control such devices.
Check out ``src/mumbi.c`` for some information about the protocol and how this works.
Requirements
------------
- `mraa `_
License
-------
mumbi is released under the GPLv3+ License. See the bundled LICENSE file for details.