Interfacing (DSI, CSI, I2C, etc.) • Re: Touchscreen not being detected by...
I2cdetect is just doing a low level i2c probe. If you haven't brought the chip out of reset then it won't respond. How you control the reset line is totally up to you, either through an overlay (once...
View ArticleOther programming languages • Re: Freepascal create 32 bit binary using FPC
Try fpcupdeluxe, install second fpc armhfStatistics: Posted by hansotten — Mon Apr 07, 2025 4:59 pm
View ArticleSDK • Tinyusb HID does not upload and does not work
This issue has been submitted in Tinyusb, but it has been changed to discussion for me, so it should not be a bugIt's on this websitehttps://github.com/hathach/tinyusb/discussions/3069Statistics:...
View ArticlePython • Re: Very simple gpiozero button code not working
Post a photo with both ends of the ribbon cable. You may have one end rotated the wrong way.Statistics: Posted by rpiMike — Mon Apr 07, 2025 5:05 pm
View ArticleGeneral • Re: RP2350 TrustZone implementation
You really need to roll your own currently; Additional support is likely in future pico-sdk versions1. Support for running a full SDK binary in Non Secure state (some h/w may not be accessible,...
View ArticleRaspberry Pi Connect • Re: Wayland just now working... Raspberry PI connect
So I took the pi, and re-imaged it. This did fix it, and I copied over all teh files that I needed, so all seems to be okay...!Thanks for all your help though!Statistics: Posted by 002593 — Mon Apr...
View ArticleMicroPython • Re: Accurate Edge Counter with RP2040 PIO — Pulse Counting on...
PS. In your pseudo-code I think there is a misunderstanding of the increment algorithm. There is no "second increment". the following operation: bitwise invert y, followed by decrementing y and...
View ArticleBeginners • Re: Rasberry pi 5 overclocked to 3ghz
I ask because we tried overclocking our 400s and didn't notice any real world improvement.Here is an example:These are the times for a software build using GCC, simply measured with...
View ArticleRaspberry Pi OS • Re: weird taskbar
Totally stock or have you tweaked the config? I know you can set the taskbar to appear only when you hoover over it with the mouse and then disappear after a user set period of time, since that how I...
View ArticleSDK • Re: mbedtls PSA crypto errors
Hello.To run that sample, write mbedtls_config.h as follows so that it builds correctly and works on RP2350:Code: #pragma once#define MBEDTLS_AES_C#define MBEDTLS_CTR_DRBG_C#define...
View ArticleCompute Module • Re: Recommended USB 3.0 to PCIe Bridge IC for NVMe Boot on...
Err you do know there is a free PCIe lane on the CM5 that supports booting from NVMe?Or are you using that for something else?Statistics: Posted by thagrol — Mon Apr 07, 2025 5:34 pm
View ArticleTroubleshooting • Raspberry Pi 2B Wont Recognise Wifi Adapter
Hello guys, my Raspberry Pi 2B doesnt recognise my Realtek 8188-8192 Wifi Adapter. I plugged in rpi's usb port and i tried changing the ports but it still didnt show up on lsusb or iwconfig even...
View ArticleGeneral • Re: RP2350 external clock source
Another one:PLL: CS RegisterOffset: 0x00Description Control and StatusGENERAL CONSTRAINTS:Reference clock frequency min=5MHz, max=800MHzFeedback divider min=16, max=320VCO frequency min=400MHz,...
View Article