SDK • Re: Bulding a project for the Pico W
Regarding why your program would run faster, my guess is that if all of the code is in the same translation unit, moveMotors gets inlined. The compiler notices that the arguments are constant, and...
View ArticleTroubleshooting • Re: Reading Change Logs stalls at 33%?
Setting swap to 2000 fixed my stuck.Since the Pi 2 Zero has 4 cores but only 512MB RAM, it has less RAM per core than even the first Pi B computers that were ever shipped.As a result it's essential...
View ArticleOther projects • Re: Custom Key pad
Obviously, in my code we should have this:Code: dataPIN = 0Because the data pin (pin 2 on JP1, the IDC header) is connected to Pico pin 1, which is GP0.Incidentally Wokwi will simulate the '165 shift...
View ArticleGeneral discussion • Re: likely failure points in rpi 3B
Hello there!Long time user of rpi's --- I've got a 3b, multiple 4s, and now a 5 purchased just recently. They just work, haven't had any particular problems. Used them as light desktop replacements,...
View ArticleNetworking and servers • Re: Honey Pot on Raspberry Pi
I would like to put a honey pot on my raspberry pi. Specifically, I would like it to generate a world map showing countries where people are logging in. Other stats like times that people are logging...
View ArticleGeneral discussion • Re: Pico W Web Server HTML With Js and Css Micropython
Works perfectly now, thanks a lot!Statistics: Posted by TheStick — Fri May 10, 2024 3:51 am
View ArticleRaspberry Pi OS • Re: VNC on Raspberry Pi 5
Does anybody know if VNC ID fixed on raspberry pi 5?What 'VNC ID' needs fixing?Statistics: Posted by DirkS — Fri May 10, 2024 4:01 am
View ArticleTroubleshooting • Re: Camera module 3
alright thanks , i will try according to the topicStatistics: Posted by chow — Fri May 10, 2024 4:10 am
View ArticleTroubleshooting • Re: Problems with M2 SSD
https://shop.pimoroni.com/products/nvme ... 9587178579As you can see from pimoroni compatibility list not all NVMe may be compatible.Better not change the boot order and leave it at default. Will...
View ArticleTroubleshooting • Re: no module named 'libcamera'
When I tried experimenting following chat gpt4's advice, the camera module is registered successfully, but it doesn't result in frame reading. What should I do? For my part, I will leave you to pursue...
View ArticleAutomation, sensing and robotics • Re: digital 24V input and output using CM4...
Hi ghp,thanks for the replies. Its really helping me a lot.The input stage:- The LED LXHL-BW2 is usually operated at 350mA. With a resistor of 100 Ohm it will run at 15mA. The input side of the...
View ArticleRaspberry Pi OS • Initial update download progress bar
Hi, I just imaged 3/15/24 Bookworm 64 bit to a card for a Pi 5 and am downloading updates after choosing language/time/keyboard and setting up login, does the progress bar represent the current file...
View ArticleCamera board • Re: Create camera + encoder with MMAL requests from baremetal...
Great thanks for your feedback.Sorry, MMAL is deprecated, and trying to support anything under bare metal is just too time consuming to be practical.Ok, but I go for very basic functionality that was...
View ArticleTroubleshooting • Re: [Video] Raspberry Pi 5 not booting or going to...
can you try connecting it to a hdmi screen.Statistics: Posted by kerry_s — Sat May 11, 2024 3:08 am
View ArticleMicroPython • Re: Micro-Python security system with Pico W and the cloud
Thanks again to all, and hello to Hippy.I am exposing my poor skills at python...... surely I can clean this up, but here is what got from your advice.....I decided to use the 15 second cloud...
View ArticleCamera board • Re: Multi camera hat for cam v3
Hi,This kit should meet your requirements.https://www.uctronics.com/arducam-12mp- ... ry-pi.htmlStatistics: Posted by DaPiLad — Sat May 11, 2024 3:12 am
View ArticleCamera board • Re: Alternate camera cables? (Flexible / rubber instead of...
Hi,Sorry, I'm late here.The cable extern module below might also fulfill your needs. It costs less compared to the Lan cable extension module.https://www.uctronics.com/arducam-csi-t ......
View ArticleTroubleshooting • Re: VNC server not starting on fresh RPi4 installation
After switching from Wayland to RealVNC in the advanced menu, the log shows it tried and failed to connect. Not sure why it didn't work.Code: ● vncserver-x11-serviced.service - VNC Server in Service...
View ArticleTroubleshooting • Re: Pi4B / 8GB randomly hangs on Raspberry Pi OS 64-bit
Merci. I know it's not 20 days, but it may be 4-10 hours, and I may miss some things which could come to bite me later on. So it isn't my first choice.OK, well, if you decide that you're interested in...
View ArticleGaming • Re: Grand Prix 4 in RPi 4
It finally works!!Tonight, I just got an update for Box64 and after that it just works. I have checked on Austria and Silverstone, the game is not freezing and I finally go to the track. I am very...
View Article