Other 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 ArticleAutomation, sensing and robotics • Re: bme280 sensor not being picked up
Have you got the wiring like he said, including"N.B. Adafruit shield uses pullup on SDO and CS (CSB) so you could leave them open."Open means not connected to anything, no wires attached.I don't see...
View ArticleTroubleshooting • Re: Cannot SSH when HDMI LCD is connected
You were right, another cable helped, thx Statistics: Posted by kormateusz — Sat Dec 28, 2024 6:27 pm
View ArticleMicroPython • Re: Why is my MicroPython script running so slow with SD card?
Is this any different? I changed lines 1 and 3.Code: cs = Pin(22, Pin.OUT)spi = SPI(1, baudrate=50000000, sck=Pin(10), mosi=Pin(11), miso=Pin(12))sd = sdcard.SDCard(spi, cs)vfs =...
View ArticleBeginners • urllib API 403 error on Raspberry Pi4B, not on Anaconda Windows...
Hello,I'm trying to get a short python program running on my Pi 4B running Bullseye OS. The program uses urllib.request to hit a specific API, which should return JSON.Code: import urllib.requesturl =...
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 ArticleGeneral • Re: Setting X or Y PIO registers when FIFO is joined
I am using sm_config_set_fifo_join to join the FIFO, but I am using the function pio_sm_init to set the config ad initialise the state machine. I checked the SDK documentation and found the function...
View ArticleGeneral • Testing high forward voltage 5mm LEDs on Pico digital pins (long post)
There was a recent post on these forums about how many LEDs a Pico could power, and this got me thinking about the subject which I hadn't looked at in a while, and it has been forever since I took...
View ArticleBeginners • Re: Low USB trumb disk speed
Check if your USB drive or adapter uses Jmicron parts. This has been a big problem for years with Raspberry PI computer boards.If so, the only workaround is by using usb-storage.quirks. you will not...
View Article