Beginners • Re: Before I buy a Pi5
Thanks ! Pi 5 is now on back-order. Setup an old 4B 8Gb with the new bookworm in the meantime, to get a feel for it.Ended up needing to share the monitor via the ports in it, the PC is DisplayPort 1.4...
View ArticleAutomation, sensing and robotics • Re: Start a python script on boot with...
Speaking as the author of the linked guide, it should cover your needs.If you need more specific help you'll need to provide more information on what you have tried, why it failed (refer to the...
View ArticleMicroPython • Re: Multithreads problems.
This is my problem: how do I assign core0 to thread1 and core1 to thread2?You use the '_thread' module as you presumably did initially. There is no other way to run two MicroPython threads on separate...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: DSI display working but not detected...
"drm-rp1-dsi" will pick up a DSI display on either of the connectors.The connector names should be consistently DSI-1 for a display connected to CAM/DISP0, and DSI-2 for a display connected to...
View ArticleCompute Module • Re: DS3231 in place of PCF8053
The INA219 Python library looks like it must use i2cdev ("/dev/i2c-0", etc.) to talk to the hardware. Provided you tell it which I2C bus to use by passing a "busnum" parameter to the constructor, it...
View ArticleGraphics, sound and multimedia • Attempting to synchronise LED flashing...
I am trying to synchronise neopixel LEDs flashing with a video being played using a Raspberry Pi 3B+ and the Python wrappers for libVLC (VLC player). For example, I want the LED to flash red at...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Interfacing DSI on pi 5 to ICN6202
The question is , is it possible to edit and adapt the icn6211 driver?The driver is here https://github.com/raspberrypi/linux/bl ... -icn6211.cSo why shouldn't you be able to either update it so it...
View ArticleMicroPython • Re: Bluetooth Extended Advertising with MicroPython on...
Now, the problem is that I need to transmit in extended adverting mode, since the amount of data to transmit (each 90 seconds) is about 80 bytes. The standard advertising mode allows only to transmit...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Need info about DSI Connectors on PI5
..Thank you very much All my doubts about the connectors have been cleared.Sorry, but as pinout is the same as with CM4IO connectors why have there been any doubts (as one can simply find that info...
View ArticleOther projects • Re: Raspberry pi 5 UPS with 12v Buck converter
I used a short 30cm USB type A to type C cable directly from from the usb port of the 3606 board. Haven't run any tests but I have connected below mentioned peripherals and ran continuously without...
View ArticleHATs and other add-ons • Re: AI Kit + NVMe SSD ?
Pi5 PCIex1 doesn't meet PCI Gen3 jitter specification.Anyhow, you can follow the same approach as RPT when specifying the HAILO accelerator...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: DSI bug on Pi 5
So (just to summarize) the Pi 5 is producing timings very close to those requested, with a DSI clock exactly 24/2 times the pixel clock. But you note it might be in LP11 state for too short a time...
View ArticleBeginners • Re: Creating a Pi Box for Phone to Phone transfers?
I should've been a little more.clear lol. I work at a job where I'm constantly transferring people's data from old and sometimes very old phones to newish and newer phones. Apps like Samsung Smart...
View ArticleNetworking and servers • Re: Docomentation - Bridging in Bookworm
I placed the SD-card for the raspi 3A in a zero 2w and it connects just fine to the Bookworm-based wifi AP.So the wifi on my two (!) raspi 3A is... broken? ...in some way?Statistics: Posted by...
View ArticleAutomation, sensing and robotics • Re: Control Relay module without using...
Do you have a specific device in mind or already purchased ? Then provide a link to manufacturer, product page.Many manufacturers provide information about technical connections, protocol definitions...
View ArticleRaspberry Pi OS • Re: Xwayland and listen tcp
No luck so far. I modified /bin/xwayland-xauth as follows, but it is never started, neither on boot nor after a connection attempt of the remote X client.Code: #!/bin/shecho "$(date) $@" >>...
View ArticleMedia centres • Re: Kodi 21 (Omega) on RPiOS Bookworm
On the Kodi forum someone mentioned launching Kodi with '--audio-backend=pipewire'. So in my desparation I tried this. I am now able to switch my audio devices mid-session I haven't been able to bring...
View ArticleRaspberry Pi OS • Wifi broken on 64-bit image after all 2022-04 releases...
Also described here -> viewtopic.php?t=366270#p2217190The firmware upgrade that happens after all 2022-04 releases or with newer installations still breaks wifi functionality on the RPI Zero 2W,...
View ArticleHATs and other add-ons • Re: Help Needed - EM060K-GL LTE Cat-6 HAT
HelloIf you have any questions about waveshare products, you can send an email to support@waveshare.com and we will be happy to answer your questionsStatistics: Posted by aBUGSworstnightmare — Wed Jul...
View ArticleTroubleshooting • Re: Cannot install updates, clock not synchronized
My system doesn't have anything called clock_adjtime - at least not in the man pages.It has adjtimex(2) (*) and ntp_adjtime(3). Although they are actually documented together, nominally in section 2,...
View Article