Camera board • Re: Can i get temperature for using Raspberry Pi Camera Module...
Searching using the IMX219 sensor name, I found an operating temperature range of -20°C to 70°C and a stable image range of 0°C to 50°C.I suspect the rest of the camera module is rated for similar...
View ArticlePython • Re: Reading GPS
BINGO! New GPS module arrived in the post today, works a treat using "serial.readline" and "/dev/serial0" Statistics: Posted by Ace Rimmer — Tue Apr 16, 2024 4:30 am
View ArticleGeneral discussion • What is the difference between Raspberry Pi and a...
What is the difference between Raspberry Pi and a CPU-based computer?I am a newbie with some knowledge of MCUs like Arduino stuff. As far as I know, Raspberry Pi is quite similar to an MCU only that...
View ArticleTroubleshooting • Re: Pi 5, no fan control for official case, fan always on
I was also seeing this issue and had all the symptoms listed above. I resolved this by addingCode: dtparam=cooling_fan=onto the "/boot/firmware/config.txt" file. It seems that it was disabled on my...
View ArticleDeutsch • Re: Ist es möglich und sinnvoll das Kabel des Active Cooler zu...
Kannst du löten?Wenn ja kauf dir ein solches Kabel wie hier verlinkt viewtopic.php?p=2179210&hilit=Cable+Fan#p2179210 - https://www.ebay.de/itm/183673772772 - und repariere dein kabel.Ob das...
View ArticleJava • can't get java version
hi.i was installing java usingCode: sudo apt install openjdk-17-jdand everything went fine, but i can't get java version usingCode: java –versioni'm getting Code: Error: Could not find or load main...
View ArticleRaspberry Pi 400 • Re: Logitech Wireless Mice Not Working with RPi 400
WiFi interference. Place the receiver further away from the Pi400Statistics: Posted by aBUGSworstnightmare — Tue Apr 16, 2024 6:22 am
View ArticleGeneral discussion • Uboot for raspberry Pi 5
Hi ,I need to know when Uboot for raspberry Pi 5 be released ?Statistics: Posted by AlenHazard — Tue Apr 16, 2024 6:46 am
View ArticleBeginners • Re: Beginning
https://projects.raspberrypi.org/en/pro ... tting-up/1This doc is written for Pi 4, but - except the power supply - it is same for Pi5. but im not sure what cords i need because i know i dont have...
View ArticleGeneral discussion • Re: What is the difference between Raspberry Pi and a...
A Raspberry Pi Pico with the 2040 chip is closer to an Arduino/MCU type device.A Raspberry Pi 4 or 5 is closer to a normal server or desktop computer, it runs an OS like Linux, though you can choose...
View ArticleGeneral discussion • Regarding ESP32 and RPi5 wifi connection
Previously, I successfully created a Wi-Fi hotspot utilizing a Raspberry Pi 4 (RPi4) with the RaspAp software and established a connection with an ESP32 device using the network library in MicroPython...
View ArticleCamera board • Re: Camera frontend has timed out! (Pi 5 + camera module 3)
If you have ensured the cables are correct and inserted the right way, I would suggest you try another camera if you have any to hand. Alternatively, try and return the camera module to your supplier...
View ArticleRaspberry Pi OS • Re: Numlock
Excellent. I have no time to test all of the links I found for you. I just pasted your exact question from your first post. As you can see there are a number of suggestions, although some of them are...
View ArticleGeneral discussion • How can I set static IP without modify dhcpcd.conf?
I am making an embedded Linux program (Linux DRM with Raspbian Lite) based on the Raspberry Pi. In the program, I need to set the static IP of the Raspberry Pi to connect to the remote device through...
View ArticleGeneral discussion • Re: Raspberry Pi 5 CSI/DSI connector
Thanks for the information. I assume the DSI connector is same as DSI1 connector in the same Compute Module 4 IO Board too? Do you provide the part number of the connector? And how about the voltage...
View ArticleBare metal, Assembly language • Re: Memorymap RPI5 8GB
I've done some research now. All base addresses are outside of 8 gigabytes:Code: ARM_IO_BASE 0x107C000000ULSecond level interrupt controller (RP1)ARM_RP1_INTC 0x1F00108000ULGeneral Purpose I/O #0...
View ArticleGeneral discussion • Re: Identify which barcode scanner
I can see a problem if two scanners are activated at exactly the same time. The characters from each scanner might become interleaved. Perhaps it's not a problem (just re-scan), or perhaps it would be...
View ArticleGeneral discussion • Re: MTP in raspberry pi
As the laptop is Linux, you could use NFS or SSHFS to transfer the files to and from the Pi.I assume that the USB cable is using the USB-C on the Pi, or are you using a USBnet type cable with USB-A to...
View ArticleBeginners • Re: MSP3520 (ili9488)
Sorry, but what you're writing is all cryptic!Recommendation is to use Bookwormthen add below to your config.txt, do not make any other changesCode: dtoverlay=piscreen,drmThe linked display...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Change PLLD frequency to get a...
..Don't forget that running on 3 data lanes is also an option.not on a Pi4 - which is mentioned in OP's initial post. Maybe that's why he/she is limited to dual-lane DSI only.But they also...
View Article