sudo dmidecode -s system-serial-number
Get the HP serial in Linux
2
sudo dmidecode -s system-serial-number
preferences.txt
. (Found in the folder ~/.arduino15
on Linux Mint)build.path
that points to your preferred folder: build.path=/dev/shm/Arduino
preferences.txt
.dev/shm
is gone after a reboot!Install Android Debug Bridge and in a terminal start adb with sudo adb devices
.
If your device is listed you can browse to brave://inspect/#devices
and your device should be visible.
The rPi acts as file server for the ESP32 and as interface for the eStreamPlayer32 through the chromium web browser that comes preinstalled with Raspbian.
The output from the browser goes to the 3.5″ TFT touchscreen that is attached.
This post is about the web-interface on the rPi.
Working from memory here. Probably forgot some step.
raspi-config
and:Boot options
and set Wait for Network at Boot
to <Yes>
. Interfacing Options
and enable both SSH
and SPI
.raspi-config
./etc/fstab
to mount 192.168.0.100:/tmp/mnt/sda1/music
on /mnt/muziek
./var/www/html
named muziek
that points to /mnt/muziek
./etc/lighttpd/lighttpd.conf
and add the handler ".mp3" => "audio/mpeg",
to mimetype.assign
. LCD35-show
script.sudo raspi-config
.Boot Options
and set Wait for Network at Boot
to yes
.raspi-config
and set Boot Options -> DeskTop / CLI
to Console Autologin
.cd ~
wget -N https://raw.githubusercontent.com/jpmck/PADD/master/padd.sh
sudo chmod +x padd.sh
./padd.sh
CTRL-C