General • Re: RP2350 Errata E9 - Pull-down lock-up
Ok I have posted elsewhere but I think I have my adc problems resolved.Two code changes. First is not to call adc constructor on each read but only once on configuration change i.e from touch detect...
View ArticleGeneral • Re: PICO 2 - Corrected version availability?
Agree on the bad spelling, but not on the technique. Definitely the preferred way, and indeed the only way on many MCUs. And even if they are available you have to keep within the max total IO current...
View ArticleAdvanced users • Re: One initramfs to rule them all (and in the darkness bind...
and in the darkness bind themThis bit will fail, because USB is not a ring topography. I think you may need a Sau-ROM boot mechanism. (Sorry, I couldn't resist. My Hobbit-fu is weak.)Statistics:...
View ArticleGeneral • Re: Documentation updates
The "getting-started-with-pico.pdf" still links to a deprecated page for "GNU Embedded Toolchain for Arm" instead of the current.GNU Embedded Toolchain for ArmStatistics: Posted by breaker — Tue Sep...
View ArticleGeneral • Re: Continues SPI transfer
4.4.3.10. Motorola SPI Format with SPO=0, SPH=0 in RP2040 Datasheet saysIn the case of a single word transmission, after all bits of the data word have been transferred, the SSPFSSOUT line isreturned...
View ArticleGeneral • Re: Writing in file Pi Pico
...I am not aware of anyone who has implemented C++ file streams for the Pico.Have a look at SdFat.Statistics: Posted by carlk3 — Tue Sep 03, 2024 11:00 pm
View ArticleBeginners • Re: Step up, supprt, troublshooting, cs2 camera module
Please don't multiple post, You're just wasting peoples time... And 4 posts, really Statistics: Posted by wildfire — Tue Sep 03, 2024 11:00 pm
View ArticleBeginners • Re: OLED display to play video?
Looks like a good option! I was thinking of displaying video as with an MP4 player, but perhaps I can display a series of vector graphics as if they were schematics.I still think that the Raspberry...
View ArticleTroubleshooting • Re: How to move the mouse pointer automatically?
Which model Pi are you using?4B+I know it's overkill, but I'm reusing the hardware that someone else got to put one of those dedicated sign OS's on. It worked for a while, and then got stuck on the...
View ArticleGeneral • Re: Pi Pico VScode extension: Failed to setup example
What is the road map here, to update the Official Pico SDK Installer to be the same as whatever you are doing for VS Code, or what ?The roadmap here is to stop using the Windows Installer (hence the...
View ArticleBeginners • Re: pi5 using 480i
As a long-time crt_emudriver user and CRT tinkerer, it's kinda upsetting to think that Linux is no longer the ultimate you-stipulate it-does OS when it comes to this. I understand that the topic is...
View ArticleHATs and other add-ons • Using a 5G sim with RPi5?
I’ve tried googling without any success. Could anyone point me in the direction of a 5G sim hat that I’m able to use with a RPi5.What are you guys already using? Thanks in advance.Statistics: Posted...
View ArticleRaspberry Pi OS • End of Support Dates?
As I recall there are statements on the Raspberry Pi website regarding how long hardware may be in production. Is there something similar with respect to support for Raspberry Pi OS? As a point of...
View ArticleGeneral discussion • Re: HDMI to Csi2 bridge using, Raspberry pi 4 and TC358743
Why don't you use the CSI interface built in to the Pi4B?As for getting an answer ASAP...most of the people providing answers here are doing it on a purely volunteer basis and *when* someone answers...
View ArticleGeneral discussion • Re: First quarterly report for Raspberry Pi Holdings PLC?
I suspect many people will be interested in the AGM they have to hold within 6 months of the annual report. Buy a few shares and you have the right to ask questions. Always interesting to watch CEOs...
View ArticleBeginners • Re: Looking for a good screen with certain spec
Any ideas on this? Thank you.Statistics: Posted by foul_owl — Wed Sep 04, 2024 10:36 pm
View ArticleGeneral discussion • Re: Official Foundation Pi 4 case has no holes for airflow?
Any suggestions on how we get it across that the Foundation is the educational side, and the Ltd is the bit that makes everything would be most welcome!!! It is frustrating that this is not yet well...
View ArticleRaspberry Pi OS • Re: How to access I2C device from user space
I had some time to verify this.I installed a new image using Raspberry Pi Imager, On reboot I updated all the software packages and rebooted. When I look for the humirdity1_input files:Code: $ find...
View ArticleRaspberry Pi OS • Re: LXTerminal not showing shift+e
Do you have [Caps Lock] on?Statistics: Posted by klricks — Wed Sep 04, 2024 11:06 pm
View ArticleGeneral • Re: Pico W USB lockup
Ya, the PICO can be finicky at times. What I do is write to a log file then if there is an exception which causes the program to end, the try/except catch renames with an ERR_ prefix. This allows me...
View Article