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 ArticleNetworking 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 ArticleC/C++ • Re: Any reccomendations for VScodium C/C++ extensions ?
Also, going back to the original question, what does a C/C++ extension provide?Also, I have been able to suppress most false clangd warnings and I'm looking into more tweaks for this.Sometimes you can...
View ArticleTroubleshooting • Re: Random restarts after upgrade to Raspbian OS trixie
Booting to desktop or command line?Might be running out of memory. IIRC the 1B+ only has 512MB.I've a feeling you may also need to switch logging to persistant rather than to RAM.Statistics: Posted by...
View ArticleGeneral • 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 ArticleMicroPython • 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 ArticleOther 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 ArticleGraphics, 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 ArticleGeneral • 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 ArticleBeginners • 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 ArticleGeneral • 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 ArticleBeginners • 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 ArticleTroubleshooting • 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