Skip to content
Snippets Groups Projects
Commit 5bcfd7b7 authored by user2684's avatar user2684
Browse files
parent c7b59630
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@ NodeManager includes the following main components:
- Remote configuration: allows configuring remotely the node without the need to have physical access to it
- Built-in personalities: for the most common sensors, provide embedded code so to allow their configuration with a single line
Documentation available on: https://mynodemanager.sourceforge.io
Documentation available on: https://github.com/mysensors/NodeManager
*/
......
# Introduction
MySensors (<https://www.mysensors.org>) is an open source hardware and software community focusing on do-it-yourself home automation and Internet of Things which allows creating original and affordable sensors.
NodeManager is intended to take care on your behalf of all those common tasks a MySensors node has to accomplish, speeding up the development cycle of your projects.
NodeManager includes the following main components:
......@@ -26,7 +24,7 @@ NodeManager includes the following main components:
* Provide out-of-the-box sensors personalities and automatically execute their main task at each cycle
# Installation
* Download the package from https://mynodemanager.sourceforge.io
* Download the package or clone the git repository at https://github.com/mysensors/NodeManager
* Open the provided sketch template and save it under a different name
* Open `config.h` and customize both MySensors configuration and NodeManager global settings
* Register your sensors in the sketch file
......@@ -511,7 +509,7 @@ NodeManager includes the following main components:
- Remote configuration: allows configuring remotely the node without the need to have physical access to it
- Built-in personalities: for the most common sensors, provide embedded code so to allow their configuration with a single line
Documentation available on: https://mynodemanager.sourceforge.io
Documentation available on: https://github.com/mysensors/NodeManager
*/
......@@ -585,7 +583,7 @@ NodeManager includes the following main components:
- Remote configuration: allows configuring remotely the node without the need to have physical access to it
- Built-in personalities: for the most common sensors, provide embedded code so to allow their configuration with a single line
Documentation available on: https://mynodemanager.sourceforge.io
Documentation available on: https://github.com/mysensors/NodeManager
*/
......@@ -661,7 +659,7 @@ NodeManager includes the following main components:
- Remote configuration: allows configuring remotely the node without the need to have physical access to it
- Built-in personalities: for the most common sensors, provide embedded code so to allow their configuration with a single line
Documentation available on: https://mynodemanager.sourceforge.io
Documentation available on: https://github.com/mysensors/NodeManager
*/
......@@ -744,7 +742,7 @@ NodeManager includes the following main components:
- Remote configuration: allows configuring remotely the node without the need to have physical access to it
- Built-in personalities: for the most common sensors, provide embedded code so to allow their configuration with a single line
Documentation available on: https://mynodemanager.sourceforge.io
Documentation available on: https://github.com/mysensors/NodeManager
*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment