Python • Re: Python program service
Try:Code: sudo pip3 install bme280Statistics: Posted by rpiMike — Wed Nov 27, 2024 9:47 am
View ArticleTroubleshooting • Re: Pi Zero unable to connect to a Pi 5 access point
Curiouser and curiouser.I changed my mind and found more practical to use an old Dell laptop for the remote keyboard, and to send characters via UDP to the application where they are processed as SDL2...
View ArticleHATs and other add-ons • Re: Error: no module named pa1010d (The Pi Hut GPS...
I had selected the virtual environment at the bottom right corner of the Thonny editor.Have you tried running it just from the command line as in my examples?No sorry, it was that example and the one...
View ArticleCompute Module • Re: CM5 RAM Options – Is 16GB Coming?
Looks like the availability of a 16Gbye RAM chip is enabling that for the CM5 and the Pi5. See viewtopic.php?p=2272126#p2272126 about the latter.-If the classic Raspberry Pi 5 got an upgrade to 16GB...
View ArticleGeneral programming discussion • RRDtool average
Hi.I`am wondering how can I graph average (line or area) like this green one from the rrdtool site...It must be configured in DS:, RRA: or just calculations in DEF:, VDEF:?Statistics: Posted by...
View ArticleCompute Module • Re: CM5 Dev Kit
That tends to be what happens when you post about unreleased hardware.CM5 documentation: https://www.raspberrypi.com/documentati ... odule.htmlRaspberry Pi OS has had support for CM5 for a while now....
View ArticleDevice Tree • Re: dts file for rpi5 model
To add to James's answer, our kernel tree can be found at https://github.com/raspberrypi/linux. The source code and README for the available overlays is here: https://github.com/raspberrypi/linux/tr...
View ArticleMicroPython • Modify date on an LCD clock with RTC module 1307
Hello.I hope someone here can help me. I am trying to build a "Best before date- calculator" for my work using a Pi pico, an RTC-module(DS1307) and an 2x16 lcd display.(we are making sandwishes and...
View ArticleTroubleshooting • Re: BCM2711 change UART clock
I tried to assign different (already existing) clock nodes but no luck so far.When I try to use init_uart_clock = 128000000, I can see it being reflected in the clk_summary (cat...
View ArticleTroubleshooting • Re: 5-Inch Touch Screen Display
I had some time tonight and have the following advice.Start off using a keyboard and mouse ...As suggested by aBUGSworstnightmare:Edit /boot/firmware/cmdline.txt and the following to the line. Make...
View ArticleAdvanced users • Re: Has anyone ever deployed a reliable BLE Peripheral on a...
I got a lot of help from others to integrate a temperature device e.g Xiaomi & Qingping modified per Christophel and Victor https://github.com/pvvx/ATC_MiThermometer/ so here's the payback.The...
View ArticleAdvanced users • Re: Moving Linux Kernel to 6.12
Did pastebinit work before the update to 6.12? And after reverting to 6.6?yes, worked well on that system with 6.6.62Statistics: Posted by aBUGSworstnightmare — Thu Nov 28, 2024 10:16 am
View ArticleRaspberry Pi OS • Re: on-screen keyboard on system with multiple touchscreens...
As above - I don't know. That is the purpose of my (unanswered) query on the squeekboard repo.Statistics: Posted by spl23 — Thu Nov 28, 2024 10:20 am
View ArticleUbuntu • Ubuntu 25.04
FastfetchCode: .... .',:clooo: .:looooo:. .;looooooooc .oooooooooo' .;looooool:,''. :ooooooooooc ;looool;. 'oooooooooo, ;clool' .cooooooc. ,, ... ...... .:oo, .;clol:,. .loooo' :ooooooooo,...
View ArticleTroubleshooting • Help me please firmware not found on a preloaded ax and more
I have been working on the project for my cis class and I am have no luck. I have bought two raspberry pi 4B thinking one one broken or bad but it just me. I have even bought a preload as card with...
View ArticleAutomation, sensing and robotics • Re: GPSD and Python. Information I can get...
It's been a few years since I wrote a Python program for my marine Garmin GPS, but it should all be still valid. Maybe it even alreay works with your Garmin model? You'll find plenty of details in the...
View ArticleSDK • Re: Flash safe API calls
IRQs _can_ be used during flash programming, provided that you ensure the IRQ handler and everything it touches is in RAM.Of course the very easiest option (if you have enough RAM) is to select a...
View ArticleBeginners • Re: Web browser on RPi Zero2W(?)
UPDATEI added a larger swap file (3GB) & was able to run Firefox experimentally, slowly, but just about usable.... (I may just install a CLI & see how w3m performs, I can use most CLI programs...
View ArticleGeneral discussion • Re: New Raspberry Pi Products
As to be expected, the CM5 just like the pi5 had the SMI functionality removed. It was a very useful peripheral for advanced use cases. Oh well, I can still use an rp2040/rp2350 in between as a...
View ArticleCompute Module • Re: CM5 - debug UART
On a system used for dev work you would just use the GPIOs on the baseboard for the debug pins.but is the bcm2712 SWD exposed on the hirose connectors?Statistics: Posted by cleverca22 — Thu Nov 28,...
View Article