-
Notifications
You must be signed in to change notification settings - Fork 0
Home
The basic UI design In the firs window or the dashboard we can se the chair and the sensor values presented by the color of the box where the sensor is on the chair. If the box lights up green that meant that you are sitting property but if the sensor lights up red that means that you are not sitting property.
- not sitting property
- not sitting property
- sitting property
If all sensors light up yellow that means that no one is sitting
On the dashboard there is group called status, there you can find information about the status of the chair like how much time you have left to sit again on the chair or how much you have been sitting. And you have an indicator that show if you can sit on the chair. If the indicator is green that means they you are good to go you can sit on the chair, but if the indicator is red that means that you can't sit.
In the status page you can see the overall stats of the chair
- how well have you being sitting and score for sitting better
in the visual settings you can find
-
view mode (switches the left and the right side of the sensor for inverted view)
-
light mode (chose between light or dark mode)
Manual time for sitting ( this changes how much you can sit on the chair in minutes ) you can chose from 0-90 minutes and the rest time is automatically configured for your own health the ratio for rest time is 3:1 that means if you chose to sit 30 min you have to test minimum of 10 min and so on and so on.
There is also a button for default time for sitting which is set 30 min for sitting and 10 min for rest, and the extended time for sitting which means that you can sit for 60 min or 1 hour and you have to rest for 20 min.
You have buttons for stopping or restarting the system and buttons for powering off or restarting the electronics.
Link to the GitHub repository of this project
- If you are using Ethernet it should work, if it doesn't contact us
- Go to command prompt and type
ssh "your username"@"you ip addres on the network"
and press enter and login with you password - Type
sudo raspi-config
- Go to System Options and then Warless LAN
- Type in your Wi-Fi credentials
- Insert the MicroSD into your computer and locate the boot drive
- In the boot drive make file named
wpa_supplicant.conf
- And open the file with notepad and paste this code while changing the SSID and Password for your Wi-Fi
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
update_config=1
country=<Insert 2 letter ISO 3166-1 country code here>
network={
ssid="Name of your wireless LAN"
psk="Password for your wireless LAN"
}
-
reboot the chair
-
if nothing changes
-
check for the network connection of the chair
-
if its not connected follow the steps for connection to the network