General discussion • CE Marking
Hello all,I would like to ask you what applied if I get a raspberry pi, a CE marked HAT and put it in an enclosure.Will the product be CE marked?Best,KVBStatistics: Posted by Settler7 — Fri Oct 11,...
View ArticleOther projects • Re: RPI CAR HEADUNIT [HELP]
Hey cool a car guy I have some experience powering my Pis from 12v battery packs from Milwaukee. You'll want to set your buck converter to 5.2V, since that's what the Official power supplies put out....
View ArticleBare metal, Assembly language • Re: SDHOST block read returns CRC in data
I'll keep wresting with it! Thanks again (and I can appreciate the frustration of your code commentsthe link i gave was actually to the original author that started things before me, ive just picked...
View ArticleTroubleshooting • Re: TFTP 1 : File not found error while booting
I have the same problem. the pi boots with the error message: "Failed to mount boot-firmware.mount - /boot/firmware"The boot gets as far as the login prompt for a CLI setup. However, I am unable to...
View ArticleRaspberry Pi OS • Re: Pi OS file manager difficulties compared to Nemo
Code: sudo apt install nemojust a reminder, if your using a wayland desktop, you need a wayland compatible file manager.Statistics: Posted by kerry_s — Sat Oct 12, 2024 1:45 am
View ArticleMicroPython • Re: Benchmark Pico 2
I don't have one, and given my current zero-income situation, am unlikely to get one.Even at full overclock, I don't think you'll get too close to the Cortex-M7 in the Metro boardStatistics: Posted by...
View ArticleGeneral • Re: Run Project (USB) from Raspberry Pi Pico Project under VS Code
I was able to get "Run Project" to work by using Zadig and replacing the driver. So success.Statistics: Posted by chuck72352 — Sat Oct 12, 2024 1:57 am
View ArticleGeneral • Re: Pico2 (RP2350 B) running beyond 600 MHz, from flash, with...
Does a heatsink on the processor help?Statistics: Posted by Mike**K — Sat Oct 12, 2024 2:07 am
View ArticleGeneral • Pico2 stuck in BOOTSEL
I recently purchased 5 PICO 2 to use them in various projects. Upon delivery, I immediately tried to test them by flashing a simple firmware that blinks the onboard led.However, once I connected them...
View ArticleCompute Module • Re: USB boot not working (BOOT_ORDER fails me)
It would be really great if rpi-imager had an option to randomize the UUIDs.doing it in the imager itself would be difficult, becaue etc/fstab has to be updated, which requires ext4 drivers, and thats...
View ArticleAI Camera - IMX500 • Re: AI Camera & Zero 2 / camera not avilable
I saw this same issue with Zero 2W as well as RPi 4B - tried with 2 AI cameras. Returned them yesterday for RMA. I am thinking it's something with compatibility or something recently broke as people...
View ArticleBeginners • RealVNC resolution is weird and fps is low
so im using realvnc lite and it looks like this. why are the icons so small and the resolution weirdim not show how to fix this. im new to raspberry pi and any feedback is accepted.Statistics: Posted...
View ArticleBeginners • Thermal padding size for active cooler?
Hello, as a beginner, I threw out the thermal padding as i didn't know what the 3 tiny squares were for.?I need to order some Thermal Padding to stick onto the base of the Active Cooler.The sizes I'm...
View ArticleGeneral • Re: Best way to allow user to set up the device?
A common approach is to open an access point on initial boot and to provide a web server which allows to enter the connection details to a local wifi access point.Then, on next boot, connect to local...
View ArticleAssistive technology and accessibility • Re: Is a raspberry pi 4b w 2gb ram...
How can the speed of the virtual RAMLots of things have timeouts. If paging is sloowwwwww, some things time out at 30 seconds or less. Software is confused. Lockups, Crashes. On one project with a...
View ArticleAdvanced users • Re: Replace the watchdog.service and wd_keepalive.service...
Thagrol, Thanks for your comments!You're welcome. But your use of "we" troubles me (it's a red flag that you may be using Pi and seeking free support for a "for profit" application*) so I'll be saying...
View ArticleGeneral • Re: Pull-ups or pull-downs?
But the simple circuit with just the two LEDs (and their resistors), no switch, is better in some ways as it shows you the three possible states of the Pico pin - high low or undriven. There's a...
View ArticleGeneral • Re: How to Transfer Strings Between Two Cores on Raspberry Pi Pico?
Pass the pointer. However this requires you use global memory such as the heap. Use a wrapper for the storage which has an available method.I would avoid readString on Pico. Can we know the length of...
View ArticleGaming • Re: Racing Game Steering Wheel
I just thought of using a gyroscope so that was what I bought.Statistics: Posted by vaved — Sun Oct 13, 2024 2:17 am
View ArticleHATs and other add-ons • Suggestions for an infrared LED HAT
I want to control my air conditioner and blinds using IR, but I'm terrible with hardware so I want an out-of-the-box solution. The best thing I've found is the Anavi Infrared pHAT which seems to suit...
View Article