SDK • SOLVED Re: Equivalent of __no_inline_not_in_flash_func for assembly code?
That was quick. I just embedded the entiire shooting match as an 'asm' statement in a C file.Statistics: Posted by omenie — Sat Mar 02, 2024 12:06 pm
View ArticleCamera board • Re: IR cut, how do I use it?
Lens Model ?Link to web site for the lens ?https://www.aliexpress.com/item/1005005442061459.htmlThe 8mp versionI have 2 of them and an Arducam UC517 and the official Pi oneBoth IMX477 both will be...
View ArticleTroubleshooting • Re: [SOLVED] dmesg : "raspberrypi-firmware...
Since last eeprom update I've not seen that error anymore even if I wonder now if the CPU freq/voltages scaling were running or not in a scalable on-demand way before? In fact I think I'm seeing lower...
View ArticleMedia centres • Re: Peppy player
hmm ... either I broke it or The disk images for SPI displays are not available anymore as it was impossible to make the latest OS and Pygame 2 working with those displays.is only partially valid.I've...
View ArticleCamera board • MP on lenses, what does it really mean?
I bought this lenshttps://www.aliexpress.com/item/1005005442061459.htmlI went with the 8mp versions which is ~4k but because the sensor size doesn't quite match I'm really getting more like 6mp from...
View ArticleDevice Tree • Re: Adapting an overlay for AT24 EEPROM on i2c-0 for Pi 5
if I were to leave those lines in my overlay, it'd need to be the same - "rp1_i2c0_0_1" instead of "i2c0_pins" - right?That's correct. However, you raise a good point. If you look at uart0 in the Pi 5...
View ArticleTroubleshooting • Re: Raspberry Pi 5 PWM control method inquiry
I just want to add myself to this thread, in the hope that there is some good news soon.I have tried, for example the specimen code from https://gpiozero.readthedocs.io/en/stab ... html#servowhich...
View ArticleGeneral • Gain of Pico W (WH) antenna
What is the number in dBi?Statistics: Posted by MatSOBDev2 — Sun Mar 03, 2024 11:11 am
View ArticleCamera board • Re: MP on lenses, what does it really mean?
Usually the mp (megapixels) refers to the sensor in the camera, not the "lens". The lens is the clear glass (plastic) piece that the light goes through onto the sensor. The difference in the various...
View ArticleDeutsch • LAN Raspberry 400 down
Hallo ZusammenIch habe mein Router ausgetauscht, da ich eine Abo Upgrade erhalten habe und das alte Modem zu wenig Leistung hatte. Mein Raspberry habe ich über LAN Dose im Zimmer angschlossen. Die...
View ArticleCamera board • Re: Problem with the external trigger of the GS camera
Sorry, but I don't understand this, could you please give me an example how to configure the LIBCAMERA_RPI_CONFIG_FILE correctly?One more question, "rpicam-still --immediate -n --awbgains 1.5,1.5...
View ArticlePython • Re: Fatal Python error: init_fs_encoding
ModuleNotFoundError: No module named 'encodings'It looks like an incomplete compilation/installation of Python.First, you should look for requirements to build CPython. Install them.Do not install...
View ArticleBeginners • Re: Midi on the raspberry pi5
What would be the correct way to get a baud rate of 31250 on the pi5?Statistics: Posted by Al98 — Sun Mar 03, 2024 12:32 pm
View ArticleTroubleshooting • Re: V1 camera not recognized on a Pi5 with modified kernel
No... I looked to good to be true...I tested on Pi5 with 5520. Tuner is properly recognized but then when I try to tune in it gives errors. Tvheadend says it can not get data from input. And there are...
View ArticleDeutsch • Re: LAN Raspberry 400 down
Kann es sein das dein neuer Router eine andere IP-Adresse hat als der alte?Möglicherweise ist Eth0 mit festen Netzwerk-Einstellungen konfiguriert statt mit DHCP.Ich konnte über den Desktop auf die...
View ArticleBeginners • Re: Could I get some help with Samba please?
Is your shared folder writeable? You can check the samba configuration, here is how to do it:https://www.techrepublic.com/article/ho ... ith-samba/Statistics: Posted by kheylen25 — Mon Mar 04, 2024...
View ArticleCamera board • Re: Problem video with audio: default: No such process
One of the problems with using FFmpeg like this, is that there's no easy way (that I know of) to feed it the correct video timestamps even though we know them. So they can pick up some jitter and...
View ArticleTroubleshooting • Re: Hardware PWM not working with Raspberry Pi 5 4GB
Shouldn't command lsmod | grep pwm give somekind of output? On Rpi 4 it does.Try below insteadCode: sudo cat /sys/kernel/debug/pwmThe result: Code: @raspberrypi:~ $ sudo cat...
View ArticleGeneral discussion • Amit Bajpayee
Hi so what I can share you to my understanding is that 1. The Pi 5 figures out max power at startup through USB-C negotiation. It follows standards like USB Power Delivery.2. A 22.5W power supply is...
View ArticleGeneral discussion • How to reset vcgencmd get_throttled?
As I understand it, if there has been an under-voltage event since last reboot, that shows up in vcgencmd get_throttled, but can it be reset without re-booting?Various things show a warning flag if...
View Article