Troubleshooting • Re: Monitor shows "NOT SUPPORT!"
What resolution is your monitor?Are you using a micro hdmi to hdmi cable or mini hdmi to hdmi cable? No adapters?Statistics: Posted by rpiMike — Fri Jan 17, 2025 10:20 pm
View ArticleTroubleshooting • Re: LCD 3,5 TFT 480x320 xpt2046 Touch Controller RPI 3B...
Thank you for the fast answer whilst pointing out the OS mistake. Took me so long because I tried it serveral times with the other steps and it still doesn't work.So what I did now was a new flash in...
View ArticleRaspberry Pi OS • Re: Booting RPI5 without connected HDMI screen
uh... i've got a PI5, running the latest PI-os, labwc, and VNC server works fine?(somebody else should verify, but i think the realvnc issue was fixed long ago.)Statistics: Posted by terribleted — Fri...
View ArticlePython • Obstacle Avoidance Robot Mark 3!
I need some help, I upgraded my obstacle avoidance robot to use a ultrasonic sensor. I wrote code and it can use and read the data. But, it won't move, I was wondering if anyone had any help to offer....
View ArticleGeneral • Re: Solar tracker with pi pico
Of course 'time' is crucial. Either add a battery backed RTC or use a pico-W with NTP.I have a Bluetooth module, would I be able to use that to create a link of some sort that will keep the time...
View ArticlePython • Re: Obstacle Avoidance Robot Mark 3!
Your code never gets out of the first loop printing the distances!Statistics: Posted by rpiMike — Fri Jan 17, 2025 10:53 pm
View ArticleGeneral • Re: PT52-Lua The Modern Retro computer
I'm sorry I didn't answer and gave my thoughts sooner.I'il make a longer response this week-end.Statistics: Posted by CHiPs44 — Fri Jan 17, 2025 11:03 pm
View ArticleSDK • Re: C++ STL and PANIC
mallinfo or malloc_stats might shed some light. Also, see things like PICO_USE_STACK_GUARDS and PICO_MALLOC_PANIC in Chapter 5. SDK configuration of Raspberry Pi Pico-series C/C++ SDK.Statistics:...
View ArticleGeneral discussion • How to permanently have MotionEye camera stream on a...
I have a RPi 4 with MotionEye which works good.Computers in the same network display camera streaming with no issues for days and days.I have a RPi 3 B+ with Bookworm and a HDMI display connected to...
View ArticleGeneral discussion • Re: Pi USB3 Hub and Official Pi Mouse Incompatability
No Pi hub for experiments but have used powered and unpowered hubs with the occasional problem. Disks left plugged in from power down to power up may not mount. Seems to be problem with the badly...
View ArticleMicroPython • PIOASM error message "delay too large" when...
I am working on a PIO program that is getting a "PIOASMError: delay too large" message. Code snippet followsCode: nop() .side(0) [7]nop() [8]nop() [31]nop() [31]When attempting to execute the program...
View ArticlePython • Re: Keep getting this error message
I can confirm that since putting in a clean OS, that due to upgrading Python, for whatever reasons unbeknown only to me, kinda messed things up. All running smoothly now. And I can also confirm, I...
View ArticleTroubleshooting • Re: Raspberry Pi 5 on a life support for no such reason
THE THREADS ENDS HERE, 1 YEAR AND STILL NOT FIXED, THE BEST SOLUTION IS TO BUY ANOTHERGOODBYE MONEY THIEFS Statistics: Posted by memjr — Sat Jan 18, 2025 9:50 pm
View ArticleCamera board • Re: Arducam IMX462 Ultra Low Light Camera Review
Here's a message in the bottle for anyone wanting good daylight/nighttime performance camera for their Raspberry PI or any other security project:https://amcrest.com/4k-poe-camera-turre ......
View ArticleHATs and other add-ons • Re: Kingston NV2 2 TB io errors in Pi 5
The drive failed to boot reliably. I switched to booting from microSD and testing the card for file storage. Kingston drives are 'so-so'People testing Kingston products say both the controller chips...
View ArticleTroubleshooting • Re: Raspberry Pi 5 8 blinking green light
LED codes are here.https://www.raspberrypi.com/documentati ... lash-codesThis appears to be an SDRAM failure. You could try reflashing the bootloader, if that does not work, then the device needs to...
View ArticleHATs and other add-ons • Re: Your experience of PCIe 2 or 3 on RPi 5?
It's a completely standard NVME drive. It will "just work".Statistics: Posted by jamesh — Sat Jan 18, 2025 10:25 pm
View ArticleGraphics, sound and multimedia • Gluqlo/Fliqlo for Bookworm
I am currently using a Pi 4 running Buster and the official 7" touchscreen in a case as a clock running xscreensaver and the Gluqlo screensaver.I would like to upgrade to Bookworm, however Bookworm...
View ArticleRaspberry Pi OS • Re: Workarounds for drm/vc4 crashes during...
maybe the problem comes from your display dogging the HPD signal.Try adding"vc4.force_hotplug=1" if using HDMI0"vc4.force_hotplug=2" if using HDMI1"vc4.force_hotplug=3" if using HDMI 0 and 1to...
View ArticleHATs and other add-ons • Re: Pi USB3 Hub and Official Pi Mouse Incompatability
you can attach whatever length usb-c cables you wantI buy good quality cables and still have to throw out half of them as failures. When devices start up, that temporary power draw is enough to drop...
View Article