Device 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 • Re: Power supply - alternative needed to plug type
And I haven’t seen it mentioned in this thread,Because the thread is primarily about the Pi 4 which doesn't use that option:I need an alternative power supply for the RPI ( primarily pi 4’s ).It might...
View ArticleTroubleshooting • Raspberry Pi 5 cannot get to boot settings
Hello, I am new to the Pi ecosystem but am loving the Pi 5 as a retro gaming console. for the first couple of weeks it ran fine but for the last couple of days whenever I turn it on I get the white...
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 ArticleBeginners • Re: bme280 sensor not being picked up
Wiring looks wrong Note: physical pin numbers used.Code: 1 - VCC : OK 3V35 - SCL : OK SCL GPIO317 - CS : ?? should be not connected "NC"21- ADDR: ?? GPIO9 SPI MISO (high addr is 0x77, low addr is 0x76...
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 ArticleGeneral • Re: Run Pin reset timing
Thanks for all the replies. I did overlook this but later found it on page 9 of the Pico2 datasheet thru your help. As suggested I may just use a spare I/O for the mcp23017 reset. You all have a Great...
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 ArticleGeneral • Raspberry Pi Pico to the internet using a SIM 800L
Hi, I'm trying to connect a Raspberry Pi Pico to the internet using a SIM 800L module. Could you tell me where to find or provide me with a micropython program for this?Statistics: Posted by Tirejas —...
View ArticleGeneral discussion • Re: .uf2 upload problem (raspberry pi pico 2)
I own a rasberry pi pico 2 (RP2350) and i have a problem. By uploading the code through Thonny everything works. However, when I put the .uf2 file into the device's memory, the board will not turn on...
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 ArticleGeneral discussion • Re: eth0 stopped working in Raspberry Pi 4b
Try another cable..Cut off the ends of the cable and redo the termination.Check the cable with a tester.Try the cable with another device.Change port on your router/switch.Change the router/switch for...
View ArticleGeneral • Re: Cannot upload sketches to Raspberry Pi Pico from Arduino IDE
It's just fine. BTWI'm on a Linux Mint device, and I've recently been working with Arduino. So far, I have had no issues with two Arduino Uno boards. However, when trying a Raspberry Pi Pico, the...
View ArticleHATs and other add-ons • Re: NVMe hat and SD card
Code: looks like the issue was that the UUID get duplicated when the SD is cloned to SSD so even after partitioning and formatting the new partition it still acted up until I used fdisk to change the...
View ArticleGeneral discussion • Will not boot in Bookworm after editing /etc/fstab
Hi,I have a Pi5 with a NVME (Pimoroni) drive, this has been booting and working fine.Today, I added a 1TB SATA SSD via USB3 to the system purely for storage as an extra drive, I put in and partitioned...
View ArticleMicroPython • Re: Pico W Reliability
Hippy, that is good in the sense that there are more opportunities for things to go wrong than on my AP.I posted a pcap to https://github.com/micropython/micropython/issues/16482 but it's confusing...
View Article