Jump to content

MySensors

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Henrikekblad (talk | contribs) at 19:10, 2 January 2017. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
MySensors
Initial release2013; 12 years ago (2013)
Stable release
2.1 / December 30, 2016 (2016-12-30)[1]
Written inC
TypeActive
LicenseGNU General Public License 2.0 or Commercial
Websitewww.mysensors.org

MySensors is a free and open source DIY (do-it yourself) software framework for wireless IoT (Internet of Things) devices allowing devices to communicate using radio transmitters. The library was originally developed for the Arduino platform.[2][3][4][5]

The MySensors devices creates a virtual radio network of nodes that automatically forms a self healing mesh like structure. Each node can relay messages for other nodes to cover greater distances using simple short range transceivers. Each node can have several sensors or actuators attached and can interact with other nodes in the network.

The radio network can consist of up to 254 nodes where one node can act as a gateway to the internet or a home automation controller. The controller adds functionality to the radio network such as id assignment and time awareness.

The MySensors project has spun off many open source hardware projects created by the community members available at OpenHardware.io.

Supported hardware platforms

The framework can naivety be run on the following platforms and micro controllers.

Communication options

MySensors supports over-the-air communication using the following transceivers:

  • NRF24L01
  • RFM69
  • RMF95 (LoRa)
  • WiFi (ESP8266)

Wired communication over:

Security

The wireless communication can be signed using SHA256 either through hardware with Atmel ATSHA204A or software emulation, using PSK (pre shared key) and optionally encrypted.

Over the air firmware updates

The firmware of a MySensor node can be updated over the air using a few different bootloader options:

  • In place overwriting of flash memory using MySensorsBootloaderRF24[8].
  • Using external flash with the DualOptiBoot[9].
  • For ESP8266 nodes using the build in OTA feature[10].

Supported home automation controllers

The MySensors serial protocol has been adopted by many Home Automation software projects:

2

See Also

References

  1. ^ https://forum.mysensors.org/topic/5651/mysensors-2-1-0-released
  2. ^ Gupta, Vivek S. (2015). "Low Cost Standard Internet of Things" (PDF). International Journal of Engineering Science & Advanced Technology. 05: 17.
  3. ^ Emre, Ünsal (2016). "LOW COST WIRELESS SENSOR NETWORKS FOR ENVIRONMENT MONITORING" (PDF). The Online Journal of Science and Technology. 6: 64.
  4. ^ Ramljak, Dario (2015). Sustav nadzora kvalitete zraka u zatvorenim prostorima koristeći bežične senzorske mreže (M.Sc. thesis). University of Zagreb.
  5. ^ Guarnieri Calò Carducci, Carlo (2015). Design of a Low Cost Multipurpose Wireless Sensor Network. IEEE International Workshop on Measurement and Networking. Coimbra, Portugal.
  6. ^ "mysensors/ArduinoHwSAMD". GitHub. Retrieved 2016-12-30.
  7. ^ hek. "Building a wired RS485 sensor network | MySensors - Create your own Connected Home Experience". MySensors. Retrieved 2016-12-30.
  8. ^ "mysensors/MySensorsBootloaderRF24". GitHub. Retrieved 2016-12-30.
  9. ^ "mysensors/DualOptiboot". GitHub. Retrieved 2016-12-30.
  10. ^ "OTA Update · ESP8266 Arduino Core". esp8266.github.io. Retrieved 2016-12-30.
  11. ^ "MySensors - ago control wiki". wiki.agocontrol.com. Retrieved 2016-12-29.
  12. ^ "Calaos Blog – Calaos developer news". calaos.fr. Retrieved 2016-12-29.
  13. ^ "MySensors - Domoticz". www.domoticz.com. Retrieved 2016-12-29.
  14. ^ "MySensors - DomotiGa". domotiga.nl. Retrieved 2016-12-29.
  15. ^ "MySensors – FHEMWiki". wiki.fhem.de. Retrieved 2016-12-29.
  16. ^ "MySensors | Open IoT Framework". www.freedomotic.com. Retrieved 2016-12-29.
  17. ^ Assistant, Home. "MySensors Sensor". Home Assistant. Retrieved 2016-12-29.
  18. ^ "MySensors v2.0 Serial/Ethernet Gateway - HomeGenie Forum". www.homegenie.it. Retrieved 2016-12-29.
  19. ^ "HS3 MySensors.org plugin - HomeSeer Message Board". board.homeseer.com. Retrieved 2016-12-29.
  20. ^ "https://apps.athom.com/app/org.mysensors.homey". apps.athom.com. Retrieved 2016-12-29. {{cite web}}: External link in |title= (help)
  21. ^ "Le driver MySensors - HoMIDoM". www.homidom.com. Retrieved 2016-12-29.
  22. ^ "IT2BE/indigo-mysensors". GitHub. Retrieved 2016-12-29.
  23. ^ "iobroker.mysensors-2". npm. Retrieved 2016-12-29.
  24. ^ "Description". jeedom.com. Retrieved 2016-12-29.
  25. ^ "SmartLiving.ru • Просмотр темы - Модуль MySensor". majordomo.smartliving.ru. Retrieved 2016-12-29.
  26. ^ "hollie/misterhouse". GitHub. Retrieved 2016-12-29.
  27. ^ jkandasa. "MyController.org - The Open Source Controller". www.mycontroller.org. Retrieved 2016-12-29.
  28. ^ "MyNodes - Build gateway". www.mynodes.net. Retrieved 2016-12-29.
  29. ^ "DIY Smart Home Sensors with Arduino, MySensors and OpenHAB". MakeUseOf. Retrieved 2016-12-29.
  30. ^ "akbooer/openLuup". GitHub. Retrieved 2016-12-29.
  31. ^ /pidome-team.html (2015-10-29). "MySensors devices | manual | PiDome". PiDome Home Automation. Retrieved 2016-12-29.
  32. ^ "DheerajKhajuria/pimatic-mysensors". GitHub. Retrieved 2016-12-29.
  33. ^ "mysensors/Vera". GitHub. Retrieved 2016-12-29.
  34. ^ "tbowmo/node-red-contrib-mysensors". GitHub. Retrieved 2016-12-29.