MicroPython • Re: "Nine Pico PIO Wats with MicroPython (Part 1)"
The biggest gotcha, or Wat as we seem to be calling it here, IMO is that the PIO are programmed from a perspective of how the ARM-side sees things.Good point! I've added a new section to part 1:Bonus...
View ArticleTroubleshooting • Re: Zoom on RaspberryPi 4 with 64-bit Bookworm
Yours is a good idea. I have posted a bug there and will see if anything comes of it.Statistics: Posted by KitchM — Sun Jan 26, 2025 10:44 pm
View ArticleBeginners • Re: Pi 5 power options?
Why not use a mains extension then the official power supply?Statistics: Posted by rpiMike — Sun Jan 26, 2025 10:51 pm
View ArticleAdvanced users • Re: Pi Zero W kernel panic on Ansible driven first upgrade
Which OS are you using for the initial write to the microSD card for the zero W? (32-bit Bullseye or 32-bit Bookworm or other)And I,m not expecting "production quality" playbooks.I am using ansible...
View ArticleMicroPython • Re: 2 OLEDs on pico 2w 2040
IMHO it should be possible to use both I2C channels for these display independently. Generally no need to have both display on one I2C channel.It could be other reasons for this failure.I would check...
View ArticleTroubleshooting • Re: PI5 not booting, even without bootable device
Have you tried switching it back on using the button rather than the power supply?Statistics: Posted by pidd — Sun Jan 26, 2025 11:15 pm
View ArticleCamera board • Re: raspberry pi high quality camera connected to the pi zero...
I am using the following codefrom picamera2 import Picamera2import cv2picam2 = Picamera2()picam2.configure(picam2.create_preview_configuration(main={"size": (480, 360)}))picam2.start()while True:...
View ArticleGeneral discussion • Re: Wll we get a better replacement option for desktop...
Doesn't run Excel, so not much good for most users.LibreOffice, Office365, Google Sheets. All work fine. Although I have a Windows laptop with it installed, I haven't used Excel/Word etc in years....
View ArticleGeneral discussion • Knob to pot shaft dimesions
I'm about to place a big order with Digikey, but have some questions. I want to get some smaller rotary pots, smaller both in the size of the base and the height of the shaft. I understand that the...
View ArticleCamera board • Re: imx477 camera not working with ffmpeg and v4l2 app
I tried to do some research for libcamerify,it is just a script?could you please let me know how it works together with for example ffmpeg?How can use it I mean. ThanksGenerally you just put it in...
View ArticleGeneral discussion • Re: New "Ethernet-Transceiver"-Chip on the...
Thank you!Unfortunately I couldn't find anything about this on Google so I asked here to be sure Statistics: Posted by BitByte — Mon Jan 27, 2025 10:34 pm
View ArticleGeneral discussion • Re: Knob to pot shaft dimesions
The knob is a push-fit, not set-screw, it doesn't have a minimum shaft depth, it will work fine.The knob drawing is available https://mm.digikey.com/Volume0/opasdata ... 37_Dwg.pdfStatistics: Posted...
View ArticleBare metal, Assembly language • Any bare metal meetups at FOSDEM planned?
I was just curious if any folks will be attending FOSDEM this weekend and having any meetups or giving talks etc? I'd be happy to meet up with others. I wonder if there would be enough interest to...
View ArticleCompute Module • Re: USB-MSD Boot with CM5 using custom board
CM5 only supports USB-MSD boot from the RP1 XHCI controllers.Statistics: Posted by timg236 — Mon Jan 27, 2025 10:58 pm
View ArticleBeginners • Re: ino files from my windows system to the raspberry pi 4b
My Windows Arduino INO files are in C:\Users\dl1im\OneDrive\Documents\Arduino each one is in a seperate folder under there.Statistics: Posted by DougieLawson — Mon Jan 27, 2025 11:31 pm
View ArticleGeneral discussion • Re: Forum policy on AI posts
My earlier noting of an AI post, or at least containing a hidden link to an AI sources, appears to have been deleted; so I'll ask here - What is the forum policy on AI posts ?Presumably posts which...
View ArticleGeneral discussion • Re: Cannot install numpy on Pico
I tried to search for "micropython-numpy" through Tools=>Manage Packages, but it's not there.Your manage package location will be based on the Interpreter your have selected. If you have selected...
View ArticleGeneral discussion • Re: RPI USB3 Hub question
Hi,I'm looking for a USB3 hub with external power to connect a SSD (WDS100T3G0A, 5v1.6A) to my RPI4, an since I don´t have too many options in my country, I am looking at the original RPI USB Hub. Is...
View ArticleCamera board • Re: bookworm lite, rpi5, picamera2 preview on second hdmi
Hi,I cannot find out how to display the preview on the second HDMI screen, when two screens are connected. I am using DRM/KMS....Any tips/hints?Another user was adding some code to support something...
View ArticlePython • Rasp pi Pico wont work once soldered to headers
Hi, first time using this forum.Setting up pico and went through the setup on thonny, got the onboard led to turn on etc. Soldered half the header pins on and it still worked. Finished the other side...
View Article