General • Re: PIO feature request: load 32bit values from instruction memory
For the PIO program gpio_pins_to_rx_bytes, there is no need to follow the stipulated ~50 us timeout spec. Each bit is 1250 ns, if there is no L to H transition in say 2000 ns, the bit stream should...
View ArticleAdvanced users • Raspberry pi 5 won't boot automatically some times when...
I have 3 pi5 running last raspberry pi image, some times when electrical power outage, i need press power button for boot.I'm using official power supply for raspberry pi 5.somebody got same issue?I...
View ArticleRaspberry Pi OS • Re: Using Raspberry Pi as NTP Server
You need to set-up the ntp security piece with ntpkeygen.I am not 100% sure that ntpsec really understands security, 'ntp' was the recommended time server to use on a Samba AD DC, this was secure....
View ArticleTroubleshooting • Re: Swapping out HDMI Monitor for HDMI TV
--------------------The latest "bullseye" and "Bookworm" releases use the KMS video driver. The KMS driver seems less forgiving when the EDID data from the monitor is bad, nonexistant, or malformed.If...
View ArticleBeginners • Re: NOOB (not really) w/RPi5 Dev Kit
But 'Development Kit' describes something containing an RPi Compute Module 5 board. And an RPi CM5 board that includes onboard EMMC storage won't boot from the SDcard slot on the IO carrier...
View ArticleBeginners • Re: Remote access to drive connected to Raspberry Pi
Are you saying that performance between two systems on your LAN drops, or performance between your LAN and a system outside your LAN?As I understand tailscale (and I could be wrong), it creates a mesh...
View ArticleAdvanced users • Re: Raspberry pi 5 won't boot automatically some times when...
What is causing the electrical outage ?If its something like a brown out it rise too slowly ?Statistics: Posted by gordon77 — Mon Dec 23, 2024 2:31 pm
View ArticleAdvanced users • Re: Setting gpio pullup in kernel module that is using the...
Andy - sorry it's taken a while to get back to you.The reason your pinctrl declaration has no effect is that nothing is making any use of it - it's currently just a description of a possible...
View ArticleAndroid • Re: Raspberry Pi 4 can run both Android and Linux apps.
Im wondering if you can help me get this working because they stopped development of android openpli and the turner isnt working it maybe permissions perhaps i can allow you to ssh in i had to use a...
View ArticleTroubleshooting • Re: Hid device to pi pico micropython
I don't have experience of that, but this post might be helpful.viewtopic.php?t=305467Search for USB hostStatistics: Posted by PiGraham — Mon Dec 23, 2024 2:38 pm
View ArticleTroubleshooting • Re: HC05 and i2c working at the same time
Code: # I2C Scanner MicroPythonfrom machine import Pin, SoftI2C, UARTimport ssd1306import time# You can choose any other combination of I2C pinsi2c = SoftI2C(scl=Pin(0), sda=Pin(1))uart1 = UART(1,...
View ArticleRaspberry Pi OS • Re: GUIDE: Ubuntu-like GNOME on Raspberry Pi OS Lite (NO SNAP)
This guide details the steps to configure a GNOME environment on Raspberry Pi OS Lite, optimized for low resource usage and high efficiency. With extensive experience using Ubuntu, I've tailored this...
View ArticleBeginners • Re: How can i control 100 solenoids from a single Raspberry Pi
Redesigning the project to use a Pi will be a significant effort, but nothing ought to stop you. However, the design is already complete and working, and easy to replicate, so why do you want to do...
View ArticleTroubleshooting • Re: cannot get APT to update
I saw another post.I rebooted my router and apt started to work correctly and i managed to update and upgrade my system.What is that all about ?????Statistics: Posted by pjzpi — Mon Dec 23, 2024 3:01 pm
View ArticleGeneral discussion • Ideas to permanently connect RPi camera to Pi zero w
As title reads, I want to connect pi camera to pi permanently, actually in my usecase, we deploy our system remotely and if there is issue in connection, it cannot be fixed. I also want to connect...
View ArticleTroubleshooting • Re: FFMPEG not starting recording
The text in the codetags box is not complete I think. Let us know the complete command-line and arguments of ffmpeg.There should also be some error message. If not, it might not be a software problem,...
View ArticleNetworking and servers • Re: WiFi region setting
You can add the region to /boot/firmware/cmdline.txt via rhe config utilityCode: $ sudo raspi-configOK, see the setting now in this file so should be able to edit it in the FAT32 partition directly on...
View ArticleRaspberry Pi OS • Re: Clean install of Bookworm and rpicam apps was not included
it's probably other -> fullthere is 3 different versionsdesktopdesktop & recommendedliteStatistics: Posted by kerry_s — Tue Dec 24, 2024 2:30 pm
View ArticleGeneral • Re: [overclocking] RP2350 at 600 MHz, with Flash, PSRAM, ARM,...
I can get 372Mhz on the Pimoroni board using the followingCode: #define QMI_COOLDOWN 30 // 0xc0000000 [31:30] COOLDOWN (0x1) Chip select cooldown period#define QMI_PAGEBREAK 28 // 0x30000000 [29:28]...
View ArticleBeginners • Re: DAS How to build a Raspberry Pi DAS (not NAS) by USB-C or WiFi
Do you know how to do this?Yes: [shameless elf promotion]viewtopic.php?t=327444viewtopic.php?t=309324[/shameless elf promotion]Although it's the start of the Christmas season, I'm not sure about...
View Article