General • Re: Is there a minimum list of files to archive a project?
Most probably the old CMakeLists.txt is not compatible with the new system, and it makes the mess you see.I would suggest it's the VS Code Extension regime somehow being incompatible with entirely...
View ArticleOff topic discussion • running Pi off-grid: which battery-types can play a...
good evening dear Pi-expertsmy little winter project - working on a pi that runs offline and sends data to the mainstation (in the house): that said: taking Raspberry Pi projects off the grid is...
View ArticleBeginners • Re: Cannot find RPi in systemd but finds it in ssh
I deleted the current venv and recreated it. I then installed all my modules and the script now works in both ssh & systemd!I had also created another env at tflite1-env in same directory. I also...
View ArticleSDK • Re: Bluetooth: which example should i look for?
What is a BMS? Bluetooth usually needs a "profile" to support different kinds of devices. You need to add more detail about what you're trying to communicate with?A battery management system. I want...
View ArticleRaspberry Pi OS • Re: Fail! Pi Zero 2w OS 64 Lite with Gigastone 32 Sd
Appears 11/19 OS implemented "Command Queuing" by default. My Gigastone MLC 32GB does not support it. I am not sure if that is it. CQ is poorly documented outside of the PI 5 world. You can disable...
View ArticleBeginners • Re: Pi 02W, "can't read /etc/rc.local no such file or...
Code: can't read /etc/rc.local: No such file or directoryWhich OS are you runningWhat happens when you enter Code: $ more /etc/rc.localI'm running the latest Raspberry Pi OS Lite64 (Bookworm).It...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Using Samsung Galaxy note screen for...
I don't know if you could use the Samsung for this...https://www.tomshardware.com/how-to/use ... -pi-screenYou will need an adapter.you've seen OPs pictures showing the tablet is disassembled?1st...
View ArticleMicroPython • Re: .uf2 upload problem (raspberry pi pico 2)
Which board library for the Pico 2 W are you using?I am using Code: https://github.com/earlephilhower/arduino-pico/releases/download/global/package_rp2040_index.json which has support for pico and...
View ArticleAutomation, sensing and robotics • Re: bme280 sensor not being picked up
Have you got the wiring like he said, including"N.B. Adafruit shield uses pullup on SDO and CS (CSB) so you could leave them open."Open means not connected to anything, no wires attached.Statistics:...
View ArticleTroubleshooting • 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 Article