SDK • SDK 2, VS Code + Pico extension, where are PIO examples
My congratulation to the team for the ease of use with SDK 2 and RPi OS + VS Code + Pico extension. Is there a plan to add all the examples missing from "New Project from Examples" selection...
View ArticleGeneral • Re: Is SPI Slave (on Pico2) still fubar'ed?
RP2350 has two identical SPI controllers, both based on an Arm Primecell Synchronous Serial Port (SSP) (PL022) (Revision r1p4).Statistics: Posted by trejan — Tue Aug 20, 2024 9:22 pm
View ArticleRaspberry Pi Connect • Re: Unable to read device serial number from...
What OS are you running and what model of Pi board?Statistics: Posted by trejan — Tue Aug 20, 2024 9:23 pm
View ArticleGeneral • Re: Problem building project.
you need to delete your build directory (contents) when updating to the latest SDKAhh, that's got me further thanks, now getting a failure to link as it can't find set_sys_clock_khz :Code: [build]...
View ArticleBeginners • Re: GPIO mode and I2C mode conflict
Thanks for your help with this.I setmode to BCM + changed the PINid numbers . . . . . This got the python program working.As suggested, I will research gpiozero and migrate over to it. This should be...
View ArticlePython • Re: Python script not running on startup
Thanks for everyone’s advise so far. thagrol is right though I am novice to this and it can get a bit confusing, but I am learning a lot and fast!Travelling at the moment without my PC when I settle...
View ArticleAdvanced users • Re: Pi 5 - dwc2 not working
Thanks, that was helpful.Statistics: Posted by stuartlynne — Tue Aug 20, 2024 10:00 pm
View ArticleTroubleshooting • Re: Pi4 doesn't connect to wifi after reboot
To fix WIFI try removing conman.Code: sudo apt remove conmanStatistics: Posted by klricks — Tue Aug 20, 2024 10:00 pm
View ArticleBeginners • Re: How do you handle your IoT services? Does the Raspberry Pi...
I wouldn't make a smart plug, I use a ready made one that you can change the firmware, +1...unless you are fully conversant with all your local electrical safety codes, and can design and build to the...
View ArticleTroubleshooting • Connected thermal printer keeps changing URI
I have a weird issue where the receipt printer connected to the pi keeps "losing connection" if the pi is rebooted, and what I've noticed is that when that happens, and then I try to add a new...
View ArticleOther RP2040 boards • Re: Olimex RP2040-PICO-PC for Raspberry Pi Pico
There appears to be a schematic on that github page:https://github.com/OLIMEX/RP2040-PICO-P ... _rev_B.pdfIs that the product in question? It appears to be just an add-on to a standard Pico with a few...
View ArticleHATs and other add-ons • Re: Pi Codec Zero - Can I use two for 4-channel ADC
Unfortunately not - the sound data (or in your case, ADC data) is transferred via I2S, which only supports 2 channels, so you'd have conflicting signals if you were to stack one on top of the...
View ArticleGeneral • Re: Emulating an iPad compatible Game Pad with RPi pico?
Sounds like you are looking for some of HID composite device example.Statistics: Posted by Slion — Wed Aug 21, 2024 10:06 am
View ArticleTroubleshooting • Re: [BUG]Bookwoorm: Pi2 No UART possible on GPIO14/15
I never bother with the GUI settings stuff, just use sudo raspi-config from the command line, and then:Code: Would you like a login shell to be accessible over serial? NoWould you like the serial port...
View ArticleCamera board • Re: Raspberry Pi Camera Module 3 NoIR and stereo pi
Yes you can render the two camera images side-by-side.There are a couple of restrictions with regard exactly how you can achieve that, largely that rpicam-vid using DRM preview will only allow one...
View ArticleGeneral discussion • Upgrading to PI 5.
I have a Raspberry PI 3 in a box with a power supply, monitor, keyboard and mouse attached, in my attic. This is probably a really stupid question for those who have kept up to date with developments...
View ArticleGeneral • Re: Raspberry Pi Pico W malfunctions during voltage drop
Since nobody has offered a way to move forward on the Arm Core hard lock, it follows that there's likely not much that you can do to recover from that hard lock. We've already talked about watchdogs...
View ArticleBeginners • Re: pi5 using 480i
I had a few friends write me a custom edit to try and make this work, but no matter what we try the Pi4 forces 576i on my PVM CRT and nothing else will really work unless it's 240p. Getting it to...
View ArticleAdvanced users • rpi5: Secure boot used to work, suddenly it doesn't
Hello. Not sure what I changed, seemingly for no reason my RPI5 stopped booting. I had a secure boot flow working and I didn't write the key to the OTP yet. Here's my content of my sdcard. Right now...
View ArticleOther projects • Re: Space:1999 Commlock (handheld audio & video player)
I've briefly tried to find the relevant source code on Github, so you could build the files yourself, but it looks like it's moved...So, attached are the necessary files to add to your 32 bit OS, and...
View Article