Name | Modified | Size | Downloads / Week |
---|---|---|---|
README.txt | 2018-12-10 | 1.6 kB | |
RaspberryBMS.img | 2018-12-08 | 3.2 GB | |
Totals: 2 Items | 3.2 GB | 0 |
Latest relese of RaspberryBMS --------------------------------------------------------------------------- On startup, crontab will initiated a connection between the serial interface USBtin creates to a SocketCAN stream which Node-Red can pull data from. After the boot sequence, the Pi will start a Chromium browser in full-screen and display the localy hosted Dashboard of Node-Red. By default the Pi will try to use WiFi, to change that use Putty, on Windows, or a terminal in Linux and SSH to the Raspberry Pi as user pi. sudo cat /etc/wpa_supplicant/wpa_supplicant.conf Change the ssid="YOUR-SSID" and psk="YOUR-WIFI-PASSWORD", also change country="" to your countrycode, mine is SE for Sweden, save with "Ctrl+X" followed by "Y", reboot after that. If no need for Wifi then use a RJ45-cable and connect the Pi to your LAN with a router dealing out DHCP-addresses. --------------------------------------------------------------------------- To burn the ISO to a SD-card use Rufus on Windows or DD on Linux. ----------------------------------------------------------------------------- Default user: Pi Default pass: RaspberryBMS Node-Red design web: http://ip-address:1880 Node-Red Gui web: http://ip-address:1880/ui ----------------------------------------------------------------------------- The userinterface can be changed to not show the mousepointer by changing the bash_profile of user Pi. nano .bash_profile Comment the first row and uncomment the second row to hide the mousepointer. #[[ -z $DISPLAY && $XDG_VTNR -eq 1 ]] && startx -- -nocursor [[ -z $DISPLAY && $XDG_VTNR -eq 1 ]] && startx --