Troubleshooting • Re: No Supported Network Connection Manager Found
what rpiwhat os versionthe latest bookwormtry ssh in & sudo nmtuiStatistics: Posted by kerry_s — Mon Aug 19, 2024 1:56 am
View ArticlePython • Re: Pi 4b and 2004a display
PythonI2c tools installedStatistics: Posted by Dop — Mon Aug 19, 2024 11:04 pm
View ArticleBeginners • Re: Advice on my custom fstab ?
Hello friends,I made some customization in my /etc/fstab.It seems to work fine for my use case.The size of all tmpfs are OK for the moment.What do you think about it ?Do you see something that may be...
View ArticleGeneral • System ticks not lasting the expected time (off by several orders...
Hello,Using resources like this thread and this source code, I tried to build a test program to blink the Pico's onboard LED at arbitrary intervals, down from the big (1 second) to the really small (1...
View ArticleGeneral discussion • Re: applications in fullscreen
I already responded to you with a very detailed answer. https://github.com/Botspot/autostar/issues/4Did you read it?Statistics: Posted by Botspot — Tue Aug 20, 2024 12:13 am
View ArticleGeneral discussion • Re: Raspberry Pi 5 discussion thread
Today i found a cheap PD compliant power supply which claims to deliver 20 watts max and i bought it. I then found out it is only 15 watts max when the current is 5 volts. Anyway, up to this point, i...
View ArticleGeneral • Re: System ticks not lasting the expected time (off by several...
To be rather frank and honest with you, that is a lot of poor code. The functionality of the timer is all over your program -- a maintenance nightmare. Timing is a simple thing using API calls and...
View ArticleGeneral discussion • Re: Raspberry Pi 5 2GB released! $50!
“I think it's reasonable to think of the processor in the Pi 5 as 58 times faster than the original Pi.” well, it’s not completely unreasonable but for the benchmark stuff I care about - and obviously...
View ArticleGeneral discussion • Re: Python script not running on startup
How do I see a log of the events of startup process on the pi? Surely something in there will give me a clue?Statistics: Posted by BPT1901 — Tue Aug 20, 2024 12:37 am
View ArticleGeneral discussion • Re: Official Foundation Pi 4 case has no holes for airflow?
I recently purchased the Official Raspberry Pi Foundation Pi 4 case, and case fan https://www.adafruit.com/product/4794.However, after putting it together I see no way for air to escape the case,...
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 ArticleCompute Module • Static usb and cam ports
Hey guys, How do I assign static paths to usb and serial devices? On every reboot they seem to swap around causing my code not to work half the timeStatistics: Posted by d0gman — Tue Aug 20, 2024 1:52...
View ArticleBeginners • Re: Raspberry Pi 5 Cluster case that accounts for POE Hat.
Metal stand offs to stack the pis together and cardboard to make a box did the job well for me. For months too, until I decided to 3d print enough trays to rack mount mine when I built my cluster.It...
View ArticleGeneral • Re: Is SPI Slave (on Pico2) still fubar'ed?
P.S. I got my phases and polarities sorted out (both using polarity 1 and phase 1 now) and could perform a load test of data over SPI (Pi4 <----> Pico, jumper cables of 10 cm lengh). Each test...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: How to get hardware PWM working on pi 5?
Hey all,been busy recently and haven't jumped into the forums recently. But in terms of getting hardware-pwm working,It Works!I figured this out by replacing the motor with an LED and noticing it...
View ArticleGeneral • Re: serial port flip-flopping on Linux.
I also saw the flip-flopping, got annoyed and solved it like this: when I want the log over USB, I start a Bash script saying:Code: while (true)domicrocom --speed=115200 --port=/dev/ttyACM0...
View ArticlePython • Re: Python script not running on startup
Here is my script that was written in VSCode and remote into the PiCode: import psutilimport socketimport timeimport cursesimport sysimport loggingFONT_SIZE_20 = '\033[20m'FONT_SIZE_RESET = '\033[0m'#...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: RPi 5 gpio libraries
The dividing line between prototyping and product is a bit nebulous, and you would hope that a user wanting to script GPIOs would use Python, but you do get all sorts and we do try to accommodate them...
View ArticleWolfram Language • Re: Evaluating some Mathematica code on RP5 to test
Thank you very much!I had no error message when controlling GUIs.The first output cell produces a very annoying sound, and other output cells do not produce any sound on the RP4.Is there no sound...
View ArticleSDK • RISC-V cross-compiler on Raspberry Pi 4 Ubuntu 22.04?
I'm setting up my development environment for the RP2350. The recommended RISC-V cross-compiler for a 64-bit Intel / AMD host is here: https://www.embecosm.com/resources/tool ... ads/#corev. But there...
View Article