General • Re: The Raspberry Pi Pico W is not showing up on computers
Could it be your USB cable or your choice of USB port? I have found the Picos totally reliable when used with USB. Thonny never fails to establish a link, this on Raspberry Pi OS or Mac OS.The onboard...
View ArticleDevice Tree • Assistance with Device Tree Overlay for GPIO-Based I2C and...
Hello Raspberry Pi Community,I am working on integrating a Goodix GT9271 touchscreen controller with my Raspberry Pi using a GPIO-based I2C bus. The I2C bus is connected to GPIO10 (SDA) and GPIO11...
View ArticlePython • Re: How to handle bytearray from NFC Tag Reader
The data I actually want to work with is ...\x02enOmega\...What would be a proper way to get this data value only from the Tag or at least to "convert" the bytearray to a list where I can access this...
View ArticleMicroPython • Re: Pico W Reliability
Here is some info on Wifi behaviour of CYW43439:Configuring CYW43439 in CY8CPROTO-062S2-43439 in different BT, WiFi modes:https://community.infineon.com/t5/AIROC ... d-p/657107#.In the thread, there...
View ArticleHATs and other add-ons • Re: Power HAT+s specification
Thank you for your suggestions!Not sure about the second option, though, as it still violates the HAT+ requirement I mentioned above and also against "5.1.1 GPIO Pin Assignments" from the R-Pi4...
View ArticleTroubleshooting • Cannot SSH when HDMI LCD is connected
Hi,I’m having trouble connecting via SSH when I attach an LCD (https://pl.aliexpress.com/item/10050067 ... pt=glo2pol) screen to my Raspberry Pi 5. When I use a different LCD monitor with the same...
View ArticleBeginners • Re: Cannot find RPi in systemd but finds it in ssh
When I do not include venv it fails to find the mariadb module. The mariadb module is imported before the sensor_relay module in the script:Code: import osimport globimport timeimport...
View ArticleDevice Tree • Re: Assistance with Device Tree Overlay for GPIO-Based I2C and...
getting this errorCode: [ 38.204806] Goodix-TS 11-0014: Error reading 1 bytes from 0x8140: -6[ 38.244519] Goodix-TS 11-0014: Direct firmware load for goodix_911_cfg.bin failed with error -2I see it in...
View ArticleSDK • Re: HTTP Client with pico_cyw43_arch_lwip_poll
I will test later.Statistics: Posted by picocpp — Thu Dec 26, 2024 6:24 pm
View ArticleGeneral • Re: Run Pin reset timing
RUN is an input pin, the internal pull-up is just to prevent free floating, not to provide external resets for other circuits.Statistics: Posted by gmx — Fri Dec 27, 2024 6:23 pm
View ArticleBeginners • Re: Raspberry Pi 5 Graphics , good ?
Running any sort of video through a browser is prone to delay because of the very long path the data has to take through the system. Using dedicated player applications is much better.Statistics:...
View ArticleBeginners • Re: bme280 sensor not being picked up
The BME280 can be used with I2C or SPI interface, see the BME 280 datasheet.Check https://www.waveshare.com/wiki/BME280_E ... tal_SensorTo use I2C, you should connect the SDA, SCL to the RPI header...
View ArticleOther projects • Raspberry Pi 5 in a ip67 case
Hi all, I hope this is the right place for this.I’m planning to develop an interactive art installation using several Raspberry Pi 5 devices in an underground tunnel with high humidity. To protect the...
View ArticleGeneral • Re: [overclocking] RP2350 at 600 MHz, with Flash, PSRAM, ARM,...
Hi,I use the Picoroni Pico plus 2.My board look like this:As it is to add RAM on an XT computer, there is one 8Bit access at maximum every milli second, so it is really slow for the Pico.I use the...
View ArticleGeneral • Re: Is there a minimum list of files to archive a project?
There is no reason why a './build' directory needs to contain anything to successfully build a project from the command line or from within VS Code. That it's wanting to find something specific in...
View ArticleTroubleshooting • Re: Raspberry Pi 5 with Waveshare 4inch DSI Round Touch...
Are you using the "DSI-Cable-12cm" cable to connect the display screen's DSI interface to the 22-pin DSI1 interface on the Raspberry Pi board?i.e. use the instructions for Pi5 at...
View ArticleGeneral • Re: Modifying Pico Examples for additional source files
The only way I know how to do that is to add it as an interface library then and that new library name to the Target link Libraries in CMakeLists.txt. That should work. You have to make sure the...
View ArticleNetworking and servers • Re: Building a Raspberry Pi 5 Server with 10 HDDs...
Earlier this year i also build this with a pi 5 and 6 HDD's - its getting closer to making a profit each month, and that is the one with a public dashboard.https://youtu.be/zD5zkPcbtawI'm confused....
View ArticleThe MagPi • Re: Adding an expansion Board to my Pi Zero 2W
Thankyou for your clear reply... I am onto it !Statistics: Posted by Sout77 — Fri Dec 27, 2024 7:03 pm
View ArticleBeginners • Re: Calling Standard Time Via Strftime
It only appear to change it temporarily.TZ affects the process in which it is set, and any children launched from that process. I interpreted that you wanted your script to use a "standard" timezone,...
View Article