Raspberry Pi3 Model B+
model: Raspberry Pi 3 Model B+
- chip: Broadcom BCM2837B0, Cortex-A53 (ARMv8) 64-bit SoC @ 1.4GHz
- memory: 1GB LPDDR2 SDRAM
- video out: HDMI
- network - wired: Gigabit Ethernet over USB 2.0 (maximum throughput 300 Mbps)
- network - wireless: 2.4GHz and 5GHz IEEE 802.11.b/g/n/ac wireless LAN
- storage: microSD card
- usb: 4 x USB 2.0 ports
- power: 5V 2.5A
back to machines, rtl_433 page.
links
Pi projects
Rastari, Tek4010 emulator for Pi and Linux,
local links
OS tested: FreeBSD, Raspbian,
History
2020-04-10: move - I physically moved the machine to Stue.
2018-04-07: users - check which groups the 'pi' user is a member of
pi@raspberrypi:~ $ groups pi adm dialout cdrom sudo audio video plugdev games users input netdev gpio i2c spi
and my user
pi@raspberrypi:~ $ groups tingo tingo : tingo
ok, need to add a few groups.
pi@raspberrypi:~ $ sudo usermod -a -G adm,dialout,cdrom,sudo,audio,video,plugdev,games,users,input,netdev,spi,i2c,gpio tingo
verify
pi@raspberrypi:~ $ groups tingo tingo : tingo adm dialout cdrom sudo audio video plugdev games users input netdev spi i2c gpio
good.
2018-04-07: first login - via ssh
tingo@kg-core1$ ssh pi@10.1.161.23 The authenticity of host '10.1.161.23 (10.1.161.23)' can't be established. ECDSA key fingerprint is SHA256:RGyVJtFjBl1UMlfkyxn3t6VBEqrMutXe9fu3LU6VS0M. No matching host key fingerprint found in DNS. Are you sure you want to continue connecting (yes/no)? yes Warning: Permanently added '10.1.161.23' (ECDSA) to the list of known hosts. pi@10.1.161.23's password: Permission denied, please try again. pi@10.1.161.23's password: Linux raspberrypi 4.9.80-v7+ #1098 SMP Fri Mar 9 19:11:42 GMT 2018 armv7l The programs included with the Debian GNU/Linux system are free software; the exact distribution terms for each program are described in the individual files in /usr/share/doc/*/copyright. Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent permitted by applicable law. SSH is enabled and the default password for the 'pi' user has not been changed. This is a security risk - please login as the 'pi' user and type 'passwd' to set a new password. Wi-Fi is disabled because the country is not set. Use raspi-config to set the country before use. pi@raspberrypi:~ $
ok, it works.
2018-04-07: first poweron. Insert card, connect (wired) network, connect power.
2018-04-07: before start, I need to enable ssh on raspbian. From my c1 workstation, mount the boot partition
tingo@kg-core1$ sudo mount -t msdosfs /dev/da0s1 /media
create a file named "ssh" on the boot partition
tingo@kg-core1$ sudo touch /media/ssh
verify
tingo@kg-core1$ ll /media/ss* -rwxr-xr-x 1 root wheel uarch 0 Apr 7 21:48 /media/ssh*
unmount
tingo@kg-core1$ sudo umount /media
ok
2018-04-07: I used my FreeBSD workstation (c1) to write the newest Raspbian image (2018-03-13-raspbian-stretch-lite.img) to a 16 GB microSD card.
2018-03-14: on Pi Day, I bought a Pi3 model B+ (142943) from Digital Impuls for NOK 449.-