Troubleshooting • Re: raspberry pi 3b+ cold boot error on sdcard
I tried with raspberry pi official os (using another SD card) and same problem with cold boot. maybe a little bit quicker but I still have to switch on the raspberry pi 3 times before a normal boot...
View ArticleTroubleshooting • Pi 5 not working after update
I successfully installed Raspberry Pi OS(64 bit) to my Pi 5 and it was fine until I accepted an upgrade. It now says OS not compatible with Pi 5. Is this a known problem ?Statistics: Posted by tdenson...
View ArticleBeginners • /boot/firmware/config.txt
I'm close reading https://www.raspberrypi.com/documentati ... config-txtbut what is confusing me and not well explained is the difference between for...
View ArticleAdvanced users • Re: Asking for guidance on repairing a damaged RPi4
The 3 pin black package is a RT9742SNGV power switch in the HDMI circuitry. From the photo is looks intact and can be re-soldered once the pins have been carefully straightened.The damaged chip scale...
View ArticleHATs and other add-ons • Re: Wireless display for RPi4
I have an E-stop button to halt motion and will eventually kill the spindle too (already wired, just not set up in software). The display is mostly for monitoring and initial setup so it is not safety...
View ArticleSDK • Re: TCP echo server, "accept failed", reference good example...
pbuf_free() is some kind of garbage collector ?Statistics: Posted by gmx — Wed Apr 16, 2025 2:25 pm
View ArticleBare metal, Assembly language • Re: ASPM on rpi 400
This is awesome, thanks jdb for the fix! I will try it out tonight.Statistics: Posted by pmoore — Wed Apr 16, 2025 2:30 pm
View ArticleGeneral • Re: Poll: RP2040 with or without DMA
Option 2.Statistics: Posted by crugo — Thu Apr 17, 2025 1:32 pm
View ArticleCamera board • supported configs and sizes
Hello,I'm working on a simple GUI that will let me collect still images with a UI and allow me to customize the controls like exposure and visually see the results. I have a raspberry pi zero 2 w and...
View ArticleGraphics, sound and multimedia • Re: Fruitbox
Which version of the Raspberry Pi are you using?Statistics: Posted by crugo — Thu Apr 17, 2025 1:39 pm
View ArticlePython • Re: BNO086 Communication with Raspberry Pi 4 Model B
Bosch make them, they have a 'forum' of sort and also use github.https://community.bosch-sensortec.com/Other than that, see what is on Pypy for Python modulesThere may be CircuitPython ones to as...
View ArticleTroubleshooting • onnxruntime returns "Illegal instruction"
Okay, let's refine the forum post to include the information about how you installed onnxruntime. Here's an updated draft:Subject: "Illegal instruction" error when running rembg on Raspberry Pi 4...
View ArticleSDK • In code detect if running on Pico or PicoW
Hello,In my current project I like the same code to be able to run on the Pico and the PicoW without having to recompile it. This works fine so far as it is not using any specific PicoW-only...
View ArticleHATs and other add-ons • Re: Cellular Data Hat compatiblity...
I created a product for the Raspberry PI Pico, that uses the Quectel BC660K, and I use 1nce.com SIM. They are fantastic.https://github.com/CrabbyPete/watchibleStatistics: Posted by CrabbyPete — Thu...
View ArticleGeneral • Re: Connecting a Pi Pico directly to the internet with SIM modules
I don't know if it helps, but I used a BC660K for the Raspberry Pi Pico. It works great. Happy to help if you want to use it.https://github.com/CrabbyPete/watchibleStatistics: Posted by CrabbyPete —...
View ArticleTroubleshooting • Re: Raspberry Pi 5 - eth1 is not assigned for usb to ethernet
Provide the portion of "sudo lsusb -vv" that relates to your network adapter.Have you ever had this working on a Pi?https://www.tp-link.com/uk/home-network ... ory/ue306/ implies it is an AX88179...
View ArticleAndroid • Re: [DEV] LineageOS 22.1 (Android 15) for Raspberry Pi 4 & Pi 5
New builds. Note that it's not possible to OTA update from previous releases. Clean installation is...
View ArticleTroubleshooting • Re: Realtek RTL8812BU
Check the kernel logs for any errors - "dmesg".Provide the output from "lsusb" and "lsusb -t", ideally on both 6.6.51 and 6.12.20. The upstream kernel has been known to change the driver that supports...
View ArticleOther programming languages • Re: Basic on Raspberry
Developer PureBasic has published his interview https://www.youtube.com/watch?v=Mh4RPeJgk_EFrom it I learned about BlitzMax BASIC for Raspberry PI. It will need to be tested.Statistics: Posted by...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Interfacing with TI ADS7830 ADCs via CM4
Code: pi@pi5:~ $ sudo modprobe configspi@pi5:~ $ zgrep SENSORS_ADS7828 /proc/config.gz # CONFIG_SENSORS_ADS7828 is not setSo whilst there is a driver in the kernel tree, it's not built by default with...
View Article