Releases: robmelfi/rc-raspi.github.io
Releases · robmelfi/rc-raspi.github.io
rcraspi 1.3.1
rcraspi 1.3.1
- Add preset configuration for Flame Sensor
Create database
mysql -u root -p
enter root password and execute the following instructions
create user and db if not exists
mysql> create user 'rcraspi'@'%' identified by 'rcraspi';
mysql> create database rcraspi;
mysql> GRANT ALL PRIVILEGES ON rcraspi.* TO 'rcraspi'@'%';
Running on Raspberry Pi
chmod +x rcraspi-1.0.war
sudo ./rcraspi-1.0.war
Connect to http://raspberryaddress:8081
rcraspi 1.3
rcraspi 1.3
- Add programmable timers feature for GPIO output actions
Create database
mysql -u root -p
enter root password and execute the following instructions
create user and db if not exists
mysql> create user 'rcraspi'@'%' identified by 'rcraspi';
mysql> create database rcraspi;
mysql> GRANT ALL PRIVILEGES ON rcraspi.* TO 'rcraspi'@'%';
Running on Raspberry Pi
chmod +x rcraspi-1.0.war
sudo ./rcraspi-1.0.war
Connect to http://raspberryaddress:8081
rcraspi 1.1
rcraspi 1.1
- Add preset configuration for DHT11 sensor (Humidity Temperature sensor)
Create database
mysql -u root -p
enter root password and execute the following instructions
create user and db if not exists
mysql> create user 'rcraspi'@'%' identified by 'rcraspi';
mysql> create database rcraspi;
mysql> GRANT ALL PRIVILEGES ON rcraspi.* TO 'rcraspi'@'%';
Running on Raspberry Pi
chmod +x rcraspi-1.0.war
sudo ./rcraspi-1.0.war
Connect to http://raspberryaddress:8081
rcraspi v1.0
rcaraspi 1.0
- Add a contoller for GPIO pin
- Select mode (for this version only OUTPUT)
- Select initial state (High or Low)
- Control GPIO pin remotely
Create database
mysql -u root -p
enter root password and execute the following instructions
create user and db if not exists
mysql> create user 'rcraspi'@'%' identified by 'rcraspi';
mysql> create database rcraspi;
mysql> GRANT ALL PRIVILEGES ON rcraspi.* TO 'rcraspi'@'%';
Running on Raspberry Pi
chmod +x rcraspi-1.0.war
sudo ./rcraspi-1.0.war
Connect to http://raspberryaddress:8081