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 discussion • PiZero W2 + Fusion360
Hi guysWant to make a custom case for a pi Zero W 2, and a RaspIO AnalogZero attached.Anyone have by any chance a diagram of the Pi Zero W 2 size/hole positions and power USB placement - In Fusion360...
View ArticleOff topic discussion • Re: running Pi off-grid: which battery-types can play...
Just use SLA and call it done.Statistics: Posted by ame — Fri Dec 27, 2024 6:17 pm
View ArticleBeginners • Re: How is your experience on RPi Lite, Ubuntu Server and Ubuntu...
New to these.For a home weather station running 24/7 aiming for maximum uptime, minimum crash/hangup. I am testing on RPi5 on hand. At later time, aiming to buy and run on RPi Zero 2 WHow is your...
View ArticleCompute Module • Re: CM5 in Dev Kit can not boot from SD card ?
Not sure Lites have hit the shelves yet. I've tested one, so we do have them ready.Statistics: Posted by jamesh — Fri Dec 27, 2024 6:21 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 Article