Compute Module • Re: Custom board with LAN9514 porting from CM3+ to CM4S
Thanks for your answers and suggestions. Maybe I should mention that I am not the HW designer of this custom board and it has been working fine for many years in the field, first with the CM1 and then...
View ArticleTroubleshooting • Re: Console log in Ok, GUI log in fails
Thanks, I set up roy2 and that works.I notice that at the log in panel, when I select user roy it has a RPi logo next to it, but when I select roy2 it has the debian logo next to it, so I think roy2...
View ArticleGeneral discussion • Re: How to remove ALL unneeded packages?
How small does it need to be? On a Debian12 armhf Xfce-desktop with browser and libreoffice (standard Desktop)Code: sudo df -h | grep mmcblk0p2/dev/mmcblk0p2 6.0G 1.9G 3.3G 37% /This is because the...
View ArticleUbuntu • Re: Can RPi5 Ubuntu desktop 24.4 LTS run PCIe 3 for NVMe?
Many thanks for headup on the full document. It works! 771MB/secondIt is /boot/firmware/config.txt instead of "/boot/config.txt" in the video presumably due to different version.Statistics: Posted by...
View ArticleGeneral discussion • Re: Open Letter to the Raspberry Pi Foundation...
Always useful to address letters to the correct people.The people who develop the Raspberry Pi HW and SW are Raspberry Pi Ltd, not the Foundation.PINN is not a Raspberry Pi product. NOOBS has been...
View ArticleC/C++ • Re: Allocate memory for DMA on Raspberry Pi 5
yes my error mmap seems to work. program terminated at memset with bus error.Code: int main(){ // int size = 315392; void *p = mapmem(0xc1800000, PAGE_SIZE); printf("p:%p\n", p); printf("Alloc: %6d...
View ArticleBeginners • Re: raspberry pi 5 power supply
for say ~£12 There are probably Chinese Web sites offering them for $1.20 including chipping. Statistics: Posted by peterlite — Tue Nov 19, 2024 9:30 am
View ArticleSDK • Re: Advice requested with running VS Code on RPi 4
has anyone got a project which builds using the VS Code Extension they could Zip-up which I could use ?I think we can forget about that. The problem seems more fundamental than me doing something...
View ArticleTroubleshooting • Re: Connection Refused Error
Pi5 implies Bookworm. Bookworm implies Network Manager. Unless things have changed in the last week or so NM doesn't like DHCPless networks and won't bring up the interface on the Pi.With you on...
View ArticleHATs and other add-ons • Re: 230v input signal HAT
No offence to qualified electricians but most of them won't be good sources of advice on sensing mains with a RPi.Statistics: Posted by drgeoff — Wed Nov 20, 2024 9:03 am
View ArticleOther projects • Re: Speed limit alert proyect
Try to move the GPS receiver away from the pi, use a USB extension.I do only have a small usb adapter so I cannot do that, does it really matter for it to connect better?The Pi may interfere with the...
View ArticleDeutsch • Re: Raspi 5 Bootprobleme
Servus,habe auch Bootprobleme und gerade an Raspberri geschrieben, weil das Originalnetzteil offensichtlich nicht die richtige Spannung und Stromstärke liefert. Gleich nach dem Hochfahren kommt, die...
View ArticlePython • Re: Rpm,tachometer, refine
Did some refactoring of the code- not tested- there was already a constant "SENSOR_PIN", reused this throughout the code- made the variable names more consistent- the decision is now on the positive...
View ArticleGeneral discussion • Re: Locking threads of technical descussions/HW critisim...
Roy Cohn taught us all to never, ever, ever admit you are wrong.It has worked out beautifully for those who strictly follow his advice.Oh, OK. Looks like I was wrong then.... my bad. .... Statistics:...
View ArticleTroubleshooting • Re: First time user. Headless on a MacBook Air. Cannot connect
Are you using the latest (19 Nov 2024) image ? The prior version had a WiFi issue on first boot.Otherwise, try using the ip address of the pi (found in router or using fing).Statistics: Posted by...
View ArticleRaspberry Pi OS • Re: RPi 4 WiFi freeze
Which software are you using for streaming (rpicam-vid or other) and which web server (nginx or other)?Statistics: Posted by neilgl — Wed Nov 20, 2024 9:31 am
View ArticleMicroPython • Re: Thonny won't recognize Pico anymore
Can you get the pico into BOOTSEL mode and copy flash_nuke.uf2 to it?Statistics: Posted by neilgl — Wed Nov 20, 2024 9:36 am
View ArticleGeneral • Re: ADC creapage on the RP235X
What is your analog circuit for measuring ?Open circuit, though the Pimoroni Pico Plus 2W I am using has an on-board in-line 1K between the pad and the GPIO40/ADC0 on the RP2350B.If it's on the lower...
View ArticleGeneral discussion • Re: New Raspberry Pi Products
"Xmas present sales of RPi500 kit with 15.6" monitor hit new levels of mass sales....." Statistics: Posted by KeithMck — Thu Nov 21, 2024 9:30 am
View ArticleBeginners • Re: Boot order
base on the docs on https://www.raspberrypi.com/documentati ... figurationshouldnt it be: 0xF146 ? Or am I mis-reading things.You have missed the fact that the ordering in the string is RIGHT to LEFT...
View Article