Français • Re: Informations sur Raspberry Pi 5
...Déolé, mais, n'étant pas un lemming, je ne lis pas des plâtrées de pub avec les yeux du coeur... (la présentation, pour le moins, est suffisamment ambigue, dans un contexte de malhonneté assez...
View ArticlePython • Re: very noisy SoC temperature measurement (RPi5)
After reading all this, I just round the temps to the nearest degree, which I think is good enough for my purposes.Code: Time CPU Core Vcore Temp....Min....Max Health10:31:43 2800 910 0.9996 48 48 48...
View ArticleAndroid • Re: [DEV] LineageOS 20 (Android 13) for Raspberry Pi 4 & Pi 5
Hi @Konsta, with the current builds for the Rpi4 from 20230814 and 20240111 I can generally no longer connect a Bluetooth speaker. With the build from 20230505 everything still works without any...
View ArticleAssistive technology and accessibility • Re: It is not easy with raspi-cams
Hi neilgl , hi gordon77,thank You both for the pretty help. It works,Statistics: Posted by fafnir — Mon Feb 05, 2024 10:54 am
View ArticleTroubleshooting • Re: USB-C extension to official 27W power supply for RPi5?
USB Type C extension cables aren't compliant with the PD specification.Statistics: Posted by dp11 — Tue Feb 06, 2024 10:07 am
View ArticleTroubleshooting • Re: Pi3 A+ crashes every time
- snip - Run top from a terminal to see your true memory usage - Task Manager doesn't report it properly.From my testing, if you want to browse the web on a 512MB device there are some extra steps...
View ArticleBeginners • Re: Running Thunderbird without display
Thank you thragol.This guide is an excellent job. The autostart stuff was for me.After that, I also had to switch from RDP with Remmina to VNC with VNC Viewer. And now everything works according to my...
View ArticleTroubleshooting • Re: vaapitest: VA-API test failed: failed to initialise...
I finally abandonned RDP protocol and switched to VNC using VNC Viewer.And everything is fine now.Statistics: Posted by jimbou — Tue Feb 06, 2024 10:17 am
View ArticleAdvanced users • Re: Update tries to put new kernal images in /boot/firmware,...
I do mine with a single filesystem -- /, /boot, and /boot/firmware all the same thing -- and symlink from the tftp server directory:Code: root@rtr-dickonh:~# ls -l /tftpboot/ | grep pi5lrwxrwxrwx 1...
View ArticleGeneral discussion • Missing 'apt' sources ?
This may be related to - viewtopic.php?t=365056 - I just noticed -pi@Pi3B:~ $ sudo apt updateGet:1 http://raspbian.raspberrypi.org/raspbian buster InRelease [15.0 kB]Hit:2...
View ArticleTroubleshooting • Re: "i2cdetect" detects unconnected addresses.
The on-board resistors should be pulling the i2c data line high, which would prevent anything showing up with nothing connected.Can you try this test with nothing connected to the pinsCode: pinctrl...
View ArticleCompute Module • Re: CM4 carrier board OTG switch for dual purpose USB port
Below you can see what I plan to try out, any inputs would be greatly appreciated!Statistics: Posted by nasinn — Tue Feb 06, 2024 10:34 am
View ArticleMicroPython • Re: Local image defined in html not being displayed by web serwer
Many thanks for all the answers, but the problem is still not solved by me.Using microdot @app.route('/virgo1.png') i see virgo1, but it isn't displayed by html <img src="virgo1.png"/>.What's...
View ArticleNetworking and servers • Re: [31/01/24 getting Urgent] sharing connection...
Lots of needs here I think perhaps you're stuck on the "access point" terminology, when you really mean that client devices connected via Ethernet should receive a DHCP lease and internet...
View ArticleBeginners • Build an IR Remote Control "Hat"?
HiI found some cheap IR LED (EAN: 2050001717030) from an Electronic Store. The have just 10° Angle who is perfect for "long Range" I would assume.Also 950nm who is on the upper end of the IR LED...
View ArticleMicroPython • Pairing/bonding supported in C-SDK but not MicroPython
From my understanding the PICO-W port of Micropython does not support pairing/bonding. These #define options or whatever they are calledMICROPY_PY_BLUETOOTH_ENABLE_PAIRING_BONDING and...
View ArticleBeginners • How does RP measure current supply?
Hi,I’m using an RP5. It is connected via a super big home made cable to a 10A power supply. When I start it says the power supply is inadequate and it will restrict USB power. I have stuck a voltmeter...
View ArticleBeginners • Re: New Raspberry Pi 3 Model B+ - How disable Wifi properly?
one last question:why does the Code: rfkill listreport nothing after adding this "dtoverlay" instead of Code: rfkill list0: hci0: bluetoothSoft blocked: yesHard blocked: yes1: phy0: wlanSoft blocked:...
View ArticleUbuntu • Re: Trouble locating mmal ... or trying to use raspberry pi camera
Raspberry Pi don't maintain Ubuntu, Canonical do.The official stance from Raspberry Pi is that the legacy camera stack through MMAL is deprecated, and has never been officially supported on a 64bit OS...
View ArticleBeginners • Re: Pan and Tilt
By altering min_pulse and max pulse I got it to workbut now Adafruit tell me it shouln't be run direct from the gpio pins and that I need to buy a hat.Nowhere on the Pi Hut did it mention this when I...
View Article