Troubleshooting • Pi CM4 will not boot off Intel Optane
I was going to just bump this thread:viewtopic.php?t=347936Basically I have the same issue as presented there and was curious if there was any headway on this. I have a few extra P1600X optane drives...
View ArticleAdvanced users • Re: How to check the pi4 official fan's status?
You can change the PWM frequency if your fan makes 'strange noise'.I'm using these settings with 40x40x20mm fan.Figuring out a resonable fan curve is up to you as yoi are in controll of the fan...
View ArticleTroubleshooting • Re: Pi CM4 will not boot off Intel Optane
The Optane turned out to be incompatible.Statistics: Posted by aBUGSworstnightmare — Sat Feb 03, 2024 6:14 am
View ArticlePython • having trouble with micropython and ssd1306
Im trying to get a 1.3 inch i2c ssd1306 display to work with a pi pico w. I am trying to use Thonny ide. I can not get any libraries to work. It always seems to fail on the line "display =...
View ArticleC/C++ • Re: Two-dimensional array of character strings in C
Are all the strings the same length?Also, does each line have the same number of elements and do you know before hand how many lines of data there will be?Statistics: Posted by AndyD — Sun Feb 04,...
View ArticleBeginners • Re: Probs getting docker to pull images
Tried all of the above, still getting the same errordocker: Error response from daemon: Head "https://registry-1.docker.io/v2/library ... sts/latest": dial tcp [26002148:bc02:445d:9ace:d20b:c303]:443:...
View ArticleAdvanced users • Re: Headless Setup - without rpi-imager or DHCP
The mounting procedure does not have to involve the whole complicated offset stuff.You can simply:Code: sudo losetup -P /path/to/file.imgWith that the loop created in /dev/ will also contain both boot...
View ArticleTroubleshooting • Re: Can't set static IP.
A "HowTo" is available for setting up a headless Ethernet-connected Raspberry Pi without the GUI Imager program ("rpi-imager"), so no DHCP is needed as well.Ref.: viewtopic.php?p=2189344Statistics:...
View ArticleAutomation, sensing and robotics • Re: 6 BME280 sensors with rpi 4
it took me one hour to add BM280 on my RS-485 Pico demo and another hour to debug.they are connected to GPIO10 and GPIO11 on I2C.It is also possible to add two others using GPIO 12 & 13.Now you...
View ArticleRaspberry Pi OS • Re: Why is "/var/run/reboot-required" not present...
Probably because the custom RP Linux kernel packages don't add this info - it's not mandatory, the package maintainer may include a hint for rebooting the system, according to...
View ArticleTroubleshooting • Re: HDMI-CEC is not working (RPi4)
If you have a spare SD card, you could just quickly make something like a separate Libreelec+Kodi system, to ensure the CEC is actually functioning, and the hardware’s all...
View ArticlePython • Re: having trouble with micropython and ssd1306
I don't suppose you'd care to post the error messages you are seeing?Better still, google them yourself and see if they give you some insight.Statistics: Posted by ame — Sun Feb 04, 2024 5:29 am
View ArticleBeginners • Re: Keyboard Layout Handler dissapear on bookworm
I am still working on this. My so far plan is to fork (or include as a subproject) wayfire-kbdd into a fork of wf-plugin-pi, so that the two components, wayfire-kbdd and wf-panel-pi/kbdlayout widget...
View ArticleSDK • Re: Pico SDK compilation question re placement of preprocessor directives
This version will fail to compile if the required macros are not defined. I tend to prefer this version. Not much point in creating an executable if it is known that it will not run.Yup; the reason...
View ArticleCompute Module • Re: CM3+ does not see 2 attached v3 Cameras
Thanks again for your continued support on this issue! Is there any way that you could test two IMX708 cameras like I am using? In your test, you are using an IMX708 and a IMX708_wide and that works....
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: I am losing my mind over getting...
I want to thank everyone for helping me!I couldn't get it to work because I'm an idiot. I didn't solder the pins so the connection wasn't intimate (Oh the Irony) lol Statistics: Posted by medp1991 —...
View ArticleOfficial Display • Re: Display getting blank white once Legacy camera enabled...
I'm trying to use openCV in my project which is not working with new camera driver/library but working with legacy camera.If you can suggest me any solutions for fixing opeCV issue with new camera...
View ArticleTroubleshooting • Re: Alternatives to Bookworm on Pi 5?
Just FYI. I decided to go back to Pi 4The audio issue was the second last straw. GPIO not working was the last straw.Statistics: Posted by agupte — Mon Feb 05, 2024 5:03 am
View ArticleGraphics, sound and multimedia • Re: Arrrg Cura (3D Slicing)
Man I would really love for cura to push 5.x.x to arm. I just set my raspberry pi up in a station by my 3d printer, after a quick google search showing that Cura works on rpi.But man I didn't realise...
View ArticleCompute Module • DPI display with CM4
Hi all,I'm trying to interface a DPI display, RGB 24bit with capacitive touch input, with a CM4 which is running on latest Bullseye OS. I found many documents explaining configuration and circuit...
View Article