Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dy-sh committed Mar 9, 2016
1 parent 40d2ac5 commit 5bf5de5
Showing 1 changed file with 38 additions and 24 deletions.
62 changes: 38 additions & 24 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,57 +1,71 @@
<img alt="" src="https://raw.githubusercontent.com/derwish-pro/MyNetSensors/master/WebController/wwwroot/images/logos/MyNetSensors_banner2.png" >
<img alt="" src="https://raw.githubusercontent.com/derwish-pro/MyNodes.NET/master/WebController/wwwroot/images/logos/MyNodes_Banner_Small.jpg" >

Official website with detailed documentation: <a href="http://www.mynodes.net"> www.mynodes.net </a><br />

Official website with detailed documentation: <a href="http://www.mynetsensors.com"> MyNetSensors.com </a><br />

## What is this app for?

With this program, you can easily create your smart devices, automate them, schedule them, monitor state changes of other devices and respond to them, as well as generate graph charts for visualising activity of various sensors.
With this program, you can easily create your smart devices, automate them and control over the Internet.

All devices are connected over the wireless network. No wires!

This program provides you a handy editor, which is accessible from browser.
In the editor you can add virtual devices that perform different functions and connect them to your real devices.

<img src="http://www.mynodes.net/Content/images/screens/editor_theme_full%20(1).png" >

You can create dashboard from various user interface elements to which you have access from any device that has web browser.

<img src="http://www.mynodes.net/Content/images/screens/dashboard2.jpg" >

<img alt="" src="https://raw.githubusercontent.com/derwish-pro/MyNetSensors/master/WebController/Screen1.png" >
All this can be part of your smart home, with lots of automated systems:
lighting, windows, doors, climate control, various sensors, etc...
or just the control panel of your device on Arduino.

All devices are connected over the wireless network. No wires!

The program automatically recognizes devices and allows to control them through a web interface.

This can be a part of your smart home, with many automated systems - lighting, windows, doors, climate control or just the control panel for the simplest device on the Arduino.

## What you need to know/be able to run this system?

All you need to know is how to connect Arduino with a sensor or device that you want to automate, and flash the firmware in Arduino.
## Multiplatform

<img src="http://www.mynodes.net/Content/images/multiplatform.png" >

This program can run on Windows or Linux. You can also use Raspberry Pi.


Assembling device takes as less as 5 minutes.

## What hardware is needed?

The minimum hardware required to make it work - two Arduino boards and two radio modules NRF24L01+.
To assemble device that can be connected to the system, you need the Arduino and radio module NRF24L01+.

<img alt="" src="https://raw.githubusercontent.com/derwish-pro/MyNetSensors/master/Devices/Devices.SerialGateway/Screen1.png" >
<img src="https://raw.githubusercontent.com/derwish-pro/MyNetSensors/master/Devices/Devices.SerialGateway/Screen1.png" >

One set is connected to the computer, and the second is the basis of your smart device.

By the way, minimum smart device (Arduino Pro Mini + NRF24L01+) should cost about $3.
You need to build two devices. One connects to the computer and maintains the network (called gateway), from the second you can make your device.

Assembly is very simple, see the instructions.
Accessories for this device (Arduino Pro Mini + NRF24L01+) should cost about $3.

Assembly is very simple, see the <a class="fadebefore" href="http://www.mynetsensors.com/Hardware/Gateway">instructions</a>.
Assembly is very simple, see the <a href="http://www.mynodes.net"> instructions </a>.


## How it works?

All devices communicate through the gateway.
<img src="https://raw.githubusercontent.com/derwish-pro/MyNetSensors/master/Devices/Devices.SerialGateway/Screen2.png" >


<img alt="" src="https://raw.githubusercontent.com/derwish-pro/MyNetSensors/master/Devices/Devices.SerialGateway/Screen2.png" >

The gateway handles network routing, records nodes state to the database, keeps statistics.
All devices communicate through the gateway.

Devices can relay messages for each other, providing wireless connectivity at a great distance from the gateway.
The gateway managed by the computer running the Web Controller.
You can use any computer with Windows or Linux
or, for example, Raspberry Pi as the easiest and cheapest option.

The gateway managed by the computer, where MyNetSensors running. Separately, run the web server, which allows you to control devices over the Internet.

## Is it free?

This program is open source (GNU General Public License), you can download and use it absolutely for free.
This program is open source, you can download and use it absolutely for free.

Read more on <a href="http://www.mynetsensors.com"> MyNetSensors.com </a>
Read more on <a href="http://www.mynodes.net"> www.mynodes.net </a>

Mail to info@mynetsensors.com
Mail to info@mynodes.net

0 comments on commit 5bf5de5

Please sign in to comment.