Raspberry Pi 400 • What Bluetooth codecs does the Pi 400 have?
I am having trouble finding what bluetooth codecs the Pi 400 has. I think it uses the Cypress CYW43455 Wi-Fi/BT chip same as the Pi 4. I have Hi Res headphones and it would be good to know if it is...
View ArticleBeginners • Re: A replacement for MotionEyeOS?
It may be more setup, but the underlying code for MotionEye OS (MotionEye) is still being updated to my knowledge.[…]https://github.com/motioneye-project/motioneyeHas the underlying code been patched...
View ArticleCompute Module • Re: CAM1 not working on a custom board with a CM4
So you haven't fitted R9 ?Statistics: Posted by dp11 — Tue Nov 26, 2024 7:19 pm
View ArticleOther projects • Re: Very simple DTMF dialer
hello, Thank you all for responding.I think i was not clear in my question, sorry for that.I am not looking for a modem or other dailing machines.The modem mentioned in the start post is the existing...
View ArticleRaspberry Pi OS • Re: X11/Wayfire/Labwc
You're right. Allthough i also tried to re-select X11 in raspi-config in order to rid the startup-notification and it didn't help. I hope it won't appear again when i switch back to X11.Statistics:...
View ArticleBeginners • Re: Systemd, gpiozero, permissions - boot vs shell
I verify below:Pi Zero W:Code: $ systemctl list-units --type target --user | egrep "sound|bluetoot" bluetooth.target loaded active active Bluetooth sound.target loaded active active Sound Card$...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Configuration of DSI Generic Overlay...
Hello 6by9, Yes, I'm trying to upgrade my existing STM32 setup where I could control the different modes of operation and verified via both hardware signaling and a DSI sink device. The older approach...
View ArticleRaspberry Pi OS • Re: Select which updates to install.
Thank you Andrew, that worked.Statistics: Posted by PD9RD — Tue Nov 26, 2024 7:33 pm
View ArticleAutomation, sensing and robotics • Re: Usage of RS485 for solar energy system...
You will definitely need a suitable RS-485 interface between your solar interface and the Pi. Probably any of the ones you list are suitable.RS-485 signals may generate 5 volts (or more); this is...
View ArticleOff topic discussion • Re: In regards to: My Vision for the Raspberry Pi 6 -...
I think it is hysterical that my little thread, which was supposed to be a simple inquiry into a matter of board mechanics and user capabilities - has turned into a full-scale discussion of the...
View ArticleSDK • Re: pico2040 cannot find I2C_NUM()
Following killergram's advice, I just deleted everything in build and reran cmake .. and make. That got me a build with the correct sdk version and it now finds I2C_NUM. I would prefer to know what...
View ArticleMicroPython • Re: About the core use when using _thread module?
Somehow it's still difficult.Yes, the GIL limits a system to only running one thing at a time which automatically means no thread can be tampering with any data another thread may be using;...
View ArticleGeneral • Re: New way to upgrade firm
HelloGentlemen and ladies, I kindly ask you for help and explanation of a basic issue related to PICO.PICO is to be used in a certain project for which I will use by 20-30 people, it is to be a...
View ArticleC/C++ • Re: Where is std::format ?
If you have a more powerful rpi to hand, it's no harder these days to build a newer gcc version than it is on on any standard linux distro. I use gcc 14.2.0 currently. I've built gcc 15.x (under 64bit...
View ArticleMicroPython • Re: Connecting to the Internet with new Pico 2 W
I get Unable to connect to COM38: port not foundThat seems to be an issue with Thonny rather than MicroPython or the code you have. It seems Thonny expects to find your Pico 2W connected to a USB...
View ArticleGeneral discussion • Re: New Raspberry Pi Products
nice thing, but i would have added an option: on the case , on the left, having an opening that could fit a D37 or two D9 D connectors, to take in/out some signal to the GPIO or to an hat connected...
View ArticleBeginners • Re: Largest touch screen with rpi4?
Thanks JameshI bought a 23" Hannspree and it works perfectly thanks! Do you have any advice/idea on how to get it now working as a digital dashboard/calendar/planner that also can take touch input?...
View ArticleGeneral • Re: search example arm pico2 assembler program without use sdk
1) yes2) yes3) no because without the sdk it is impossible for me to have a display. That is why I always start by writing a program to light the led sin sdk. Until this simple program works, I'm not...
View ArticleTroubleshooting • Raspberry Pi Pico not working.
Hello,I bought a Raspberry Pi Pico today, and after some time, I’ve started experiencing issues. When I tried to reconnect the Pico to my computer, it wasn’t detected, and there was no response. I...
View ArticleGeneral • Re: RPI pico 2 sleep mode
Awww stop it xD No, now it was at VSYS. That li-po regained some voltage, so now was on the edge for direct drive. I guess nothing prevents anybody to make their own PCB, but that stamp size XIAO 2350...
View Article