SDK • Re: pico_util/datetime errors
Are you able to compile the hello_rtc.c ? I was able to do so with SDK 2.1.0, maybe try it first.Built out-of-tree I can build for RP2040, but not for RP235X -Code:...
View ArticleAI Camera - IMX500 • Re: AI Camera (RP2040) firmware update for second camera
the problem is that the firmware update tool, updates the first camera and don't know how to specify to update the second. the firmware update tool doesn't seem to have some parameter to indicate...
View ArticleSDK • Can't get TinyUSB HID to work
I have a Pico W that I want to work as a keyboard/mouse. I used the "New Project From Example" to create the dev_hid_composite example. I can't get it to type or move the mouse. It isreaching the...
View ArticleSDK • Re: I2C random timeouts using i2c_write_timeout_us()
Sorry, my bad, I meant read timeout, as on the scope the last operation is a READ.On write it's the slave acknowledging the data.Or it might be that the scope screenshot is not related to the glitch...
View ArticleAdvanced users • Re: GPIO headers on bottom, again
I think I'll try that for now to avoid having to redo my relatively freshly hand-assembled custom board yet again. But that's only a temporary solution.If its your "hand-assembled custom board" why...
View ArticleGeneral discussion • Re: New Pi 5 Revision? What changed?
There is only one revision of the RP1.Statistics: Posted by jamesh — Thu Jan 16, 2025 8:09 pm
View ArticleGeneral discussion • Re: Pi 3 A+ prefers 6V instead of 5V?
Any voltage above 5.1V is likely to be deadly.I would hope not when USB was initially 5V +/- 5%, 5.25V, and the USB 2.0 specification allows for a maximum of 5.5V. The Absolute Maximum VIN for the Pi...
View ArticleCompute Module • Re: Dual Camera (imx708) with CM5-IO dev board works on...
OK, I replicated the issue with MIPI #1 and 64bit OS.1) after flashing a fresh 64bit system via "Raspberry Pi Imager" with default MIPI #1 configuration it works without any problems.2) after updating...
View ArticleRaspberry Pi OS • Bootstrap user with uid
My systems are now integrated with a homelab ldap where my users start with uid 1000. This conflicts with the uid that the default user that is created on the Pi OS, typically the user "pi". I have...
View ArticleBeginners • Re: thought experiment: privacy and security when working with...
As this thread is a thought experiment, if the Pi 5 secret were known to an adversary and used to install persistence, is there still a guaranteed way to reset the EEPROM to a known good state?Run the...
View ArticleSDK • Re: Can't get TinyUSB HID to work
Or you can try with CherryUSB. CherryUSB "integrated" into project. Two versions. 0.10.2 where RP support was ditched and 1.4.2, with some little changes. Modified it a bit, so runs on RP2350 as well...
View ArticleGraphics, sound and multimedia • Re: Pi 5 with 8 USB camera
Have a look at Zoneminder. Not sure if it runs on Ubuntu on Pi ?Statistics: Posted by neilgl — Thu Jan 16, 2025 8:28 pm
View ArticleTroubleshooting • Re: constant freezing with the raspberry pi 5 under any...
Did anyone seeing this issue try an overvolt in config.txt to see if it helped?over_voltage=xwith x=1-9. I'd start at 5 to see if that helps then reduce until failure.Statistics: Posted by jamesh —...
View ArticleBeginners • Re: RPI5_Access point
Does it work if you set the Pi5 up as a hotspot using the standard documentation?https://www.raspberrypi.com/documentati ... le-hotspotStatistics: Posted by neilgl — Thu Jan 16, 2025 8:31 pm
View ArticleTroubleshooting • Re: Problem with GPS USB Device
I think that is a ublox 7 device, so well supported.If you have a windows device, laptop etc, stick it into that and get the ublox centre, see if it is working well, there may even be updates.One tick...
View ArticleSDK • CMake managing Raspberry Pi Pico W project and MAX7219 display...
I am using Raspberry Pi Pico W with RP2040 microcontroller chip. I was looking to connect the raspberry pi pico w's GP0 SDA, SCL pins to connect to send data to the MAX7219 pins. My issue currently is...
View ArticleDevice Tree • Re: evtest ?
I think you should say which rotary encoder you are using, in case the behaviour is device-specificStatistics: Posted by PhilE — Thu Jan 16, 2025 8:49 pm
View ArticleGeneral discussion • Re: hard drives
Should have mentioned this above but I forgot and it does seem relevant.When using a Pi5 there is a potential gotcha with BTRFS: if there is a mismatch between page size between the kernel and...
View ArticleMicroPython • Re: Unable to allocate memory on a raspberry pico w
Would that mean gc does not get invoked during compilation of a single module?That was the basis for my view that lowering '.threshold()' might not actually achieve anything.I honestly don't know if...
View ArticleAutomation, sensing and robotics • Re: Problems to use Raspberry Pi Zero 2W...
Just use the standard camera apps, noting special is needed.look for fpd-link Ii or III, might give you another idea how to transfer your camera datavia single coax cable.I appreciate all your help,...
View Article