All Projects → ceandre → radonreader

ceandre / radonreader

Licence: GPL-3.0 license
Read current radon level from RadonEye RD200

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to radonreader

PiBeacon
Low-cost iBeacon using Raspberry Pi
Stars: ✭ 41 (-10.87%)
Mutual labels:  bluetooth
react-native-google-nearby-messages
📲 Communicate with nearby devices using Bluetooth, BLE, WiFi and near-ultrasonic audio. Broadcast and receive small payloads (like strings) using the easy-to-use React Native API!
Stars: ✭ 143 (+210.87%)
Mutual labels:  bluetooth
Low power TTGO T-beam
Low power consumption for TTGO t-beam
Stars: ✭ 45 (-2.17%)
Mutual labels:  bluetooth
ruuvidriver
Serves your Ruuvitag Weather Station data over HTTP.
Stars: ✭ 13 (-71.74%)
Mutual labels:  bluetooth
Blueborne-CVE-2017-1000251
Blueborne CVE-2017-1000251 PoC for linux machines
Stars: ✭ 14 (-69.57%)
Mutual labels:  bluetooth
noise
A chat app for the end of the world.
Stars: ✭ 27 (-41.3%)
Mutual labels:  bluetooth
alfred bluetooth controller
Alfred workflow for managing bluetooth settings and -connections
Stars: ✭ 63 (+36.96%)
Mutual labels:  bluetooth
gnome-keysign
An easier way to sign OpenPGP keys over the local network. A GTK/GNOME application to use GnuPG for signing other peoples' keys. Quickly, easily, and securely.
Stars: ✭ 42 (-8.7%)
Mutual labels:  bluetooth
BlueRetro
Multiplayer Bluetooth controllers adapter for retro video game consoles
Stars: ✭ 520 (+1030.43%)
Mutual labels:  bluetooth
fix-linux-mouse
Hints how to fix USB mouse issues on Linux
Stars: ✭ 36 (-21.74%)
Mutual labels:  bluetooth
openEMSstim
openEMSstim: open-hardware module to adjust the intensity of EMS/TENS stimulators.
Stars: ✭ 90 (+95.65%)
Mutual labels:  bluetooth
bluetooth-iot-service-python
This application connects two devices over Bluetooth and allows one to send messages to the other using json. Raspberry Pi Bluetooth interfacing with Linux via RFCOMM BT network
Stars: ✭ 23 (-50%)
Mutual labels:  bluetooth
BlueReverse
Bluetooth reverse shell.
Stars: ✭ 15 (-67.39%)
Mutual labels:  bluetooth
GoFIT SDK Android
GoFIT SDK for Android — GOLiFE 手環 App 介接 SDK
Stars: ✭ 32 (-30.43%)
Mutual labels:  bluetooth
ios
CoThings's iOS application. CoThings is a realtime counter for shared things.
Stars: ✭ 13 (-71.74%)
Mutual labels:  bluetooth
mi-lamp-re
💡 Reverse Engineering Notes for the Yeelight Bedside Lamp (BLE)
Stars: ✭ 35 (-23.91%)
Mutual labels:  bluetooth
pymetawear
Community developed SDK around the Python bindings for the C++ SDK
Stars: ✭ 42 (-8.7%)
Mutual labels:  bluetooth
rAudio-1
Raspberry Pi audio player: AirPlay, Audio CD, Bluetooth, DAB radio, DSP, Internet rafio, Multi-room, Spotify Connect, UPnP
Stars: ✭ 151 (+228.26%)
Mutual labels:  bluetooth
nxbt
Control your Nintendo Switch through a website, terminal, or macro.
Stars: ✭ 340 (+639.13%)
Mutual labels:  bluetooth
BLELib
This library contains many of the features you need to interact with BLE peripherals
Stars: ✭ 21 (-54.35%)
Mutual labels:  bluetooth

RadonReader

This project provides a tool which allows users collect current radon data from FTLab Radon Eye RD200 (Bluetooth only version).

Hardware Requeriments

  • FTLabs RadonEye RD200
  • Raspberry Pi
  • Bluetooth LE (Low Energy) support

Software Requeriments

  • Python 2.7.x
  • bluepy Python library

History

  • 0.3 - Added MQTT support

Usage

usage: radon_reader.py [-h] -a ADDRESS [-b] [-v] [-s] [-m] [-ms MQTT_SRV]
                       [-mp MQTT_PORT] [-mu MQTT_USER] [-mw MQTT_PW] [-ma]

RadonEye RD200 (Bluetooth/BLE) Reader

optional arguments:
  -h, --help       show this help message and exit
  -a ADDRESS       Bluetooth Address (AA:BB:CC:DD:EE:FF format)
  -b, --becquerel  Display radon value in Becquerel (Bq/m^3) unit
  -v, --verbose    Verbose mode
  -s, --silent     Only output radon value (without unit and timestamp)
  -m, --mqtt       Enable send output to MQTT server
  -ms MQTT_SRV     MQTT server URL or IP address
  -mp MQTT_PORT    MQTT server service port (Default: 1883)
  -mu MQTT_USER    MQTT server username
  -mw MQTT_PW      MQTT server password
  -ma              Enable Home Assistant MQTT output (Default: EmonCMS)
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].