Beginners • 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 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 ArticleRaspberry Pi OS • Wayland window size and position
I'm an experienced Raspberry Pi user, but new to the Raspberry Pi 5 and Wayland.On the Wayland desktop, all windows open at the same position and with the same size. This is quite confusing because...
View ArticleSDK • Re: Any downsides to using RPi 5 for install of SDK?
Code: sudo openocd -f interface/cmsis-dap.cfg -f target/rp2040.cfg -c "program blink/blink.elf verify reset exit" I don't understand the need for 'sudo' with this, and it seems wrong - but it is...
View ArticleC/C++ • Re: Pico SDK compilation question re placement of preprocessor...
The terms in CAPS (PICO_DEFAULT_I2C_SDA_PIN, GPIO_FUNC_I2C, etc.) are preprocessor macros (in this case, names for constant values).However, puts(), i2c_init(), gpio_set_function(), and gpio_pull_up()...
View ArticleTroubleshooting • Re: After the 'Welcome to Raspberry Pi' Screen - blank display
After doing an update on 30/01/2024, all my Pi4B (5) and 5 (1) now fail to boot to a usable screen.While you do get the first bit of CMD line information on the screen and then the Rainbow screen,...
View ArticleRaspberry Pi OS • ZlibInStream error with Wayvnc
I'm using a headless Raspberry Pi 5 with Wayvnc, with Realvnc client on the Mac. I'm aware of some issues with Wayvnc, but most of the time it seems to work very well.But sometimes I get the following...
View ArticleAdvanced users • Act LED on rpi 5 with Pineberry bottom NVME drive
I have an RPI 5 with the Pineberry Pi bottom-mounted NVME drive, which uses the PCI bus connection. I would like to make an external LED blink with activity on the drive. Does anyone have an idea of...
View ArticleGeneral • Re: BBC BASIC on the Raspberry Pi Pico?
The assembler does work, there is a working simple example (hello.bbc) included in the repository.Please post your code, or a link.Statistics: Posted by Memotech Bill — Wed Jan 31, 2024 8:03 am
View ArticleTroubleshooting • Re: RaspberryPi5’s keep crashing
Thanks for follow-upsYes should have said, I’m using Ethernet and also tried two different connections/cables.Re power I have tried two of the new 27W pi5 official charges.As for ssd, 1x SanDisk...
View ArticleFrançais • Re: Son ET texte activé au clic en micropython sur Pico
Bonjour, je vous remercie dbrion pour ces précisions, (je n'avais pas vu le bouton code , je vais donc tenter cette approche.Les deux bibliothèque (je ne sais si c'est le bon mot) "time" et "Utime"...
View ArticleFrançais • Re: gpio c++
par contre je vois pas comment retirer la lecture de la pin 17 pour la detections des sondes ?Regardez du côté de la ligne 66 de main.cpp Code: for(auto sensor: {4,17})En lecture rapide, je crois que...
View ArticleCamera board • Re: HQ-Camera Strange disturbances in the picture
Code: swe@raspi5:~ $ v4l2-ctl --list-devicespispbe...
View ArticleRaspberry Pi OS • Re: Moving SD card from Pi4 t o Pi5
Yeah, I updated a bullseye Jellyfin setup (32bit) that has gone through the Pi3/Pi4 switch earlier this year, that was easy of course.Used the above Rpi5-boot a while back (thanks) and it works OK.Of...
View ArticleAutomation, sensing and robotics • Re: 6 BME280 sensors with rpi 4
The BME280 is a good and reliable sensor in my experience. But it offers only 2 addresses. Though I haven't tried it myself, I think there are hub-like devices, which allow to extend the address...
View ArticleBeginners • Re: pi-5-active-cooler
Do I have to do anything to activate pi-5-active-cooler?No. It should spin up briefly at startup then go idle again until it gets hot.Statistics: Posted by trejan — Thu Feb 01, 2024 8:06 am
View Article