The application allows you to remote control GPIO port PI devices. Communication takes place via UDP/TCP IP.
On the PI device it's necessary to run the server application. Instructions and docs available here: https://rgc-app.tk
## Main features
- Control the states of output pins
- Read the states of input pins
- Control software PWM output pins
- Link multiple pi devices
- Create sequential execution chains through all linked pi devices
- Define and run custom shell commands
- Read/store data from sensors
- build in support for:
- Temperature DS18B20
- Temperature and humidity DHT
- Luminosity Sensor TSL2561
- Rotary encoder KY040
- Range sensor HC-SR04
- custom sensor (create own script to return value)
- Transmit or recive radio frequency codes with generic [low-cost GPIO RF modules](RF.md)
- Create automated actions to change output/pwm, execude chain sequence, transmit RF or run custom command, such actions can have multiple triggers through all linked pi devices with custom conjunction
- Create android desktop widget for fast output change, read sensors value or execude chain sequence
- Setup android notification base on output/input status or sensor value
该应用程序允许您远程控制GPIO端口PI设备。通过UDP / TCP IP进行通信。
在PI设备上,必须运行服务器应用程序。这里提供的说明和文档:https://rgc-app.tk
## 主要特点
- 控制输出引脚的状态
- 读取输入引脚的状态
- 控制软件PWM输出引脚
- 链接多个pi设备
- 通过所有链接的pi设备创建顺序执行链
- 定义并运行自定义shell命令
- 从传感器读取/存储数据
- 建立支持:
- 温度DS18B20
- 温度和湿度DHT
- 亮度传感器TSL2561
- 旋转编码器KY040
- 范围传感器HC-SR04
- 自定义传感器(创建自己的脚本以返回值)
- 使用通用[低成本GPIO RF模块]传输或接收射频代码(RF.md)
- 创建自动操作以更改输出/ pwm,执行链序列,传输RF或运行自定义命令,此类操作可通过所有链接的pi设备具有多个触发器并具有自定义连接
- 创建安卓桌面小部件,以便快速更改输出,读取传感器值或执行链序列
- 根据输出/输入状态或传感器值设置android通知