Download section
Software binaries and source code
bbmagic_home_project.tar.gz BBMagic Home is open source project for programming home-flat-room automation with Raspberry Pi. Download it with command: wget http://bbmagic.net/download/proj/bbmagic_home_project.tar.gz Extract: tar -zxvf bbmagic_home_project.tar.gz Go into project dir: cd bbmagic_home_project Watch available projects: ls |
bbm_scanner_2![]() Simple and very useful tool. Receives data from BBMagic sensors and can read address and security key from BBMagic actors. Download it with command: wget http://bbmagic.net/download/bin/bbm_scanner_2 Add exec permission: chmod +x bbm_scanner_2 Launch: sudo ./bbm_scanner_2 You can learn more here: That necessary tool you need is bbm_scanner |
bbm_logger_1.0 Download it with command: wget http://bbmagic.net/download/bin/bbm_logger_1.0 Add exec permission: chmod +x bbm_logger_1.0 Launch: sudo ./bbm_logger_1.0 f It receives data from BBMagic METEO module and save it to the separate text file. Bbm_logger_1.0 works with Raspberry Pi Zero W and Raspberry Pi 3. You can learn more here: Measurements without miles of wires? BBMagic METEO Bluetooth LE |
Demo apps for Raspberry Pi 3 or zero W
bbmagic_flood_sketch.tar.gz This is little example project that receives data from BBMagic FLOOD sensor. It is ready for compilation and contains libraries: bbmagic_lib_1.2 and libbluetooth. Contains compiled binary file too. Download it with command: wget http://bbmagic.net/download/src/bbmagic_flood_sketch.tar.gz Extract: tar -zxvf bbmagic_flood_sketch.tar.gz Jump into project dir: cd bbmagic_flood_sketch Run it: sudo ./bbmagic_flood_sketch You can learn more here: Writing BBMagic FLOOD application |
bbmagic_magneto_sketch.tar.gz This is simple example project that receives data from BBMagic MAGNETO sensor and displays it all on the screen. It is ready for compilation and contains libraries: bbmagic_lib_1.2 and libbluetooth. Contains compiled binary file too. Download it with command: wget http://bbmagic.net/download/src/bbmagic_magneto_sketch.tar.gz Extract: tar -zxvf bbmagic_magneto_sketch.tar.gz Jump into project dir: cd bbmagic_magneto_sketch Run: sudo ./bbmagic_magneto_sketch You can learn more here: Writing C app for Raspberry Pi and BBMagic MAGNETO |
bbmagic_motion_sketch.tar.gz This is simple example project that receives data from BBMagic MOTION sensor and displays it all on the screen. It is ready for compilation and contains libraries: bbmagic_lib_1.2 and libbluetooth. Contains compiled binary file too. Download it with command: wget http://bbmagic.net/download/src/bbmagic_motion_sketch.tar.gz Extract: tar -zxvf bbmagic_motion_sketch.tar.gz Jump into project dir: cd bbmagic_motion_sketch Run: sudo ./bbmagic_motion_sketch You can learn more here: Movement detection with Raspberry Pi and BBMagic MOTION: building C application |
bbmagic_button_sketch.tar.gz This is Bilingual demo app that receives data from BBMagic BUTTON and displays proper function messages. It is ready for compilation and contains libraries: bbmagic_lib_1.2 and libbluetooth. Contains compiled (pl and eng) binary files too. Download it with command: wget http://bbmagic.net/download/src/bbmagic_button_sketch.tar.gz Extract: tar -zxvf bbmagic_button_sketch.tar.gz Jump into project dir: cd bbmagic_button_sketch Run: sudo ./bbmagic_button_sketch_eng You can learn more here: Bilingual application for BBMagic BUTTON and Raspberry Pi |
bbmagic_button_screenshot.tar.gz Source code of app for Raspberry Pi. After pressing wireless BBMagic BUTTON Raspberry Pi takes the screenshot. Contains compiled binary file too. Download it for Raspberry Pi with command: wget http://bbmagic.net/download/src/bbmagic_button_screenshot.tar.gz Extract: tar -zxvf bbmagic_button_screenshot.tar.gz Jump into project dir: cd bbmagic_button_screenshot Launch: sudo ./bbmagic_button_screenshot You can learn more here: Screenshot without touching the keyboard? |