Raspberry Pi OS • Re: No stable kernel release - how to fix this?
I suspect missing „linux-image-raspi“. That one is needed, isn‘t it? (edit: according to the internet it‘s not as it’s generic and the raspberrypi-kernel and raspberrypi-bootloader are specific for...
View ArticleSDK • Re: How to set NO_SYS to 0
OK. SO, in my top level CMakeLists.txt I addedadd_compile_options(-DNO_SYS=0)I then removed the other pico_cyw3* link libraries:target_link_libraries(${ProjectName} pico_stdlib #pico_cyw43_arch_none #...
View ArticleGeneral discussion • Re: Raspberry Pi 5 discussion thread
As with most everything computers, people have very different ideas what everything means. For some a Pi is a desktop replacement that can be used for browsing the web; for others a Pi is like a super...
View ArticleTroubleshooting • Re: How to run commands on boot/startup for...
Sorry for the confusion on the link! Apparently I didn't have the proper link pasted and missed it when I double checked the post. Everything should work now lol. Thagrol's post above though certainly...
View ArticleTroubleshooting • Re: Unable to boot from NMVe
What have I done wrong?Installed Ubuntu? And what can I do to be able to get the raspberry pi 5 to boot from the SSD. In all seriousness, try with the recomended and most supported on here OS:...
View ArticleBeginners • Re: Bootloader doesn't appear to be working.
Bump!I'm sorry to hear that. Noone hurt I hope.Re-reading the thread, I don't see any mention of the specific Operating System image you are trying to boot, or how it was 'flashed' to your microSD...
View ArticleAdvanced users • Using rfcomm connection to trigger an event
A little background:I'm using MIT App inventor to create an apk. The little app allows me to control an RC car via bluetooth.The MIT stuff is done (huge pain and took turning rfcomm on when the Pi5...
View ArticleOther RP2040 boards • Re: Custom RP2040 Board - W25Q16JVUXIQ not detected
There's nothing particular to do to select between these devices - they should both work equivalently for programs smaller than 2Mbyte.One possibility is that they aren't W25Q16JVUXIQ but something...
View ArticleHATs and other add-ons • Re: Longer Flexcables for the M.2 HAT+
Thanks for the great input, folks!I figured since it was FFC roputing NVME distance might be limited.Statistics: Posted by thismarty — Fri May 31, 2024 11:07 pm
View ArticleTroubleshooting • Re: Firefox tabs crashing as of a few weeks ago
it was freezing for me, just randomly unresponsive.Statistics: Posted by kerry_s — Sat Jun 01, 2024 9:48 pm
View ArticleHATs and other add-ons • Re: GPIO Extender for RPi5
Yes, here is one:https://thepihut.com/products/40-pin-gp ... -gertboardAwesome!I noticed though that this cable (and many others like it) appear to specify compatabiltiy with various RPi models BUT...
View ArticleTroubleshooting • Re: Pi 4 wifi works for a few days then I have to reinstall OS
Ah, ok. Watched a wrong video then !The OS reinstall will probably work for a few days or a week so if I lose the connection again I will go through the diag process then.it's to check your card/media...
View ArticleOther projects • Re: Custom Key pad
all good, I have soldered just the pins in use at the moment and I started all 1's every time no matter if a key is pressed or not, could this mean i have put the clock and PL the wrong way...
View ArticleMicroPython • Re: Pico w Wifi Connection
You have a case issue on the SSID name...LanOfTheFree vs lanofthefreeTry the same on both devices.Statistics: Posted by MiscBits — Sat Jun 01, 2024 10:11 pm
View ArticleNetworking and servers • Re: Sharing subdirectories using SMB
[shared}create mask = 0666directory mask = 0666path = /home/usr/sharedread only = NoThat's not the entire output from testparrm -s is it?Try withCode: directory mask = 0777and be aware that that...
View ArticleGeneral • Re: Forthcoming "RP235x"
Hi,If the aim was to make a computer board that was cheap enough that more people could learn some programming with low risk then there may be a few options. This would be consistent with most...
View ArticleTroubleshooting • wpa_supplicant restarting every 4 seconds or so
My pi zero W is unable to access WiFi for very long. I rescued this from a dumpster-bound electronics device, so I can't say if it is even functional. I get DHCP requests about every 4 seconds. A...
View ArticleCamera board • video surveilance software using libcamera
Can someone recommend (video surveilance) camera software that uses the current libcamera software? That is a modern version of MotionEyeOS or Rpi_web_cam_interface.I have a "Raspberry Pi Camera...
View ArticleAutomation, sensing and robotics • Re: Reliable Tilt Switch
ame,So the failure rate on the tilt switch I am currently using has been about 0.3%, which doesn't sound high, but the max failure rate that is reasonable for my set up is about 0.025% or about 10...
View ArticleBeginners • Re: Help with Pi unknowingly shutting down.
Thanks all.Found a bootlog and am looking at it.(Don't really know for what I am looking, but...)Here are some things that caught my attention.BTW, this has an RTC in it.Jun 2 00:28:27 TimePi...
View Article