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 […]
All posts by
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
RPi5 Hardware General Specifications
Official Raspberry Pi Page https://www.raspberrypi.com/products/raspberry-pi-5/ Key Specifications CPU: 2.4-GHz, quad-core Arm Cortex-A76 (vs 1.8 GHz Cortex-A72) GPU: 800 MHz VideoCore VII (vs 500 MHz VideoCore VI) RAM: 4 / 8GB of LPDDR4X-4267 (vs LPDDR4-3200 SDRAM) USB: 2x USB 3.0, 2x USB 2.0 Camera: 2 x 4-lane MIPI camera / display connectors (vs 1x camera, 1x display) […]
Issues with building or running code?
CMake Error: The current CMakeCache.txt directory #### is different than the directory #### CMake has a cache which will have wrong paths after you move or rename a project. To clear it in Visual Studio Code: Settings icon > Command Pallet > Enter “CMake:Delete Cache and Reconfigure”
