Troubleshooting • Re: Raspberry Pi 5 with Waveshare 4inch DSI Round Touch...
No image was attachedStatistics: Posted by neilgl — Sat Dec 28, 2024 4:46 pm
View ArticleBeginners • Re: How do I run VASM?
Matt,Considering your posts here and elsewhere, it seems to me that you are attempting to run before you can even crawl.In answer to your question it's a label to mark where a branch will jump to in...
View ArticleMicroPython • Why is my MicroPython script running so slow with SD card?
Hello.I'm new to the Raspberry Pi Pico, I had one before but never did much with it besides Hello World, but I got one this year for Christmas and after soldering the pins I have spent the past few...
View ArticleTroubleshooting • Re: Pi 5 no longer has functioning wifi after latest update
Hold on, we are looking at OP's (penciltester) issue, not hijack of nbs246, aren't we?And we are waiting on the ethernet cable test?Statistics: Posted by neilgl — Sat Dec 28, 2024 4:49 pm
View ArticleMicroPython • Re: Pico W Reliability
I am well out of my depth but your thinking sounds plausible; that some event occurs, it gets missed, something doesn't happen, and it's 'thank you and goodnight'.With a Pico W connected to my router...
View ArticleBeginners • Where can I find books on optimising ARM assembly code by hand?
Hello; You should know that other users have pointed out that I should learn to crawl before learning to run, but I just can't help myself. I'd love to find these books and instructions well before I...
View ArticleTroubleshooting • Re: Raspberry Pi 5 cannot get to boot settings
For the Pi5, the Batocera website says:"The Raspberry Pi 5 is supported as a “beta” version, available from the batocera.org website.When will the final version be available? When it's ready. "So I am...
View ArticleCamera board • Re: Newbie alert! Help with Rpi5 and camera distance recording
This is a bit rough (as I keep saying, I'm not a Python programmer), but I've used it on a Pi 2B to record a set of fixed length video files with a time/date/ID caption on the video.Feel free to do...
View ArticleGeneral discussion • Re: How much is pi stuff supposed to cost?
My understanding is official price is suggested retail price. This includes consumer markup but not taxes nor duties. What some people notice, perhaps for the first time, is that their country of...
View ArticleBeginners • Re: Calling Standard Time Via Strftime
Thanks for that explanation.I just tested out the following code to change a pi which was initialized as Phoenix, Arizona (i.e. -7 time zone), to a time zone of -5 (east coast United States time...
View ArticleTroubleshooting • Re: Booting from network, only when needed?
I tried with an USB stick with Rasp OS, same thing, it's stuck on the SSD.Statistics: Posted by JeyC — Sat Dec 28, 2024 5:07 pm
View ArticleBeginners • Re: Where can I find books on optimising ARM assembly code by hand?
When I was a young programmer, many decades ago; we used to spend a lot of time optimising solutions.....Then hardware became cheaper and compilers became better. In parallel; programmers became more...
View ArticleMicroPython • Re: Latching High?
I've never understood the E9 bug nor managed to replicate it.Why not try switching to PULL_UP and connecting the button between GP14 and GND.Statistics: Posted by rpiMike — Sun Dec 29, 2024 4:41 pm
View ArticleTroubleshooting • Mounting a Windows shared folder is ok, but not writing in
Hi!I was following a tuto to mount a Windows folder share.Mounting is ok, I can see the content, open TXT file and read the content.I use this command : sudo mount -t cifs -o...
View ArticleGeneral • Re: Testing high forward voltage 5mm LEDs on Pico digital pins...
But if you do use those pins I read an article that your eye actually sees the LED brighter if you use a PWM to drive it rather than a steady voltage, so doing this is always recommended.Really? Do...
View ArticleWeather station • Re: Hardware... and weather station questions
Hi allA local Rpi Distributor has the normal/standard Weather station kit,Which comes with the 3 units, speed, direction and rain, each with a RG11 connection, "dumb" question, are these digital or...
View ArticleTroubleshooting • Re: Mounting a Windows shared folder is ok, but not writing in
I've noticed this too, on the broken versions of Windows (anything after 7). And I'm going to assume that you are running one of the borked versions.It depends entirely on exactly what you did on...
View ArticleRaspberry Pi OS • Re: how to fix this error from rpi-update
Prior to embarking on this upgrade (remote upgrade at that) journey, I did go a backup:1. Saved the image of the sd card (using dd).2. Also backed up /etc/ (excluding pi-hole config).3. Backed up...
View ArticleTeaching and learning resources • Re: Advent of Code 2024
Since the Pico's arrival I've tried running C++ Advent of Code solutions on it. This year it gets more interesting with the addition of the Pico 2. These solutions are single threaded pure CPU and...
View ArticleBeginners • Using Pi as a wifi hotspot - problem with some devices connecting...
I'm using instructions in https://www.raspberrypi.com/tutorials/h ... i-hotspot/ to create a wifi hotspot, so I can connect the Pi to a wifi network on board a ship which charges per device connected,...
View Article