Quantcast
Channel: Raspberry Pi Forums

Camera board • Re: replacement for PiKrellCam on RPi Zero W?

I do not have an answer I was just going to say that the software I used has the same issue.RPI_Cam_Web_Interface. And so I too am looking for a replacement.I've been using PiKrellCam for years, and...

View Article


Networking and servers • Re: Pi stops working with SSH connection (headless)

No Ethernet cable ?Are you sure the Pi is correctly connected to your Wifi ? Have you checked from your router's ARP table or Wifi clients list ?Can you ping the Pi ?Until you're sure the Pi is...

View Article


Image may be NSFW.
Clik here to view.

General • Re: DMA and shared IRQ....

Ok, I got this working, thanks for the help all. Ended up using this :From header file.....Code: // DMA channels ids for 6809 bus interface readsextern uint8_t ReadDMA1;extern uint8_t ReadDMA2;// DMA...

View Article

MicroPython • Re: Pico GPS Date/Time server (no WiFi)

Your 'dom = t[2] - (( t[6] + 1) % 7) # Work out when Sunday was' intrigued me but does seem to work. At least up to year 2099. After that it fails, and gets increasingly incorrect.It's quite simple...

View Article

Other projects • Re: Multitouch HID with Rasperry PI for Windows

I ran across your post when researching the same issue.The key was to implement the feature report for maximum contact count.There is an ioctl for it. See https://elixir.bootlin.com/linux/v6.19. ......

View Article


Graphics, sound and multimedia • Re: fruitbox MP3 jukebox

Does ANYONE have working instructions for installing fruitbox v2 onto a pi4b and the new Trixie os?? I've tried every single video, guide I can find and nothing works correctly. I'm always getting...

View Article

Image may be NSFW.
Clik here to view.

General • pico 2 and mini host shield

Hello, I bought a Pico 2 (no wireless) and a Mini USB Host Shield 2.0 (photo attached), and I want to connect a mouse to this host shield. The connection diagram I made is here:...

View Article

Beginners • Re: How should I properly setup my Raspberry Pi 5 headless?

I think there must have been something wrong with the way I typed in the video mode, because I have just retested PINN v3.9, v3.9.3 and v3.9.8 and all of them work headlessly on a Pi5 if you add Code:...

View Article


General • PICO Debug pin change.

I have a board that uses a Pico 2w. Pin 1 is in used and not available for debugging. Is it possible to use other pins for the Pi Debug Probe, possibly 21 and 22?Statistics: Posted by bdrmachine — Sat...

View Article


Beginners • Re: Touchscreen display boot delayed on Trixie?

Look at https://github.com/raspberrypi/rpi-spla ... en-supportwith KMS it will Take a little longer for you to see something on screen.Pi5 is faster!Statistics: Posted by aBUGSworstnightmare — Sat Feb...

View Article

Troubleshooting • Re: Raspberry Pi 4: Red LED solid, green LED blinking, no...

powerd on with no uSD inserted should give you a boot diagnostics screen. what is there in the 'display' line?have you checked the blinking pattern https://www.raspberrypi.com/documentati ......

View Article

Troubleshooting • Re: Random restarts after upgrade to Raspbian OS trixie

I have already switched to persistent logging because I am also running fail2ban. I don't think it is the ram although I have enabled watchdog to restart if available memory falls under 1Mb. If that...

View Article

General • Re: PICO Debug pin change.

If by 'debug pin' you mean printf()+UART, then yes: viewtopic.php?t=395588#p2359675 Statistics: Posted by gmx — Sat Feb 28, 2026 7:46 am

View Article