Troubleshooting • Re: Disabling EEE on Raspberry Pi 5 GbE port
I'm not sure whether the inability to disable EEE is due to a missing feature of the driver code, or if it's due to controller itself I hope this may be added to the driver code, if not, we are...
View ArticleBeginners • Re: GPIO pins false positives due to digital noise on Buttons
Hi, I implemented a 10k resistor for each ground wire on the switch buttons and it reduced the noise by 80% i'd say, I used to get random noise several times per seconds and now it's like one every...
View ArticleGeneral discussion • Raspberry Pi Resolution Problem
Since it was trying to run 4K, I wanted to set it to 1920x1080. I think I tinkered with the raspi-config a little too much. When I restart the device, I cannot receive an image via HDMI. I can receive...
View ArticleBeginners • Re: VNC Resolution not proper Raspberry Pi 5
I have no option to change resolution via screen configuration or raspi-config commandDefault and only resolution was 1280x720What helped me was adding a setting to the file...
View ArticleBeginners • No HDMI hotplug when switched to X11 - RPi5
Hi there! What don't work. Flash newest 2024-03-15-raspios-bookworm-arm64.img on SD card, add hdmi_force_hotplug=1 to config.txt, boot and switch to x11 via raspi-config. Taht's it. No HDMI output...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: how to use drm bridge icn6211
Hi, I would also like to use an external MCU to make the Raspberry communicate with the ICN6211 chip. I imagine you used an MCU in I2C slave configuration. But what slave address did you reply to? And...
View ArticleGeneral discussion • Re: Techinal reference Manual for RPI4
Have you already checked these datasheets? https://datasheets.raspberrypi.com/And the documentation https://www.raspberrypi.com/documentat ... ry-pi.htmlStatistics: Posted by neilgl — Tue Apr 09, 2024...
View ArticleOpenGLES • Re: Pi4 export EGL image DMA-buf and import as libdrm framebuffer
Bit of an update. I sort of got it working. I was able to successfully use the eglimage dmabuf fd with drmPrimeFDToHandle. And then create a framebuffer by passing the handle to...
View ArticleMicroPython • Aligning actions to a specific time-gap before a second
My micropython environment is as follows:Code: MicroPython v1.23.0-preview.322.g5114f2c1e on 2024-03-30; Raspberry Pi Pico W with RP2040Type "help()" for more information.>>>...
View ArticleAdvanced users • Re: Looking for advance debug methods for non-booting...
Try creating a file called autoboot.txt on NOOBS' / PINN's recovery partition.It should just contain 1 line as follows:Code: boot_partition=6This should force the firmware to boot off partition 6...
View ArticleGeneral programming discussion • Dual monitor on Pi 5
Hi,I'm completely new to RPi and have limited coding knowledge but was looking to build the following:-Using a Pi 5 a 7 inch HDMI touch monitor and a HDMI FHD monitor. I was hoping to use the 7 inch...
View ArticleAdvanced users • Re: PI5 and easy AI/CV/LLM
Testing supposedly Uncensored LLM's the Australian way.ollama run llama2-uncensoredpulling manifest pulling 6aa74acf170f... 100% ▕████████████████▏ 3.8 GB pulling 8c17c2ebb0ea... 100%...
View ArticleNetworking and servers • Re: Cant get wireguard to connect - Willing to pay...
I suspect the router is blocking the traffic.A good way of testing the Wireguard installation is to put the laptop on the same network as the Pi, and change the endpoint address to 192.168.1.35:51820....
View ArticleTroubleshooting • Re: RPi 5 power supply confusion
Where did the official POE hat go?https://www.raspberrypi.com/news/design ... etworking/The blog about it was in October 2023.It was mentioned recently. Due out "sometime" this year...
View ArticleTroubleshooting • Re: RPi 3 B v1.2 ( 2015 ) with more modern OS ?
Problem fixed !.My monitor is a 2007 Polaroid TV, TLU-01942B. This has lots of inputs, including VGA , so I used an HDMI-to-VGA cable from the RPi.'bookworm' now recognises the device, and outputs...
View ArticleBeginners • Re: Connect LCD Display and RFID together on RPI 4
Which pins does the rfid module use ?Statistics: Posted by gordon77 — Wed Apr 10, 2024 10:10 am
View ArticleOfficial Display • Driver of display revision 4
I just bought a new Raspberry PI display (https://pt.mouser.com/ProductDetail/Ras ... ePxw%3D%3D), but its PCB changed from revision v1.1 to 4.I'm using a prototyping system to interop with the...
View ArticleTroubleshooting • Re: Raspberry Pi 5 Unable to read partition as fat
You should not need to format the card at all.Use the Imager to write the OS to the card. Make sure you configure a user and any wifi details you need.Put the card in the Pi. Connect Screen, keyboard,...
View ArticleHATs and other add-ons • Re: Can’t install sense hat emulator
An unofficial, user-provided, solution would be to use the 'Alternate Platforms' installation instructions here to install the emulator 'manually' -https://sense-emu.readthedocs.io/en/v1. ......
View ArticleCamera board • Re: Dark Square packaged with Camera 3 NoIR
https://www.raspberrypi.com/news/whats- ... oing-here/Statistics: Posted by naushir — Wed Apr 10, 2024 10:41 am
View Article