General discussion • BCM2711 bootloader EEPROM Stable branch
Asked me to convey that he is feeling unloved compared to BCM2712. No promotion from Latest since April Statistics: Posted by koge — Mon Nov 25, 2024 12:36 pm — Replies 0 — Views 47
View ArticleOther • Euler's number ,e
Code: \\ Set the precision to 1 million digitsdefault(realprecision, 10^6 + 10);\\ Compute ee = exp(1);\\ Write the result to a filewrite("e_1million.txt", e);Get the value of e to a million in a...
View ArticleOther RP2040 boards • My custom RP2040 Zero not shows signs of life
Hi everyone, I am totally newbie in schematics and so onI made custom rp2040 zero based on schematics from EaseEDA but production variant not shows any signs of life. I expected to have usb device...
View ArticleGeneral • [Found] Pico 2W Datasheet - Missing schematics
Unlike Pico, Pico W, and Pico 2, there is no schematic included in the Pico 2W Datasheet. Is this intended or an oversight ?Statistics: Posted by hippy — Mon Nov 25, 2024 1:33 pm — Replies 2 — Views 46
View ArticleTroubleshooting • Pi 4/4Gb; Open media Vault Won't Boot
Hi,On my Pi 4 I was trying to boot Open media Vault following this article (you have to go quite a way down the page): https://www.seeedstudio.com/blog/2019/1 ... a-and-omv/However, it won't boot as...
View ArticleAdvanced users • libcamera frame callback
Hello,i use libcamera and all works so far correct, now i will extend my callback methode for each frame, and i will transfer an this pointer from my baseclassi start also my camera with :Code:...
View ArticleBeginners • Best NAS Software
Hi,For reasons I've yet to understand, I can't get my preferred NAS software (Open Media Vault) running on my Pi 4 4Gb so I'm looking for something else that will do more-or-less the same. I would...
View ArticleCompute Module • CM4IO Schematics, KiCad nightly build
HiOn the CM4IO product page (https://www.raspberrypi.com/products/co ... -io-board/) it says that the CM4IO design files require the latest nightly build; is this still the case or have the required...
View ArticleRaspberry Pi OS • Best way to disable WiFi Power Save?
Hi. In new release of Raspberry Pi OS (2024-11-13), is removed default rc.local file.What is the way now to disable WiFi Power Save?Before I used to add this line in rc.local: Code: iw dev wlan0 set...
View ArticleRaspberry Pi OS • X11/Wayfire/Labwc
Hello, i worked with Raspbian on a 3b+ with Xorg for some time now. Scince a few updates ago i get the notification about being able to update to labwc compositor. When i decline with "keep X" i get...
View ArticleSDK • pico2040 cannot find I2C_NUM()
Hi, I'm 99% of the way in freeing my project from arduino IDE. I have one error I can't resolve. Code: error: 'I2C_NUM' was not declared in this scope 1038 | DEBUG_PRINTF("# USE_PICO: %d setup:...
View ArticleBeginners • I can't locate the Raspberry Pi OS on screen keyboard
Please tell me where the on screen keyboard is in Raspberry Pi OS so i can use Chromium browser with only a mouse. Thank You.Statistics: Posted by metalj — Tue Nov 26, 2024 10:53 am — Replies 1 —...
View ArticleGeneral • SPI bus master to slave communication
Hi,I’m trying to communication between spi0 bus as a master and spi1 bus as a slave :i need to send data from core0 to core1 by using spi bus , core0 have a spi0 as a master bus and core1 have a spi1...
View ArticleCamera board • Would I be able to control X imaging sensor?
hi,I would love to know what it would take to control an IMX577 for example. Will rpicam-hello ---list-cameras recognize it?thanksStatistics: Posted by josovi — Tue Nov 26, 2024 11:20 am — Replies 2 —...
View ArticleTroubleshooting • Error while updating my Raspberry Pi 4 now Kernel Panic
I wanted to upgrade my box to Bookworm and changed apt.list and started to update after a while I saw segmentation error and booted my Raspi but I could not boot. After that manually edited fstab and...
View ArticleMicroPython • About the core use when using _thread module?
I read "Raspberry Pi Pico Python SDK" document, 3.5 Multicore Support write:"Only one thread can be started/running at any one time, because there is no RTOS just a second core. The GIL is notenabled...
View ArticleAutomation, sensing and robotics • New to Pi and need help
Hello, I am planning a project and i know there are easier ways but decided this is how im going to get my feet wet. I am hoping to have a Pi the will take simple momentary inputs from an array of...
View ArticleGeneral discussion • wifi is not working
Hello,I am using a Raspberry Pi 5 and encountering issues connecting to Wi-Fi networks. Specifically, when attempting to connect to a secured network (with the correct password), I receive an...
View ArticleTroubleshooting • Pi 4/4Gb (Pi OS Lite 54)
Hi,So I've been installing Open media Vault which uses Pi OS Lite but although I installed it successfully, I'm now having problems logging on via SSH (MobaXterm) in that I continuously get "Access...
View ArticleHATs and other add-ons • RPi 3B+ V1.4 PMIC Problem
Hello everybodyI reach out to you to first to understand and afterwards to solve the following problem:We have a hat designed for RPi 3B/3B+ that provides 5v power via GIPO 2 & 4 and GND on GPIO 6...
View Article