Beginners • Re: Reading digital sensor with Python script
Are you running on the current "Bookworm" version of Raspberry Pi OS or something else?Sorry for my late reply! Yes I'm running latest OS Version 12 "Bookworm". Could that relate to my...
View ArticleSDK • Re: Inconsistent Timing with JMP X-- Loop
If the X value is zero, then it will take two cycles (one for the SET PINS,1, one for the JMP X--), so to get a delay of N cycles you need to use N-2.You had said you were using N-1, but then you went...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: I2C not working on rpi 3B+
Thank you PhilE. This is what I get:Code: pi@raspberrypi:~ $ raspi-gpio set 2-3 ippi@raspberrypi:~ $ raspi-gpio get 2-3GPIO 2: level=1 fsel=0 func=INPUTGPIO 3: level=0 fsel=0...
View ArticleAdvanced users • Re: Power RPi 4B through header so I can use USB-C as OTG...
Without more information I can't say fr certain but I suspect you're hitting one of the limitations of the mass storage gadget.I suggest you refer to sections 3.4 and 6.6 of the guide I linked...
View ArticleNetworking and servers • Re: R Pi as a NAT router, but not quite
Thanks all, had a disaster and needed to put this aside. I think port forwarding is what I'm looking for, just concerned about it breaking access to the rest of the ports. The few times I've used it...
View ArticleTroubleshooting • Re: Build HAT script not loading on/after startup
I figured it out. Writing this for anyone else starting out.The problem was in the service I setup. this line in the [Unit] section Code: After=multi-user.targetshould have been Code:...
View ArticlePython • Re: Security Concern with Raspberry Pi Pico W: Reconnecting to WiFi...
I've noticed that if the WiFi module disconnects from an access point (AP), it can subsequently reconnect to the same network using an incorrect password, provided the SSID remains unchanged. How are...
View ArticleTeaching and learning resources • Re: Advent of Code 2023
Day 21. Solving day 21 part 2 requires that you notice patterns in the input data that don't exist in the test data and use all sorts of assumptions about it. I really don't like this approach and AoC...
View ArticleAdvanced users • Re: Using cd copier (piclone) on sway
I see. The problem is that piclone needs to ask for root privileges. I don't have the gnome policykit that you have used on my system and it doesn't seem to be available from apt. There are a number...
View ArticleGraphics, sound and multimedia • Re: Pi 5 Obsolete TV standards support… how?
I remembered something about the Sony 9-90UB that might save you the trouble of making a System A modulator. If you press the ‘VHF’ and ‘UHF’ buttons at the same time the TV uses thd UHF frequencies...
View ArticleFrançais • Re: Votre panier Pi 5
Total de ma commande : 190€50Yadom : Raspberry Pi 5 : 93€60 Yadom : Alim 27W : 11€40Kubii : Ventilateur : 6€Kubii : Cable micro HDMI 2m : 4€50Amazon : Crucial P3 plus 1To : 75€Prochaines dépenses :...
View ArticleTroubleshooting • Re: Problem "refreshing" hardware for a...
You need to update the firmware on the SD card. See the Manual update methodStatistics: Posted by rpdom — Fri Jan 26, 2024 8:26 pm
View ArticleCamera board • Re: libcamera-hello works but not libcamera-vid
Thanks!Any thoughts on why udp streaming might not be working for me?Statistics: Posted by puterboy — Fri Jan 26, 2024 8:26 pm
View ArticleGeneral discussion • Re: Need larger fonts
switching is just a matter of renaming xdefaults to xresources, it's the exact configs inside only the name of the file is different.zutty is configured the same as xterm in the xresources file, it's...
View ArticleTroubleshooting • Re: New raspberrypi 5 won’t boot. Just green flashing light.
what pattern is the green led blinking?4 long flashes and 3 short flashesStatistics: Posted by PaulStation24 — Fri Jan 26, 2024 8:33 pm
View ArticlePython • Re: Error when using p5 package in python
Do you happen to know if your Pi is running the latest "Bookworm" version of Raspberry Pi OS?There have been some changes in Python with "Bookworm" compared to the previous version "Bullseye"Also, is...
View ArticlePython • Re: Raspberry Pi 5 - gpiod vs RPi.GPIO
To take this all a step further... is there any good way to bit-bang the GPIOs on the RPI5 for doing serial on non-UART GPIOs?I use pigpio (Joan's amazing code) for that on all previous Pi's with...
View ArticleBeginners • Re: Raspberry Pi Zero W as USB MIDI Host
Two reasons - first because I'm trying to follow the tutorial to the letter, since it seems to work for the author (they have the same hardware as me and they tried a newer OS which didn't work)...
View ArticleRaspberry Pi OS • Re: New rpi-eeprom-update 2024-01-24 WD Blue SN550 nvme...
choose 'latest' and then run below commandCode: pi@book13th:~ $ sudo rpi-eeprom-updateBOOTLOADER: up to date CURRENT: Wed 24 Jan 12:16:01 UTC 2024 (1706098561) LATEST: Wed 24 Jan 12:16:01 UTC 2024...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: PI5 miss to detect I2c devices where...
I can't get the i2c to go below 100kHz. The minimum value of the frequency with which I see i2c-1 with i2cdetect - l is to specify in /boot/config.txt this value: Code: dtparam=i2c_baudrate=100000In...
View Article