General discussion • Re: Ubuntu 24.04 fail installation
See my recent post with ubuntu 24.04 running OK (and screenshot) on a Pi5 here: viewtopic.php?t=383492I used a microSD card.Statistics: Posted by neilgl — Wed Mar 05, 2025 5:31 pm
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: MCP2515 not working on can0 interface
I'm just guessing. The hardware vendor should tell you this stuff.Statistics: Posted by PhilE — Wed Mar 05, 2025 5:33 pm
View ArticleBeginners • Re: iPad & Pi 400\500
How would I do this? Wouldn’t I already have to own a RPi device?When you get the Pi 400/500, enable VNC server on it (already buit-in) , then connect over the network from iPad/PC/iPhone/laptop.iPad...
View ArticleTroubleshooting • Re: Kiosk Mode - rpi5 - video10
That's what I'm thinking - some sort of chronium feature that hasn't been adjusted to handle that video10 doesn't exist. I've been looking through the documentation you provided - thanks - but I can't...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Generating PWM signal from a...
Precise motion control is a realtime task, and a standard Linux system is not the best way to handle this.My suggestion is to use motion controllers for each stepper motor. Trinamic is one of the best...
View ArticleTroubleshooting • Re: Bootloader won't update
I had the same problem, going thru Raspi-config I'd see that the boot loader updated successfully but then when I'd reboot from there the boatloader would default back to the January release. I didn't...
View ArticleFor sale • Re: Magnetic Raspberry Pi Case/Box (Zero, Zero2, or Zero 2W) | 3D...
Looks greatStatistics: Posted by neilgl — Wed Mar 05, 2025 6:07 pm
View ArticleGeneral discussion • Will console-setup allow change of console resolution...
Will console-setup allow change of console resolution beyond 24x80? Say I want the console, the actual console, not a terminal session, to be 60x200 (rows x columns). Yes using stty rows 60 cols 200...
View ArticleBeginners • Re: GUI and tmpfs
Simplest is following thagrol's suggestions...It may be that Lyrion Music Server has "adjusted" your graphics settings in some way ?Statistics: Posted by neilgl — Thu Mar 06, 2025 6:04 pm
View ArticleBeginners • Re: Keyboard
I think it must be weirder than that, as shift 3 produces the pound sign which means it is a uk keyboard (and bought in the UK from Logitech) even though shift 2 produces @. Maybe Logitech have a...
View ArticleTroubleshooting • Re: Poor SSD performance on Raspberry pi4 (USB-A to USB-C)
Thanks for that. Good point.Actually I saw this quirk solution when searching the forum to solve this issue.But I thought it doesn't apply to my case.But when reading the link you gave I got hope...
View ArticleOther RP2040 boards • Re: RP2350 L1 inductor orientation - confusing
And now for the bonus question - how could the field direction be of significance.It might have an effect on any nearby components.Statistics: Posted by rpdom — Thu Mar 06, 2025 6:08 pm
View ArticleSDK • Re: embedded website html makefsdata.py
Also, I had a customized makefsdata.py which also added a *.ico file to my website for a browser icon. When I have to use your makefsdata.py, I would have to modify the built in version which I am...
View ArticleOther • Re: Run Windows 11, inside Linux, on a Pi (no emulation necessary)
I’ve run Botspot’s bvm on both a Pi4-4GB and a Pi5-8GB. Both worked brilliantly. I am very impressed with Botspot and bvm. He’s figured out so many things to accomplish this, and packaged it up for...
View ArticlePython • Re: Reset gpio output when test is finished
This seems Micropython for a Pico. There is a subforum for that. Anyways, are you using Thonny? How do you stop the program? Try stopping with Ctrl+C, that should get you in the except...
View ArticleDevice Tree • Re: Overlay for SIP (ACC + MAG) fails with no details in logs
Testing was on 6.12.17.started compiling the kernel on a fresh uSD.When running to menuconfig I've spotted a 'different feeling' .. Checking the screenshots here reveals there is a missmatch between...
View ArticleBeginners • Re: veno Installed Packages not Found
Yes that catches a lot of people out.Statistics: Posted by neilgl — Thu Mar 06, 2025 6:29 pm
View ArticleGeneral • rp2350b GPIO_IN not working for ADC pins
Hi, I'm trying to use pin 40 of the rp2350b as a regular gpio input pin. Code: #define INPUT_PIN 40int main(){ stdio_init_all(); gpio_init(INPUT_PIN); gpio_set_dir(INPUT_PIN, GPIO_IN);...
View ArticleGeneral discussion • Re: Raspberry Pi Pico WH main.py
I added:"weather_api_key":"", "city":"", "country_code":""You can output print statements and errors to a file using:Code: import oslogfile = open('log.txt','a')os.dupterm(logfile)Statistics: Posted...
View ArticleCompute Module • CM4 does not boot(?) on a custom carrier
Hey all,I have a CM4 that works nicely. Currently it doesn't need/use any peripherals whatsoever, just the USB. I can run my project off the CM4IO board with DC power + USB comms; and I can also run...
View Article