Skip to content

Releases: robmelfi/rc-raspi.github.io

rcraspi 1.3.1

09 Jan 16:02
Compare
Choose a tag to compare

rcraspi 1.3.1

  • Add preset configuration for Flame Sensor

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

01 Jan 11:35
Compare
Choose a tag to compare

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

14 Dec 15:39
Compare
Choose a tag to compare

rcraspi 1.1

  • Add preset configuration for DHT11 sensor (Humidity Temperature sensor)

DHT11 Sensor

- Auto select INPUT mode when sensor DHT11 is added

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

30 Nov 14:50
Compare
Choose a tag to compare

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