Troubleshooting • Re: Raspberry Pi Imager and Google Drive
Hello,I have seen this posted some time ago but now its locked and I think the user wasn't completely understood (viewtopic.php?t=346970) . When I try to format the MicroSD with Raspberry Pi Imager,...
View ArticlePython • Re: Latest Bullseye images break Websockets
Does the asyncio echo server example from PyPI https://pypi.org/project/websockets/ work OK for you?It does on my Pi4 running latest Bullseye 64-bit with desktop and all updates, Python 3.9.2,...
View ArticleGeneral • Re: Trace FIFO and TPIU with ITM
Made some more experiments and also saw some parts of the pattern that is write to ITM in hex dump of the buffer.I fed the data dumped from buffer into OpenCSD trc_pkt_lister on my PC. Officially it...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: MCP2515 with Arduino on Raspberry Pi4...
Which OS are you running on the Pi4?Have you done a "loopback" test on the Pi with a wire connecting TX to RX (GPIO14/15) to check that serial in/out is working OK?I am assuming that the 5V Arduino...
View ArticleBeginners • Re: Kiosk tutorial does not work with labwc
This sort of works. I briefly see the background picture of the fisherman (but no menu bar) before it's covered by a blank white window and a mouse cursor. Nothing seems to happen (I've waited many...
View ArticleBeginners • Re: Using LoRa Lib
Seams I forgot to add the Lib in the Build command.I tried thishttps://ibb.co/fDJpbQBbut now I get thisCode: gcc -Wall -o "tx_explicit_example" "tx_explicit_example.c"...
View ArticleWanted • Re: raspberry pi 4b box needed
o.m.g exactly what i needed. thank you soo much!!! this image will work greatStatistics: Posted by BrantE — Sun Nov 10, 2024 4:28 pm
View ArticleAdvanced users • Re: [HOWTO] Headless configuration of a Raspberry Pi using...
Sorry, maybe it wasn't clear.the snippet is for the peripheral, I didn't need to configure the host IP as it doesn't matter for ssh a headless peripheral.The issue is not that it doesn't have an IP,...
View ArticleBeginners • Re: Running a program at startup
@thagrol: Did my solution work or not?I've no idea. Ask the OP.Statistics: Posted by thagrol — Mon Nov 11, 2024 4:16 pm
View ArticleGraphics, sound and multimedia • Re: FFmpeg gives errors
I figured it out.instead of the last line: Code: -map "[out]" mosaic3x3.mp4\I have: Code: -f matroska - | ffplay -Statistics: Posted by Wessiez — Mon Nov 11, 2024 4:18 pm
View ArticleSDK • Re: pico-sdk 2.0.0 is a piece of troubles
I read the pico-sdk.pdf and and read the incomptibility list before i start this topic. I spend a week try to find what is wrong between 1.5.1 and 2.0.0. I set...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Software for monitoring energy usage...
It sounds like you would like to monitorPower consumption. This can be done numerous ways. Here's an example https://hackaday.com/2020/07/24/a-compl ... ng-system/Temperature over time. There are many...
View ArticleMicroPython • Re: Benchmark Pico 2
Try to change this function from earthworm mode ... To a native snake ... And give it some venom to be like a viper ...And see the results changing drastically. There are indeed improvements which can...
View ArticleBeginners • How to Install Linux Software on Raspberry Pi 5?
I am really brand new to Linux. I had purchased a Raspberry Pi 5 to begin learning Linux. And I am using the Raspberry Pi 5 OS (believe it is debian linux).But I really need help understanding how to...
View ArticleOther projects • Re: LCD1602 without IC2 - controlling brightness
Just add a transistor or a mosfet to drive more current. Most of these LCD1602 will draw around 25ma to drive the backlight LED.Put the anode of the LCD1602 led light to 5V and the cathode to the...
View ArticleGraphics, sound and multimedia • Multiprocessing does not work
I have a raspberry Pi 4b with bookworm 64-bit installed.I'm working on a multiprocessing-script. And I cannot get it to work.What it supposed to do is:def waiting():VLC pauses a video on the first...
View ArticleTroubleshooting • Re: Wayland and Microsoft "Remote Desktop...
It's up to whichever RDP server software you are using to implement support for labwc, since RDP is not one of Raspberry Pi's recommended solutions. (I'm assuming you are using Raspberry Pi OS). Note...
View ArticleRaspberry Pi Connect • Re: Having trouble with Raspberry Pi Connect Lite
Are you using the Raspberry Pi Connect CLI as a regular user or were you running your rpi-connect commands as another user (e.g. root) via sudo?In order to work, rpi-connect needs to connect to the...
View ArticleBare metal, Assembly language • learn to read and write in pio with rp2350
Hi I'm beginer assembly, with my pi pico2 and visual studio I would like driver GPIO .but i did not how I do it? I must practice exercice simpleI found this little script for risc assembly to init...
View ArticleGeneral discussion • Re: Running Pi-hole on a Desktop system
I used to have a separate, always on, Pi4 running Pi-hole, file server, time server and internal webserver. When the Pi5 came out I combined everything thing so the Pi5 is now my main desktop,...
View Article