Advanced users • Re: Pi5 : official screentouch and camera
camera_auto_detect=1 and display_auto_detect=1 being present in config.txt will look for Raspberry Pi cameras and displays (respectively) on either of the MIPI ports of at Pi5.If you have bought a 3rd...
View ArticleGeneral discussion • Re: Running AGL as guest over Xen
AGL: Electricity, Gas, Internet and Mobile ?https://www.agl.com.au/Statistics: Posted by DirkS — Tue Mar 12, 2024 4:04 pm
View ArticleOther RP2040 boards • Re: RP2040 with ESP8285 on board
Hello, the Aliexpress purchase link is:https://es.aliexpress.com/item/1005006193582856.htmlI updated the firmware following Neil_Au's instructions.Enjoy.Statistics: Posted by pacopeper — Tue Mar 12,...
View ArticleTroubleshooting • Re: tightvnc server shows gray/grey screen with + cursor
What Trevor said, and for clarity I did this on a Pi4 (2GB RAM) running Bookworm 64-bitenable VNC server on the Pi4 - that actually runs wayvncuse Real VNC Viewer on a Windows PC to connect. All...
View ArticleMicroPython • Re: pico-to-pico via intenral router: accept () issue
FYI, here are my 3 pieces of code if you are interested. The first one is the server. The second one is the standalone PC python code which acts like a client. The third one is the simple_client.py...
View ArticleGeneral discussion • Re: I can't see the video on motion from my raspberry pi...
Which instructions did you use to install it?Statistics: Posted by neilgl — Tue Mar 12, 2024 4:19 pm
View ArticleGeneral discussion • Re: Advice needed for remote data transfer - 4G mobile?
A forum search for the SIM7600 will find numerous threads discussing the "fun" had by people trying to get it working.Personally I've had good results with a ZTE MF823 USB 4G network adapter. It just...
View ArticleAdvanced users • Re: Raspberry Pi 5 continues to boot from SD card
Hi, two questions regarding boot order and drives:1. I have gone ahead and changed the BOOT_ORDER=0xf416 and the pi happily boots from the NVMe disk but if I reinset the bootable SD card, it will boot...
View ArticleTroubleshooting • Re: Running LibreOffice Base on RPi0
Thanks for the help. I got it to run by installing java-8-openjdk-armhf.Statistics: Posted by perigalacticon — Wed Mar 13, 2024 4:09 pm
View ArticleInterfacing (DSI, CSI, I2C, etc.) • i2c bus not detected
I have 2 identical Pi's, they both have this board: https://www.abelectronics.co.uk/p/54/io-pi-plusCode: pi@raspberrypi:~ $ i2cdetect -y 1 0 1 2 3 4 5 6 7 8 9 a b c d e f00: -- -- -- -- -- -- -- -- --...
View ArticleBeginners • Re: boot video super wide resolution custom aspect monitor?
without knowing what you're doing exactly it is hard to answer.It's also quite confusing how your video is to be displayed. Is it correct understanding that your 854x480 video was shown fullscreen on...
View ArticleAdvanced users • Re: boot.img size limit?
Thank you that was very helpful.Statistics: Posted by PeterSurda — Wed Mar 13, 2024 4:20 pm
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: i2c bus not detected
which Pi and which kernel (uname -a)?Statistics: Posted by aBUGSworstnightmare — Wed Mar 13, 2024 4:22 pm
View ArticleDevice Tree • Re: PWM driver questions
some example code ive recently worked on:https://github.com/cleverca22/rp1-kerne ... dbba7c4ae4off the subject of this thread -- What is PIO I see it in the RP1 block diagram and gpio function table...
View ArticleAdvanced users • Re: Custom Linux, custom file system in RAM
just delete that line from the file, and manually uncomment the right line for your modelCode: # ./boottimeuptimes soc:98.009163 - linux:85.320000 == 12.689163Statistics: Posted by Hurin — Wed Mar 13,...
View ArticleBeginners • Re: How do I make my own angled GPIO header
Thank you all!I ended up attaching my device to the device case and run Dupont cable from its pins to Pi GPIO. SImple as that. To create an angled header would require a PCB and I did not want to do...
View ArticleAdvanced users • Re: partitioning nvme
I installed my brand new RB5 with an nvme drive and I'm really happy with that.Now I want to partition the nvme a bit in order to have separated home partition.What is the best approach?Boot from an...
View ArticleTroubleshooting • Re: Pico Pomodoro - error in code help
Thank for the replies - I figured it out. The code was based on an old version from three years ago so I went back to version 0.1.3 and it worked.Also thanks for letting me know how to post code - I...
View ArticleNetworking and servers • Re: WiFi fast-ish roaming for mobile robotics
I have each AP configured for the same SSID. Each device (APs, RPi, control server etc.) also has a static IP, so I don't think DHCP is a problem. The network is also dedicated to this system, so no...
View ArticleBeginners • Weird VNC Remote Desktop Issue
Hello everyone, I‘m just a rookie for pi and English, so plz understand me.When I used vnc to connect the my pi 4b, the desktop became so weird that I can't find a short and precise sentence to...
View Article