Troubleshooting • Re: Cronjob does not run launcher.sh
Hai Tim,You're right. The top of the .py file was #!/usr/bin/python.But it's working like a charm!Thanks!Statistics: Posted by Wessiez — Mon Nov 04, 2024 5:31 pm
View ArticleTroubleshooting • Re: Raspberry Pi says 'Timed out waiting for device'
Hi all. I have a Raspberry Pi that was collecting a lot of images that were obtained from a connected camera. The images kept piling on up to the point where the SD card had just 20mb left (It is a 32...
View ArticleBeginners • Raspberry Pi 5/Nextcloud: Move Data To SSD
Hi,I am building my own Nextcloud server basing the build on a build document for the Raspberry Pi. I'm no Linux expert so that's why I've come to ask you guys My kit for the build is:Raspberry Pi 5,...
View ArticleTroubleshooting • Re: Identifying a missing SMD component
The broken off part is a 0805 470nH inductor. Bourns part number SRP201208-R47MHThis might be hard to find but an inductor with following parameters should work. Inductor, SMT, 0805, 470n, IRMS=4A,...
View ArticleBeginners • Re: Space scanning/follow the line robot
An overhead camera, or cameras could give you the initial image for mapping out the lines and also accurate tracking of the line painting robot.Statistics: Posted by PiGraham — Tue Nov 05, 2024 5:00 pm
View ArticleRaspberry Pi OS • Re: Debian GNOME Ubuntu NO SNAP
Statistics: Posted by Wobbo — Tue Nov 05, 2024 5:05 pm
View ArticleSDK • Re: SDK install errors
Many thanks.Statistics: Posted by hippy — Tue Nov 05, 2024 5:10 pm
View ArticleGeneral discussion • Re: PINN with specific OSes
To avoid a common pitfall, you must install PINN on the drive you want to boot from, so your ssd if that is your choice.(Don't install PINN on your SD card and then install your OSes to SSD and expect...
View ArticleMicroPython • Re: Pico W _thread OSError: TinyUSB callback can't recurse
@scruss Maybe you know. What does the Pico do if you start a thread, then just exit with no main loop?I don't know. I never use threads. They are completely unreliable on MicroPython unless safely...
View ArticleGeneral • Re: RP2350 compatibility and performance - first tests
I used some late summer fresh air (up to 35C) viewtopic.php?t=375975And more context of these tests, you can find there RISC-V at 648 MHz results, the last post before the silence...
View ArticleGeneral • Re: Rpi pico w not showing up anymore on pc
I would use another PC (or Pi) where the pico works to put flash_nuke.uf2 onto the pico.Then see if it works on Win11 system.Statistics: Posted by neilgl — Tue Nov 05, 2024 5:46 pm
View ArticleMicroPython • Re: MemoryError: memory allocation failed, allocating 8192 bytes
That is indeed correct, I use a piece of code that works, but uses memory very inefficiently.i want to do this:Code: Q1: [170, 255, 31, 15 .........up till (230 times)........... 63]convert to:row1:...
View Article