MicroPython • Re: PicoW MicroPython project: I added a bunch of debug lines...
All seemed to work ok.I am sorry, but the way you are doing the counting (by forcing the end result) works the same without any locks (code below), eventually faster:locked?: Falsecounter: 1000001took...
View ArticleGeneral discussion • How can I install Raspberry PI specific VLC?
Hi,I installed raspi os lite and they installed KDE desktop on top of it. Now I need VLC Player which raspberry team specifically tuned for raspiOS. Can anyone tell me how can I install...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Waveshare 4inch SPI Display on RPi5
Thank you abugsworstnightmare,I will check whether mesa works with mipi-dbi, since I already have ili9341 working with it, with tinydrm and 3D acceleration.It is great to know that they are different,...
View ArticleBeginners • Re: Use Raspberry with SSD only (Pi4B or Pi5?)
Thanks a lot for all the responses.Some more infos about my project:I want to use the device in my smarthome so it hast to run 24/7 . It will run a mqtt broker, influxdb and grafana. In the DB I want...
View ArticleBeginners • Re: Help needed to use a USB thumb drive for a Pi Zero 2 W
Thank you.Statistics: Posted by shripathikamath — Sat Dec 07, 2024 8:06 am
View ArticleRaspberry Pi OS • Bug in libsoup that exhausts ports
For a project I created a little server using libsoup-3, and after using it for several days, I found that the browser began to get laggy and even crash. After doing a lot of research I found that the...
View ArticleTroubleshooting • Re: Network is unreachable
I was using my raspberry pi 4 via ssh on eth0, when randomly it stopped connecting to the outside internet. I will now list some bugs and give other info. sudo apt updateIgn:1...
View ArticleRaspberry Pi Connect • Raspberry Pi Connect for Organisations, plus...
Raspberry Pi Connect for Organisations, plus full-screen supporthttps://www.raspberrypi.com/news/raspbe ... n-support/Earlier this year we told you all about our awesome new remote access service,...
View ArticleGeneral discussion • Re: What Will Happen to Raspberry Pi Zero 2W If You...
What if you start using your brain, asking yourself what that setup would be good for?The PSU with the higher voltage level wins and will backpower the other one which that - most likely - will not...
View ArticleGeneral • Re: How to set up Geany for pico/pico_w
Building and compiling from within Geany seems to be useful - avoids typing or having several terminals open for different scripts.However, uploading from Geany ... aaam ... not a good idea.It opens a...
View ArticleHATs and other add-ons • Re: Set raspberry pi 5 fan in 0-100 range
Well, seems your too lazy, so fine for meStatistics: Posted by aBUGSworstnightmare — Sun Dec 08, 2024 7:56 am
View ArticleOfficial Display • Re: labwc - VNC Resolution of 800 x 400
labwc is totally ignoring wayfire.ini --> that's why this no longer works.Try adding a custom modeline to ~/.config/labwc/autostartCode: wlr-randr --output NOOP-1 --custom-mode 800x400@60Hz...
View ArticleGeneral • Re: rp2350 boot-rom without involving spi ss
anyone?Statistics: Posted by dav01 — Sun Dec 08, 2024 8:05 am
View ArticleGeneral discussion • Re: RAM - How can I supplement the on-board memory?
Flash memory is not RAM because that could wear out your flash quite fast.Please explain why 8GB of RAM is not enough for your use case. There will be a 16GB CM5 to come (and maybe a 16GB Pi5 to...
View ArticleCompute Module • Re: CM5 io-board projects
I need to read-up a bit how hard it is to get pcie usb-phy's and eth-phy's to roll on the cm5 / amount of kernel work...big issue is that the Vialabs and parts like RTL8111E is impossible to buy. not...
View ArticleBeginners • Re: Pico w 2 - with 2.4 inch lcd
oh ok, thanks for the advice.Hopefully this helps.http://www.lcdwiki.com/2.4inch_RPi_DisplayStatistics: Posted by aatech — Sun Dec 08, 2024 8:18 am
View ArticleAdvanced users • Re: Cross-Compiling Linux Kernel for rpi 4
Have a look here viewtopic.php?t=343387&hilit=kernel+com ... y#p2057115Thank you @redvli , unfortunately it will not do for me, has this tool just build the Kernel with the default settingsCode:...
View ArticleMicroPython • Re: conflict between peripherals
Both boards, the 'inky' and the 'datalogger' use CS from the same GPIO pin. Can't be resolved in software. I would disassemble the sandwich construction and place the boards side by side on a...
View ArticleBeginners • How work `rpi-eeprom-config` program
Hi,I was wondering from where rpi-eeprom-config read the configuration when doing a:Code: $ rpi-eeprom-config[all]BOOT_UART=0WAKE_ON_GPIO=1POWER_OFF_ON_HALT=0Is it directly from the eeprom...
View ArticleNetworking and servers • Re: Using IPv6 addresses
Two questions regarding IPv6, or three as second one is in two partsThe address used in the Router Firewall, do I use the Pi's Link address or the global address to make it visible on the...
View Article