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 ArticleTroubleshooting • Re: Raspberry Pi HDMI and Files not working
I tried removing it and putting it back in but i still can’t see it on windows, also I tried using my old pc and installed the latest Ubuntu version on it but like in the VM I just see some file...
View ArticleGeneral discussion • Re: USB splitter cable or hub that can supply 1.5A
My question. Is there a cable (mini USB - at the DVD end) that will split into two at the USB A end? I.e one USB A for power and one for just data.I could homebrew, but I've messed with USB cables...
View ArticleAdvanced users • Re: sd-card cross-encryption
I built the rootfs encryption tool mentioned by SpongeBob above in this thread. Unfortunately for you, it requires systemd to enable it.But, fortunately for you, it does the encryption directly on the...
View ArticleMicroPython • Re: Pico W Reliability
I was able to catch it disconnected while still connected to my laptop.Code: Checking Wi-Fi connection...[ 5312029] ASYNC(0000,49,0,0,0)[ 5312848] ASYNC(0000,49,0,0,0)[ 5314589] ASYNC(0000,49,0,0,0)[...
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 ArticleBeginners • Re: NOOB (not really) w/RPi5 Dev Kit
Can you try another SD cardNo Joy !Statistics: Posted by theoldwizard1 — Mon Dec 23, 2024 2:46 pm
View ArticleBeginners • Re: My cheap and easy LAN setup for a headless zero with on/off...
by ejolson » Mon Dec 23, 2024 1:28 am On a test I wrote the Zero 2 consumes 730 mA in 64-bit mode but only 580 mA in 32-bit mode. https://forums.raspberrypi.com/viewtopic.php?p=1930593#p1930593It...
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 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 ArticleMedia centres • Re: Peppy player
To select the Nixie Tube Clock screensaver you need to select a screensaver type 'image':https://github.com/project-owner/Peppy/ ... fig.txt#L2and set the property 'image.folder' to the...
View ArticleRaspberry Pi OS • Re: Pi5 with one partition exFat
OP was talking about booting his RPi5..... Statistics: Posted by KeithMck — Mon Dec 23, 2024 3:32 pm
View ArticleUbuntu • Re: Ubuntu 24.10 will not install on PI5- installer crashed
This seems to be a problem for everyone, which to me suggests it is an issue on Ubuntu's side. Being as it is so close to Christmas if a fix is near it will probably not be available until the New...
View ArticleHailo • Re: AI HAT 26 TOPS not working on Pi 5
I have exactly the same issue a Raspberry PI 5, AI + 26 TOPS, LED colours, using the Raspberry SD card loaded with the OS and no camera. I have followed the instructions multiple times but when...
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 ArticleRaspberry Pi OS • Re: Clean install of Bookworm and rpicam apps was not included
Perhaps the unspecified version of 64-bit RasPiOS Bookworm you installed was the LITE version? I wanted the FULL Bookworm 64 bit version If you selected the option pointed at with 'This' and a Red...
View Article