# SimpleBee4Arduino **Repository Path**: mirrors_Orange-OpenSource/SimpleBee4Arduino ## Basic Information - **Project Name**: SimpleBee4Arduino - **Description**: Bibliothèque C/C++ Arduino pour gestion de capteurs/actionneur pour OpenTheBox. - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-18 - **Last Updated**: 2026-01-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README =================================== Simple Bee Arduino for Open The Box =================================== Library for |Arduinologo| device implementing SimpleBee protocol for |OTBlogo| platform. .. |OTBlogo| image:: http://openthebox.org/wp-content/uploads/2014/06/OB-Logo.png .. |Arduinologo| image:: http://upload.wikimedia.org/wikipedia/commons/4/42/Arduino_Uno_logo.png .. _Arduino: http://www.arduino.cc/ References ---------- * Arduino http://www.arduino.cc * `Arduino guide pour Xbee Shield`_ * The Simple Bee for OpenTheBox library : `SimpleBee4Arduino Release`_ * The Simple Bee genereric message manager library : `SimpleBeeMessenger Release`_ * `Xbee et Arduino , un tutorial `_ .. _`SimpleBee4Arduino Release`: https://github.com/Orange-OpenSource/SimpleBee4Arduino/releases/latest .. _`SimpleBeeMessenger Release`: https://github.com/Orange-OpenSource/SimpleBeeMessenger/releases/latest .. _`SimpleBee4Arduino`: https://github.com/Orange-OpenSource/SimpleBee4Arduino .. _`SimpleBeeMessenger`: https://github.com/Orange-OpenSource/SimpleBeeMessenger .. _`Arduino guide pour Xbee Shield`: http://arduino.cc/en/Guide/ArduinoWirelessShield .. _`bibliothèque XBee pour Arduino`: https://code.google.com/p/xbee-arduino/ .. _`Open The Box`: http://www.openthebox.org Requirements ------------ * IDE Arduino 1.6 * Arduino_ Uno * Arduino Wireless Proto Shield * XBee S1 digi module * `Open The Box`_ Installation ------------ .. _`Detailed installation (html)`: http://cdn.rawgit.com/Orange-OpenSource/SimpleBee4Arduino/master/doc/generated/InstallationArduinoEtLibSimpleBee.html .. _`Detailed installation (rst)`: /doc/InstallationArduinoEtLibSimpleBee.rst .. _`XBee configuration (html)`: http://cdn.rawgit.com/Orange-OpenSource/SimpleBee4Arduino/master/doc/generated/XBeeConfiguration.html .. _`XBee configuration (rst)`: /doc/XBeeConfiguration.rst .. _`Tutorials (html)`: http://cdn.rawgit.com/Orange-OpenSource/SimpleBee4Arduino/master/doc/generated/Tutorials.html .. _`Tutorials (rst)`: /doc/Tutorials.rst .. _`SimpleBee message (html)`: http://cdn.rawgit.com/Orange-OpenSource/SimpleBee4Arduino/master/doc/generated/SimpleBeeMessage.html .. _`SimpleBee message (rst)`: /doc/SimpleBeeMessage.rst .. _`XBee detailed configuration (html)`: http://cdn.rawgit.com/Orange-OpenSource/SimpleBee4Arduino/master/doc/generated/XBeeDetailedConfiguration.html .. _`XBee detailed configuration (rst)`: /doc/XBeeDetailedConfiguration.rst See also: `Detailed installation (html)`_/`Detailed installation (rst)`_. Download the latest version of the library (zip file) https://github.com/Orange-OpenSource/SimpleBeeMessenger/releases. In Arduino IDE, go to sketch **>** Import library **>** add library and select the downloaded zip file. In sketch **>** Import library, you got now **SBMessenger** library. Download the latest version of the library (zip file) https://github.com/Orange-OpenSource/SimpleBee4Arduino/releases. In Arduino IDE, go to sketch **>** Import library **>** add library and select the downloaded zip file. In sketch **>** Import library, you got now **SimpleBee4Arduino** library. How to use ? ------------ * Installation `Detailed installation (html)`_/`Detailed installation (rst)`_ * Configuration `XBee configuration (html)`_/`XBee configuration (rst)`_ * Tutorials `Tutorials (html)`_/`Tutorials (rst)`_ More details: * SimpleBee Message specification `SimpleBee message (html)`_/`SimpleBee message (rst)`_ * XBee Module AT Command configuration `XBee detailed configuration (html)`_/`XBee detailed configuration (rst)`_ License ------- Copyright (c) 2015 [Franck Roudet, Orange Labs]