Other projects • Re: Toastmasters Timer
I did something similar a long time ago. It had two ultra bright LEDs inside, one red, one green; a four-position switch; and batteries.The switch was wired so that position 1 was off, and position 4...
View ArticleTroubleshooting • Re: Suddenly HDMI is not working
Around 79°C (+/- 0.5).Looks hot in fact... and it's currently sitting there without doing nothing (except running my ssh session, of course).That temperature is not expected unless the processors are...
View ArticleTroubleshooting • Re: apt-get update look for a connection to postgresql
Hmmm...Maybe I did not get all from the update. It should look like this:Hit:4 http://archive.raspberrypi.com/debian bookworm InRelease Get:5 https://apt.postgresql.org/pub/repos/apt bookworm-pgdg...
View ArticleGeneral discussion • Re: No 'New Posts' ?
Still doesn’t seem to work like before the update.Statistics: Posted by rpiMike — Mon Jul 15, 2024 11:07 am
View ArticleGraphics, sound and multimedia • Re: Confusion about where video= came from...
I've only had a very quick look at the code as generally we recommend that you manually configure the video= entry rather than try to fudge it with the legacy hdmi_[mode|group] type commands.From the...
View ArticleRaspberry Pi Connect • Re: Raspberry Pi Connect - Paste to Remote
If I sign into the Rpi shell as opposed tot he screen to screen, I can paste directly into the shell......how weird is that?If you were to use the 'Report this Post' facility to ask a Moderator to...
View ArticleOfficial Display • Re: Updated Display?
Also the 15.6 inch screen has been shown, no release date yet:viewtopic.php?t=368866&start=150#p2235802Yep, missed that as it's a monitor and not a DSI display. As OP did not mention her/his use...
View ArticleHATs and other add-ons • Re: M.2 Hat+ pcb versions
There are various images around the Web with various numbers on them, unlikely to be pcb...
View ArticleGeneral discussion • OS / Harware Compatibilty
Until recently I had always believed that, provided you respect 32/64 bit restrictions, you could develop software on any Pi and transfer it to any other Pi and it would work.Now in Imager you are...
View ArticleGeneral discussion • Re: RPi zero 2W using Yocto
Since this is not related to a RPI OS,. you are likely best to look for support at Yocto. See https://www.yoctoproject.org/community/contribute/Additionally, there are a number of posts of Yocto on...
View ArticleGeneral discussion • Re: OS / Harware Compatibilty
Because we use standard Linux APIs, HW is abstracted away from the user, so programs written on one Pi will mostly work unchanged on another. You cannot really "pick" Pi 5 HW when building...
View ArticleGeneral • Re: Using oscillator of different frequency with RP2040?
The biggest problem is that you can't use USB in the bootrom (because there's no way to tell the bootrom about your different speed clock), so you can't load initial software via Picotool or USB...
View ArticleGeneral discussion • Re: Guidance on Using ATmega4809 with Raspberry Pi
What do you understand by "using X with raspberry"? Are you using a stand-alone ATmega4809-chip, or are you using a microcontroller board with USB and so on?My recommendation would be to search for...
View ArticlePython • Re: How to get Python to use a custom library path
If your python program launches another python process (I've seen this kind of crazy thing...) that new python process will not have any knowledge of whether it's in a venv or not.The way you ensure...
View ArticleGeneral discussion • Re: run commands from terminal at startup
thanks for replywhat is your guide on user services?Linked by neilgl above and GitHub link in my sig.Statistics: Posted by thagrol — Fri Jul 19, 2024 9:28 am
View ArticleGeneral • Re: any existing high-speed pico-to-pico bus?
For Picocomputer 6502, Rumbledethumps developed the PIX (Pico Information eXchange) bus using 5 GPIO pins.It limited it to 64 KB but it should be expandable.cf....
View ArticleRaspberry Pi OS • Re: Defalt skin of LXTerminal
you could try putting back the original .bashrc, .profile and .bash_logout files for a start. Other files may need putting back to default as well.Code: cp /etc/skel/.* ~then log out and back in...
View ArticleRaspberry Pi OS • Re: LDAP Server Installation
Thanks for you suggestion, hortimech. It looks like I am getting somewhere. FWIW, I have included the commands and their output below. As you can see, things look to install correctly now and the...
View ArticleAdvanced users • Re: HOWTO: Create a Super User File manager
Caution when using this is a great idea. That is why I put it under advanced. It is much easier to mess things up in the terminal using sudo that in the GUI IMHO.Statistics: Posted by JBee — Fri Jul...
View ArticleGraphics, sound and multimedia • How to control waveforms during HDMI...
Hi I am in the middle of a compliance test for HDMI and I have a problem and need to control the output waveform for HDMI.(use Compute Module 4)As shown in the link below, the Jetson module seems to...
View Article