mirror of
https://github.com/seahu/rflink.git
synced 2025-12-10 07:57:23 +01:00
update readme
This commit is contained in:
@@ -17,6 +17,7 @@ Addions plugins may by add into standart diractory *../Plugins* and enableb in *
|
||||
|
||||
## Run from comandline
|
||||
Use:
|
||||
```
|
||||
*sudo /opt/rflink/RFlink*
|
||||
*sudo /opt/rflink/RFlink TCP_port_number*
|
||||
*sudo /opt/rflink/RFlink TCP_port_number log_level_number*
|
||||
@@ -28,8 +29,10 @@ Use:
|
||||
log_level number: 0-nothing, 1-error log, 2-warning, 3-running status, 4-debug
|
||||
TX_PIN - transmitter pin (by wiringpi numbering)
|
||||
TR_PIN - receiver pin (by wiringpi numbering)
|
||||
```
|
||||
|
||||
For view wiringpi numbering pins run command *gpio readall* or see bellow for numbering raspberryPI v3:
|
||||
```
|
||||
+-----+-----+---------+------+---+---Pi 3---+---+------+---------+-----+-----+
|
||||
| BCM | wPi | Name | Mode | V | Physical | V | Mode | Name | wPi | BCM |
|
||||
+-----+-----+---------+------+---+----++----+---+------+---------+-----+-----+
|
||||
@@ -58,8 +61,10 @@ For view wiringpi numbering pins run command *gpio readall* or see bellow for nu
|
||||
+-----+-----+---------+------+---+---Pi 3---+---+------+---------+-----+-----+
|
||||
|
||||
PS: rigt columb is wPi
|
||||
```
|
||||
|
||||
## run as daemon (service)
|
||||
|
||||
#### Start
|
||||
*/etc/init.d/rflink start*
|
||||
|
||||
@@ -70,9 +75,13 @@ PS: rigt columb is wPi
|
||||
*edit file /etc/rflink.conf*
|
||||
|
||||
#### defult values:
|
||||
|
||||
port: 5050
|
||||
|
||||
log level: 4
|
||||
|
||||
PIN_TX: 28
|
||||
|
||||
PIN_RX: 29
|
||||
|
||||
## Test
|
||||
@@ -101,8 +110,8 @@ for end connection type:
|
||||
|
||||
|
||||
## Note
|
||||
This tested only witch 433MHz receiver, not test transceiver. And tested only with free aviable modules, full version contain much more no tested plugins.
|
||||
Raspberry pi generate much more eletrict noise than arduino. This is not problem for load CPU, but some time noise random generate corect data for some plugins.
|
||||
|
||||
This tested only witch 433MHz receiver. And tested only with free aviable modules, full version contain much more no tested plugins.
|
||||
|
||||
|
||||
### Autor
|
||||
17
readme.md
Normal file
17
readme.md
Normal file
@@ -0,0 +1,17 @@
|
||||
## RFlink
|
||||
is most flexible RF Gatway for control and collect data from wireless sensors
|
||||
on 433MHz (686Mhz, 2.4Ghz depents on used transmitter and receiver)
|
||||
This solution discrem wide range of sesors, socket, remote controls, door bells,
|
||||
meteorological stations, etc. of many manufectures.
|
||||
Is suitable for create Home automation.
|
||||
RFLink have support for many home automation system etc.:
|
||||
Domoticz (tested), Jeedom, Pimatic, Domotiga, OpenHAB, HoMIDoM
|
||||
|
||||
## RFLink for raspberryPI
|
||||
Oreginal version of RFlink run on arduino. **RPi_rflink** directory contain modification free version RFlink for run
|
||||
on miniPC raspberryPI. More about this modification version in directory **RPi_rflink**.
|
||||
|
||||
## more info
|
||||
http://www.nemcon.nl/blog2
|
||||
or
|
||||
http://www.seahu.cz
|
||||
Reference in New Issue
Block a user