General discussion • Re: New Raspberry Pi Products
https://www.tomshardware.com/raspberry- ... conference"Raspberry Pi showcase AI camera kit, new screen and long awaited M.2 HAT at Embedded World conference"Apologies if this has already been...
View ArticleSDK • Pico W - pico/dns.h not found
Having proven the environment by bulding the examples I have now progressed to trying my own code !I am writing a simple clock based on the ntp_client example outputting the time to a 7 segment...
View ArticleMicroPython • Re: Aligning actions to a specific time-gap before a second
You can use the on-chip elapsed microseconds counter or the 'time.ticks_*' functions to determine when a second has elapsed, or it's time to update your progress bar. That should give minimal latency...
View ArticleTroubleshooting • Re: An Operation Is Already Pending
I am having the same problem: attach an external usb drive (either a My Passport or a Toshiba) to my Rpi5. Boot up and the drive or drives are seen in the file manager, but when double clicking either...
View ArticlePython • Re: servo PCA9685
I recommend you switch to another, smaller project, where you can learn how to control the servers by themselves.Once you do that and you manage see what code is needed to start, stop, move the...
View ArticleDevice Tree • Re: PI5: dtoverlay midi-uart0 fails to be applyed
I'm totally lost with this overlay. I can't find too much info about how RPI5 clocks do work.I hope someone from the foundation find a solution as we really depend on this to have our MIDI interface...
View ArticleOfficial Display • Re: Pi Official Display works only on Raspberry Pi OS
Yup…with Linux MX seems to be working, at this point I suppose not every OS has the right drivers inside.My thought is, how can we solve this? I mean… it should there be a way You need to report it to...
View ArticleTroubleshooting • Re: RPi5 SD Card Copier not recognizing miniSD card
Well, I tried a new SD card reader and now it is showing Generic STORAGE DEVICE under "Copy To Device" (see image)Also, should I check "New Partition UUIDs">. What does this do?Statistics: Posted...
View ArticleAIY Projects • Re: AIY Voice Bonnet with Bullseye
Anyways, I am working on bookworm image, should have it ready by this weekend. I will let you know once its ready.Ok, thanks, I'll wait for that before I do anything else.Statistics: Posted by WhyNine...
View ArticleHATs and other add-ons • Re: RS232 interfaceing with RaspberryPI 4
What are the reasons I should NOT connect to the GPIO pins?RS232C signal voltages are often well outside what the GPIO pins can tolerate and the signal polarity is inverted to what a Pi UART usually...
View ArticleDevice Tree • Re: Add pca953x gpio expander through pca9548 i2c-mux
I've managed to get this working by creating my own overlay. I started from the i2c-mux overlay found here:https://github.com/raspberrypi/linux/bl ... verlay.dtsMy new custom overlay (named...
View ArticleGeneral discussion • Re: connect camera module 3
Connect it as in the official documentation for camera modules https://www.raspberrypi.com/documentat ... amera.htmlThat worked for me using a v3 camera module.Statistics: Posted by neilgl — Wed Apr...
View ArticleGeneral discussion • Re: Raspberry Pi5 USB-C PD
RPL get away with it, because Dr. Upton was an employee of Broadcom working on the SoC that the first Pi was built around.It's not just Upton, there's also McGregor, former 10 year Broadcom CEO...
View ArticleNetworking and servers • Re: Correct information about TP-Link Archer T4U...
I've unlocked it if you want to post a correction to information there.Statistics: Posted by dom — Thu Apr 11, 2024 1:41 pm
View ArticleCamera board • Re: connect camera module 3
I did it and this came up:raspberry@raspberrypi:~ $ export DISPLAY=172.20.10.2:y.yraspberry@raspberrypi:~ $ libcamera-hello -t 0 --qt-preview[0:25:10.441538145] [1970] INFO Camera...
View ArticleMicroPython • Re: Raspberry Pi Pico on Scratch with MicroPython
I'm surprised that Pin(25) still works: I thought that Pin("LED") was universal now."LED" is universal but 25 still works on a Pico though not a Pico W. BIPES defines the pin as "LED/GPIO25" for a...
View ArticleTroubleshooting • Rotated HDMI image output, but with double cursors on VNC...
Greetings,Latest version of OS, I have a touchscreen display connected to HDMI-0.I used Preferences | Screen configuration to change first INVERT the orientation of 'HDMI-A-1' . Then I had to click on...
View ArticleAdvanced users • Pi5: using the Mate Desktop Environment in a vnc session
Subject says it - how can I do this? I keep getting the standard Raspi desktop. tried this both with the built-in vncserver and with tigervnc, no luck.Statistics: Posted by wnp-pi — Thu Apr 11, 2024...
View ArticleC/C++ • Re: C\C++ tutorial setup
Thanks for the suggestion.Statistics: Posted by jpitz31 — Thu Apr 11, 2024 2:29 pm
View ArticleSDK • Re: Unrecognized option '-fcallgraph-info=su'
Using stock Buster ''-fcallgraph-info' has never worked so you must have been using something more modern.No, it worked before because the earlier build didn't include that command-line option.When...
View Article