Interfacing (DSI, CSI, I2C, etc.) • Re: Reading time failed error from DS1339...
Hi, I have a similar issue on I2C when I tried to interface with another RTC. Is this on a RPi5 ? Can you share the kernel version you're using ?Statistics: Posted by EmbeddedBug1729 — Thu Aug 15,...
View ArticleC/C++ • Re: How to Cross Compile a C++ Program on Ubuntu for 32-bit PiOS on...
I'm very curious, since the Raspberry Pi 2B uses the ARMv7 architecture, why is an ARMv6 toolchain used?Because the original Raspberry Pi used an ARMv6 CPU, most of the software compiled for the Pi...
View ArticleSDK • Re: Missing .hex file with pico_add_extra_outputs() [Workaround Found]
this is a bug, please open an issue on github; PICO_32BIT should have been setStatistics: Posted by kilograham — Thu Aug 15, 2024 4:49 pm
View ArticleSDK • Re: Help needed for Building RISC-V Compiler
Note that you don't need to set PICO_COMPILER or PICO_GCC_TRIPLE - they will be set correctly by default for eitherStatistics: Posted by kilograham — Thu Aug 15, 2024 4:52 pm
View ArticleTroubleshooting • Re: sudo apt upgrade failing
Much safer to use "sudo apt full-upgrade" than just upgrade.Statistics: Posted by pidd — Thu Aug 15, 2024 5:00 pm
View ArticleSDK • Re: How to distinguish between rp2350A and rp2350b in software
That works for runtime determinationboard headers should also set `PICO_RP2350A=1` for the QFN60 packageStatistics: Posted by kilograham — Thu Aug 15, 2024 5:05 pm
View ArticleGeneral • Re: RP2350 RISC-V qustions
Yup; the processor starts in the architecture based on the OTP settings (except for a soft reset where the register is used)If the bootrom finds a bootable binary for the other architecture first, and...
View ArticleTroubleshooting • Re: Ethernet connection only works through switch, not direct
Setting the speed with ethtool fixed it. Thank you so much!Statistics: Posted by laser14 — Thu Aug 15, 2024 5:11 pm
View ArticleBeginners • Re: [SOLVED] Camera not shown over python scirpt rpi5
It fixed itself?Perhaps someone could ask chatGPT to do that? Statistics: Posted by davidcoton — Fri Aug 16, 2024 4:20 pm
View ArticleTroubleshooting • Re: Getting Subsonic to run
What pi are you running it on Pi4 / Pi5 or other?What operating system are you running e.g. Raspberry Pi OS “Bookworm” with desktop (64-bit) or other?Statistics: Posted by neilgl — Fri Aug 16, 2024...
View ArticleGeneral discussion • Re: Gnome-Weather & Disk Usage share Chromium issue
Which OS are you running on which Pi with how much RAM?Linux raspberrypi 6.6.31+rpt-rpi-2712 #1 SMP PREEMPT Debian 1:6.6.31-1+rpt1 (2024-05-29) aarch64 GNU/Linux8mb RAMStatistics: Posted by kc2njv —...
View ArticleTroubleshooting • Re: Connecting a waveshare MAX m8Q GNSS to Rasp Pi 5
Thanx a lot for this answer. So maybe I follow your advice and send it back. Any recommendations for a brand or specific gnss hat working with rasp pi5?Statistics: Posted by HolgerF — Fri Aug 16, 2024...
View ArticleTroubleshooting • Bookworm, KMS, and Headless Audio
For context, I'm working on updates to Running A Program At Start Up A Beginner's Guide specifically in regard to audio applications prior to login.Test system:4BRaspberry Pi OS 32bit with desktop.The...
View ArticleGeneral discussion • Re: RP2350 and Pico 2 released!
I don't believe what you are asking for is compatible with the security system on the RP2350, which in turn is a requirement of the forthcoming CRA.I believe it would be.Anything with OTP I suspect...
View ArticleC/C++ • Re: DHT11 code works with python but not C++
My python code for interfacing with a DHT11 works fine, but not the C++ "equivalent". Not sure if this is what you want to read, you will be better off using the AHT10 and talk to it on i2c. One wire...
View ArticleMicroPython • Re: How to send data from pico to driver board using I2C pins
I posted circuit which may help to understand. circuit is connected single winding. same way other 23 windings are connected which I have not showed here.Statistics: Posted by Ganiii — Fri Aug 16,...
View ArticleOther projects • Re: Arcade Ticket Payout test
Code: # Import Required Librariesimport RPi.GPIO as GPIOimport time# define the GPIO pin connected to the buttonBUTTON_PIN = 16button_counts = {}# Initialiation and Setup# Perform one-time setup tasks...
View ArticleDevice Tree • Re: Problem activating i2c-hid overlay
It seems the kernel has support for HID over I2C already, so I'm running the normal bookworm kernel (installed today).Whilst there is module that can be built, I don't see it selected in the standard...
View ArticleDevice Tree • TLV320AIC3100: TLV320AIC31XX-LINUX driver, Issues setting up...
We cannot send voltage to the MICBIAS through the audio controls, we have audio working but we so no way of turning on the mic bias from alsamixer. We can manually set the registers for the micbias to...
View ArticleDeutsch • Pi Uhr
Servus Ich bin Funkamateur, und habe mir ein Hotspot zusammengebaut, nun würde ich gerne das nächste Projekt mit einem RB Pi. starten.Ich habe hier noch 2x Raspberry Pi Zero 2w1x Raspberry Zero 1.11x...
View Article