Beginners • Re: Learning Linux
Hello,I'm new to the raspberry pi world. I bought a raspberry pi 5 several months ago and have been running the raspberry pi 5 OS on it so far. However, as I learn more and more about Linux, I'd like...
View ArticleGeneral • Re: RP2040 With No Flash
Some kind of GPIOs ... SIO, but no PIO.Statistics: Posted by gmx — Sat Oct 19, 2024 9:14 pm
View ArticlePython • Re: PID controller help
i guess once again im really no farther ahead here,if i add the GUI to the first thread it seems to bugger that up, if i put the GUI in its own thread i cannot for the life of me get it to read the...
View ArticleNetworking and servers • Re: "Fake" WiFi Captive Portal on Zero W?
Are you running the “Bookworm” LITE version of Raspberry Pi OS on the zero or something else?If so, use nmcli or nmtui to set up a WiFi access point on the zero. Others can then connect to it.I'm...
View ArticleGeneral discussion • New on screen keyboard option
I recently noticed that a new on screen keyboard switch was added in the raspberry pi configuration tool (the UI configuration, it is not yet included in raspi-config) and I wanted to provide some...
View ArticleGeneral • Re: RP2040 SWD entry once more
However I have two issues:* if I do something in a different way (e.g. NOT reading IDCODE or reading IDCODE before SELECT), things go wrong and I start getting ACKed AP responses with all zeroes as...
View ArticleGeneral discussion • Re: New on screen keyboard option
I've always thought that pressing both mouse buttons at the same time would be a good toggle for the onscreen keyboard and I wish something like that was standardised.I don't use the onscreen much...
View ArticleOff topic discussion • Re: C/C++ compiler feat. gpio libs for Raspberry 4 +...
TBH, I think it's more likely to be deleted than moved. However, if you do wish it to be moved the correct procedure would be to report the post and do the request there.I'm surprised, 6 years...
View ArticleCamera board • Re: "Or Better"?
We need only do something about that 1st frame being stretched.Try adding a short delay before starting the recording.As per this version, which also has a more generic way of defining the ScalerCrop...
View ArticleBeginners • Re: Old coding on new hardware
Hi,Yes I can see it as ACM0 every time I plug it in. I can also open a minicom and see the response from the Arduino. Also, if I open the serial monitor in Arduino IDE I can send a test set of data to...
View ArticleBeginners • Firewall properties
HiI have a program that needs to use the browser as a console, but, when I want to access the menu in that console, I get the message that the connection was not made and, among the solutions...
View ArticleBeginners • Re: Firewall properties
HiI have a program that needs to use the browser as a console, but, when I want to access the menu in that console, I get the message that the connection was not made and, among the solutions...
View ArticleGraphics, sound and multimedia • Re: Switching from 3.5 inch hdmi touch...
So the hdmi screen can work without the driver but after installing the driver I had issues.Statistics: Posted by therandomgenius — Mon Oct 21, 2024 12:05 am
View ArticleCamera board • Re: run yolo on raspberry pi ai camera
I am looking for some help in this direction too.. sorry for my ignorance but if I want to use the YOLOv8 model as in the https://github.com/sony/model_optimizat ... x500.ipynb using my own dataset -...
View ArticleAdvanced users • Re: How to disable onboard wlan0 and exclusively use dongle...
Thank you for the tip.Initially, it did work, however now the dongle wlan0 keeps dropping off the AP network.And tried reenter the wlan0 password to the AP network, this does not keep nor retain the...
View ArticleAdvanced users • Re: libgpiod version [SOLVED]
Yesterday's project was freeing myself from the baby harness which keeps me from reading any and all pins as input regardless of who supposedly has ownership of those.Ah, so for you the seatbelt...
View ArticleGeneral • Cleaning cache on RP2350 with PSRAM writes outstanding causes crash...
In Arduino-Pico (https://github.com/earlephilhower/arduino-pico) we support PSRAM and flash file systems. A user found a data curruption error (https://github.com/earlephilhower/ardui ... ssues/2537)...
View ArticleGaming • Re: GZDoom DOOM Engine Source Port on the Raspberry Pi 4 Computer
To compile GZDoom 4.13.0, you will need to recompile, and install the latest developer release of ZMusic.Statistics: Posted by Moonmarch — Mon Oct 21, 2024 10:29 pm
View ArticleBeginners • Re: rugged outdoor use
thanks everyone, uhh basically the project is a remote control lawnmower for context. so lots of good starting points in here thanks.Statistics: Posted by beyd1 — Mon Oct 21, 2024 10:47 pm
View ArticlePython • Re: Send email from python
Thought it was but then somethings. don't look right and like I said no importsso that's going to need smtplibI get an errorCONSTis is supposed to be a placeholder as I removed it and replace with my...
View Article