List serial ports GPIO serial port is /dev/ttyAMA0 USB when added usually has a USB in its name, e.g. /dev/ttyUSB0 List just USB serial ports List all ports Assigning a fixed name to a USB serial port https://www.freva.com/assign-fixed-usb-port-names-to-your-raspberry-pi/
All posts by
Bash examples – build applications
Copy netbeans built file to desktop or some other folder where you want to run it
Importing an existing project
E.g. you’re taking over an existing project and want to use NetBeans for it going forwards Follow the instructions on this page, but jumping here once you get to the New NetBeans Project steps. Creating A New NetBeans Project Menu > File > New Project > Select ‘C/C++ Project with Existing Sources’ Selet the folder that […]
RealVNC Connect
Free to locally connect, paid for service for remote access, but not painfully priced, that will let you connect to remote RPi’s via the desktop without needing to configure the local router to allow incoming connections. https://www.realvnc.com/en/raspberrypi/ Setup on the RPi RealVNC Server is included with Raspberry Pi OS. Start > Preferences > Raspberry Pi […]
Teamviewer
TeamViewer for Raspberry Pi is a paid for service that will let you connect to remote RPi’s via the desktop without needing to configure the local router to allow incoming connections. https://www.teamviewer.com/en/download/raspberry-pi/
RPi5 Model B CAD & Mounting Info
Official CAD https://datasheets.raspberrypi.com/rpi5/raspberry-pi-5-mechanical-drawing.pdf STEP file
RPi5 IO Pins
Pinout specifications https://www.raspberrypi.com/documentation/computers/raspberry-pi.html#gpio-and-the-40-pin-header
RPi5 documentation
Official Raspberry Pi 5 docs https://www.raspberrypi.com/documentation/computers/raspberry-pi-5.html
OUR PYTHON WEBSITE
We have a whole site dedicated to Python. CLICK HERE TO GO TO OUR PYTHON DEVELOPMENT WEB SITE
Qt open-source usage
Open source licencing The Qt library can be used under open source licencing using the LGPL licence. Some parts ar GPL, but most is LGPL, so your application source code can remain proprietary as long as you don’t use the GPL bits. See these Qt pages: https://www.qt.io/download-open-source https://www.qt.io/licensing/open-source-lgpl-obligations Downloading the open source library https://www.qt.io/download-open-source#source
