Advanced users • Re: Building the Raspberry Pi OS Kernel : Made Easy
Second huge shout out to RonR, these scripts are fantastic.@RonR, do you have these scripts on GitHub anywhere? I'm putting together a Docker container to cross-compile and install using these two...
View ArticleGeneral • 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 ArticleTroubleshooting • Re: Sudden unexplained measured Internet bandwidth reduction
How do I get the official version? I already followed the steps on the page you cited.I used the instructions on the page.You've probably got a manually copy of the unofficial speedtest-cli installed...
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 ArticleGeneral • Re: Pico W debugging and SMD
I didn't think about attaching wires. I'll try that tomorrow. I guess I can bring the wires over to a breadboard and then get the debug probe hooked up over there. I think my iron is set as cool as I...
View ArticleTroubleshooting • Re: Raspberry Pi 4b dead???
What battery did you use? How did you connect it to the Pi?Statistics: Posted by rpiMike — Tue Apr 30, 2024 5:49 am
View ArticleBeginners • mounting a linux_raid_member drive
i have 2 hdds that were in a nas - the nas has failed so i've put them in a dual dock to a pi4 via usbthe pi recognises them (sda is an ssd)NAME SIZE TYPE FSTYPE MOUNTPOINT PARTUUIDsda 465.8G...
View ArticleAutomation, sensing and robotics • Re: Could Someone Give me Advice on IoT...
GeigerLog Version 1.5 does support IoT Devices and TASMOTA based ones in particular. Find GeigerLog here: https://sourceforge.net/p/geigerlog/discussion/devel/ (use the latest pre-release).In the...
View ArticleNetworking and servers • Re: Gadget Mode SSH
Switching to RPiOS Legacy solved all of my woes. Thank you very much thagrol!Statistics: Posted by cpsptmf11 — Wed May 01, 2024 3:50 am
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 ArticleAdvanced users • Re: Equivalent of hdmi_mode in video= parameter in cmdline.txt
The video mode command is not new btw, and it goes into kernel command line - cmdline.txt.Add below to the beginning (!) of cmdline.txt, make sure everything is on a single lineCode:...
View ArticleCamera board • Need help interfacing MMAL baremetal (not using libs)
Hi, everyone.I am developing an OS based on Raspberry PI.Now I am writing a payload part to it, where OS communicates with VC to get the camera working.I have implemented VCHIQ, and in general MMAL...
View ArticleOff topic discussion • Re: older UNIX users use root
Someone asked me 'dude, why are you root' when I used root on RaspiOS.In the thread in question (unless people use this exact phrase to you all the time!) your command was not working, and one of the...
View Article