Networking and servers • Seems like failing hostapd messages
Hello All,I use an RPI4 (buster) as a little wifi access point for a small ESP32 with LCD running a little clock. (Clock gets time from ntp).Today after I did a firmware update of my router (asus...
View ArticleBeginners • Re: Moving SD card (and PiOS install) from Pi4 to Pi5
A microSD card with Bookworm installed on a 4B will work just fine if you remove it and try and use it in a Pi 5. The issue is unless you just installed the OS your 4B is most likely running Buster or...
View ArticleTroubleshooting • Re: Composite out only outputting for a short while
Hello,i have the same problem. Did you or anyone found a solution?Statistics: Posted by MortonMoon — Mon Jan 29, 2024 8:02 am
View ArticleNetworking and servers • Setting up Wi-Fi on OS Lite Bookworm
Using Buster OS version I was able to configure Wi-Fi connection from Python code:- Select Wi-Fi network from the list returned by the command 'sudo iwlist wlan0 scan'- Update the file...
View ArticleGeneral discussion • Re: 1GB RPi Zero 2W?
Silicon cells are getting smaller but the new factories use such pure air and weird technologies, they cost 4 billion instead of just 1 billion. The flow down effect of new factories making older...
View ArticleC/C++ • Query about comparative code performance
Hello Forum,I was testing the performance of an algorithm regarding a sparse matrix factorization which I created in C++, and I was testing it on two different platforms in real-time.The compiler used...
View ArticleCamera board • Re: Adding support ioctl to the OV5647
Just for context, I'm one of the nominated maintainers of the ov5647 driver in mainline, and also the one who would generally review sensor driver changes for the Raspberry Pi kernel.You could try...
View ArticleTroubleshooting • Top panel missing
So today I had an update of the kernel and possibly some other packages. Since then when I launch wayfire-pi the top panel is missing more often than not when I start it. Anybody else have this...
View ArticleGeneral discussion • Re: STICKY: PINN - An enhanced version of NOOBS.
Hello,ich have this https://www.amazon.de/ORICO-Upgraded-Ex ... B0B296B7ZHWhen I connect this case to the pi5 (Raspbian), it works without any problems and can write/read data. But if I now want to...
View ArticleGeneral programming discussion • Re: Books about 64-bit assembly using...
Gnu tools for ARM use something close to ARM syntax, not AT&TWell, good to know. Thanks for letting me know.Statistics: Posted by lianergoist — Tue Jan 30, 2024 7:29 am
View ArticleCompute Module • Re: Custom PCB with gigabit Ethernet
Here is a tested and working solution:Statistics: Posted by Ventran — Tue Jan 30, 2024 7:39 am
View ArticleFrançais • Re: Gros probleme pour mon projet de fin d'annee
1 - Je ne pense pas que c'est le capteur bme car quand je lance un code juste pour le capateur bme 280 et les afficher dans l'ecran oled tout fonctionne parfaitement 2 - Je vais me renseigner3 - Pour...
View ArticleGeneral discussion • Re: Raspberry Pi 5 - SSD SATA or SSD NVMe ?
...Code: pi@pi5:~ $ sudo hdparm -t /dev/nvme0n1/dev/nvme0n1: Timing buffered disk reads: 2332 MB in 3.00 seconds = 777.29 MB/secpi@pi5:~ $ journalctl | grep "*orrected error"pi@pi5:~ $ No errors so...
View ArticleBeginners • Re: Pi 5 1500mhz
forgot i had a video still playing on another tab.so that is running at 2.8ghz, not 1ghz!Statistics: Posted by cleverca22 — Tue Jan 30, 2024 7:57 am
View ArticleGeneral discussion • Re: cron does not work as expected
Besides, rebooting every five minutes because of a problem with one program is a really stupid thing to do on a Pi. It might make sense on a microcontroller but not on a full Linux OS.Either fix the...
View ArticleTroubleshooting • Re: Rpi model 3 B with rpi touchscreen, boot problem.
It seemed like it was not anything related to hardware. I edited /boot/firmware/config file, adding this "dtparam=i2c_vc_baudrate=50000" problem was solved.Anyway, big thanks for help Mike!Statistics:...
View ArticleCamera board • Re: rpicam-vid --save-pts NOT working
The --save-pts option is not possible for h264 like that on the Pi 5. see the first couple of posts in this thread for details and a workaround.Would be nice if this and other RPi5 differences were...
View ArticleAdvanced users • Re: Comparative Performance of Different Platforms
There are many factors that could affect this.Some: Compiler versionsDifference between ARM and x86Cache sizesProcessor node sizeClock speedsRAM speedBus speedsStatistics: Posted by jamesh — Wed Jan...
View ArticleC/C++ • Pico SDK compilation question re placement of preprocessor directives
I'm working on the example program 'i2c/bus_scan/bus_scan.c' in the Pico SDK, and there's something I don't understand: This section of code is included in 'main () { }' : Code: #if...
View ArticleRaspberry Pi OS • Re: /boot/config.txt symlink changed to file
Understood, but what issue has popped up now that was apparently invisible to those of us who tested it prior to release, and in the couple of months since?In my case, an Ansible script broke. This is...
View Article