Other projects • Re: Pi 5 16GB SDRAM test
ejolson, that first link was before the Pi5 and talks about the Pi4.Statistics: Posted by bensimmo — Tue Jun 11, 2024 6:02 am
View ArticleSDK • Create new Pico W Bluetooth project
On Windows I got the Pico W Bluetooth examples working nicely.How do I go about creating my own project though?The whole cmake setup for btstack examples is not exactly straight forward.Right now I'm...
View ArticleGeneral • Remote Controlled Rover
I'm working on a project to run a set of five remote control rovers for a group activity (6-8 year olds). They will be used in bushland, so no internet would be available, everything has to be...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Display and Camera module for CM4 IO...
Lol! That's a good one!Why not simply use the official camera and display with the Pi5 FPC interface cables?Statistics: Posted by aBUGSworstnightmare — Tue Jun 11, 2024 6:31 am
View ArticlePython • Re: anyone know how to install pygame
Well, according to your horror massage, I Tried and succeeded in having python3-pygame installedCode: sudo apt install python3-pygameUnless you "need" a very recent one, solution is trivial (Debian...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: I2C devices get randomly disrupted
Today, the display went off. There were only white stripes over the screen. Reinserting "edt_ft5x06" module really has no influence, it is "tc358762" module that needs to be reinserted to make it...
View ArticleGeneral discussion • IMPLEMENTATION OF HARDFAULT HANDLER IN PICO-SDK
Hello everyone,I'm encountering a hardfault issue with my Raspberry Pi Pico SDK project. My controller gets stuck in a hardfault state, and I am unsure how to handle it properly. Ideally, I would...
View ArticleGeneral discussion • Re: IMPLEMENTATION OF HARDFAULT HANDLER IN PICO-SDK
For context, a link to the original post where this problem was encountered.Statistics: Posted by rpdom — Tue Jun 11, 2024 7:15 am
View ArticleGeneral • Re: Problem with programming and debugging on SWD pins
Hi wjkin,thanks for your feedback, the signal you posted is on the SWDIO pin right?My goal is to find an effective way to protect the pins and avoid continually replacing the boards .Statistics:...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: I2S and the PR1
But the repo is only as old as your message, so I call shenanigans.Statistics: Posted by PhilE — Tue Jun 11, 2024 7:40 am
View ArticleGeneral • Re: Theorectical length of wire connecting two Picos
...the sending end driving it in bridge configuration between a pair of GPIOs...What kind of bridge are you referring to?Just one GPIO driving each end, no connection to power or ground, so that the...
View ArticleTroubleshooting • Re: Impossible to get rid of under voltage errors (3B)
Which OS are you using? Is it fully updated?What else is connected to your Pi?Statistics: Posted by rpiMike — Wed Jun 12, 2024 6:35 am
View ArticleHATs and other add-ons • Re: AI Kit + NVMe SSD ?
... It would be great if someone could go through the models in the zoo and check how the performance depends on PCIe speed.Why isn't that someone you?Unfortunately I don't have the required hardware....
View ArticleGeneral discussion • Re: Raspberry pi 4b running circuit python not detected...
I was trying to run Circuit python without an OS(bare metal) for the first time on the raspberry pi 4b. I followed all the instructions in the Adafruit website but my raspberry pi does not register as...
View ArticleTroubleshooting • Re: Sending 3.3V from one RPi to a second RPi's GPIO stops...
In this project, the two Pis won't be able to be grounded together,Why not? You've got wires going from one Pi to the other, why not add a 0V /Ground wire as well? Connect pin 6 on one pi to pin 6 on...
View ArticleRaspberry Pi Connect • Re: rpi-connect on Zero 2W
Hi,I've just got a Pi Zero 2 W and have installed 64 bit Bookworm and am trying to get rpi-connect to work but it is failing on the check for Wayland. When I check the sessions it shows up that I am...
View ArticleAdvanced users • Re: Testing class A2 SD cards with Command Queueing on Pi 5
There is at least one blocker that prevents this becoming enabled by default: surprise card removal handling is woefully inadequate. I can get CQE into a state where it never reports errors or...
View ArticleGeneral • Re: How to disable the BOOTSEL pin
For example, read the uid in the application, if the uid is the valid one, then the program can run. If the uid is not valid, Then the program can't be run.That's trivial to get around. I did that 30...
View ArticleCamera board • Re: Preview.DRM not working Picamera2 and GS camera
You can't use the DRM preview whilst running the desktop because X (or whatever) takes full control of it and does not allow access. You can only use it when nothing else is, which means booting to...
View ArticleGeneral discussion • Remote desktop connection on rpi5
Hi, I have rpi5 - 8 GB. I tried anydesk on it. But, since os is 64 bit, anydesk is not supporting. Team viewer also only showing connecting but not going ahead. VNC server is asking authetication....
View Article