General • Re: Bookworm issue - Pico W, 'minicom' and 'break detect'
strace shows that minicom does in fact print the "Sending BREAK" pop-up, then it calls ioctl TCSBRK, which returns 0 (success) immediately, and minicom tears down the pop-up before it makes it out to...
View ArticleNetworking and servers • Re: WiFi benchmarking on RPi5?
Thanks ejolson for the hint.Statistics: Posted by WiFi Diving — Tue Apr 30, 2024 3:48 am
View ArticleOther RP2040 boards • Re: Custom RP2040 board not working
That MicroPython doesn't enumerate suggests that it is perhaps Windows which is screwed up.I use a Linux machine, but i tried it on windows as well, but no luck there it doesnt get enumerated on...
View ArticleRaspberry Pi OS • Re: Keyboard layout displaying/switching for Wayfire and...
@avarvitI agree 100%. One thing to be taken into account also, is that Simon has A LOT on his plate.Hopefully he will see the benefits.CheersSpeaking of which, it seems that he has some other keyboard...
View ArticleOff topic discussion • Re: older UNIX users use root
why should we accept it ?it's bad practice.if your doing something you shouldn't, someone should tell you.there's no reason to be root for temporary tasks, and if it's not, then your doing it...
View ArticleNetworking and servers • Re: Gadget Mode SSH
Apologies for the incomplete information. I have also connected the pi to my local network to ssh in lieu of the gadget mode so that I at least have some access to the device. I do have a usb0...
View ArticleOther RP2040 boards • Re: SPI not working
It's the rp2040.This is the purchase link:https://www.aliexpress.com/item/1005004 ... pt=glo2araThe code I used is my tft_espi project which works perfectly with my stm32 black pill board.Do you know...
View ArticlePython • Re: 5V fan wont turn on using code
Which transistor are you using ? What is value of resistor ?Any errors from the python code when you run it ?My debug procedure would be- check the GPIO output disconnect the wire from GPIO18 to...
View ArticleMicroPython • Re: How to control ESC with Raspberry Pi Pico W?
The following motors I useStatistics: Posted by 1417766861 — Wed May 01, 2024 4:18 am
View ArticleGeneral • Re: how to generate full range flash image for raspberry pi pico
To me, it's a little strange for someone to be asking such things, because datasheets should have all the info you need to design your project with. But nobody's talking datasheets so far, so I'd just...
View ArticleGraphics, sound and multimedia • Re: Pi 5 Obsolete TV standards support… how?
Did this issue get sorted OK?Statistics: Posted by OldTVEnthusiast — Wed May 01, 2024 4:24 am
View ArticleUbuntu • Re: Ubuntu 24-04 desktop64 installation fails
Pi5 better follow PiOS, they update firmware often.Statistics: Posted by cjan — Wed May 01, 2024 4:26 am
View ArticleGraphics, sound and multimedia • Re: [Pi5] DPI Interlaced mode not working
and what does this code do? some kind of fake resolutions?VEC is a different block. It outputs analog video i.e. composite.Statistics: Posted by trejan — Thu May 02, 2024 1:46 am
View ArticleOther programming languages • Re: Rust-language in Raspberry Pi OS
I'd take a bet that this could be written using less physical memory.Going back to that; I would suggest that if that can't be done for Rust, can only be achieved by tweaking swap space or whatever;...
View ArticleTroubleshooting • Nginx.pid missing in Alpine Linux Docker Container
I'm trying to follow along with the Grant Collins Raspberry Pie home lab video and am having some trouble with Nginx. I'm trying to run the command Code: nginx -s reload while in the Docker container...
View ArticleBeginners • Will Pi work with any touch screen monitor - especially HDMI type?
I want to eliminate the need for a mouse or track pad and instead use a large touch sensitive monitor. The question I have, can I buy any HDMI monitor with touch capability and have it work? Or are...
View ArticleTroubleshooting • Re: Raspberry Pi Reboot Error Over SSH But Not Locally:...
Seems to be the same as this one, extra link. Maybe you can find some info there.Thak you for your help. Have a good day. Thank you Statistics: Posted by sonjun — Thu May 02, 2024 3:09 am
View ArticleBeginners • Re: Will Pi work with any touch screen monitor - especially HDMI...
touch is trickyif the device is supported, then you need a desktop with touch support.the best i've tried so far is fydeos, gnome & kde also have touch but not as good.fydeos being a chrome os...
View ArticleAdvanced users • Re: Equivalent of hdmi_mode in video= parameter in cmdline.txt
I don't see below from your config.txt.is it in?Code: dtoverlay=vc4-kms-v3dmax_framebuffers=2Statistics: Posted by aBUGSworstnightmare — Thu May 02, 2024 4:38 am
View ArticleDevice Tree • Re: Pi 3 - How to obtain GPIO base address in the kernel?
What do you need them for?Statistics: Posted by aBUGSworstnightmare — Thu May 02, 2024 4:39 am
View Article