Troubleshooting • 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 ArticleCamera board • Re: Which GPIO# is used for CAM_GPIO on MIPI port?
Just reporting the current status.I still not succeeded in enabling the cam_gpio by DT but succeeded in it by executing "camera_i2c" to set pin#133 to 1.After executing camera_i2c and " $ sudo...
View ArticleGeneral • Re: Issue with an Infrared controlled relay (blinking led with Open...
I had a similar issue while decoding ceiling fan remote IR codes last month. It's most likely noise going into the IR receiver power pin causing oscillations at the output. A sensitive preamp I guess,...
View ArticleTroubleshooting • Re: Freenove 8MP camera not working on RS5
thanks for the reply, i have added cam0 then reboot but still not workingStatistics: Posted by jrme421 — Sat May 11, 2024 2:25 am
View ArticleTroubleshooting • Re: [Video] Raspberry Pi 5 not booting or going to...
BumpStatistics: Posted by CodeBradley — Sat May 11, 2024 2:34 am
View ArticleGeneral discussion • Re: Raspberry Pi Imager improvement request
Yup, you're right - it doesn't properly set locale. I've dropped a note in that issue, that may re-open itStatistics: Posted by scruss — Sat May 11, 2024 2:47 am
View ArticleTroubleshooting • Re: VNC server not starting on fresh RPi4 installation
After further review of the services, it looks like there are both wayland and realvnc servers installed. When I checked the status for the realvnc service (vncserver-x11-serviced.service) I saw a...
View ArticleTroubleshooting • Re: An Operation Is Already Pending
I have a pendrive. it was exFAT format. it was detecting on pi 5 with no issues. i formated it to NTFS format. since then, no longer detecting on pi 5. Then i again formatted it to exFAT and it is...
View ArticleAutomation, sensing and robotics • myagv Gmapping
Hi so I'm following this guide on Gmapping with a myagv robot from Elephant Robotics. https://docs.elephantrobotics.com/docs/ ... pping.html.I'm using RealVNC to do it but its very slow and I'm not...
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: 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 ArticleGeneral • Re: adc_read() spurious longer execution (PICO)
I am not sure if you are aware, but there are certain parts of the ADC's range that have a significant amount of error. See RP2040-E11 in the RP2040 datasheet. This may be of more serious concern than...
View Article