MicroPython • Re: .uf2 upload problem (raspberry pi pico 2)
And if we look at a pico2w .uf2 e.g. micropython:Code: picotool info -l "pico2 micropython uf2/mp_firmware_unofficial_latest.uf2"File pico2 micropython uf2/mp_firmware_unofficial_latest.uf2 family ID...
View ArticleNetworking and servers • Re: Retrieve swimming pool data
I see that 192.168.x.y is the internal address of the sensor, but how is the "external URL" set up - are you using http or https via some service provider or dynamic DNS etc.?Only the basic IP...
View ArticleTroubleshooting • Re: Mounting a Windows shared folder is ok, but not writing in
That's precisely the solution I was referring to in my post above:You're dealing with two sets of permissions: what is set on the server (windows box) and what the Linux client sees.CIFS/SMB doesn't...
View ArticleSDK • Re: [Solved - Mega Crimbo Brain Fart] Failed to build 'picotool'
Oh, For F....c:\Program Files\Raspberry Pi\Pico SDK v2.1.0\picotoolc:\pico\picotoolCan you guess the mistake made Thanks for your efforts to help and apologies for wasting your time. If it's any...
View ArticleTeaching and learning resources • Re: Advent of Code 2024
Regarding this OOM for day 22 (monkeys and bananas). How much does this Pico have RAM? I've just carried out a test on banana running day 22 with nothing else running only the xterm, and system...
View ArticleTroubleshooting • boot.txt not obeying enable_tvout=1 on a 3B
I am trying to make a RPI 3B output to a CRT via a aux 3.5 to RCA cable. For testing purposes, I connected the RCA cables to the CRT and the HDMI output to a HDTV. I added the following lines to...
View ArticleTroubleshooting • Re: CUPS BROTHER MFC-J5910DW
The Brother MFC-J5910DW printer supportsAirPrint™, so doesn't require any drivers to be installed ((source)). Make sure that the the printer and your Raspberry Pi are on the same network, and you're...
View ArticleC/C++ • Re: How to find OS file descriptor in ifstream object
I think I may use a separate file for locking over in /run/lock. So, I can create a class similar to below. The destructor will also close the file if I have it locked so that the file will get...
View ArticleRaspberry Pi 400 and 500 • m.2 Hats for Pi 400/500
Does anyone know of any hats that work well with the Pi 500 that can add m.2 storage? I found a lot online that work with the Pi 4/5 but only a few that work with the form factor of the Pi 400/500 and...
View ArticleGeneral discussion • Re: What's with the M.2/NVMe obsession?
understand why folks think NVMe is essential and why its absense on the 500 is a deal breaker.If someone likes form factor of Pi500 but still wants NVME because of speed, reliability, higher capacity...
View ArticleRaspberry Pi OS • Re: Can't get a script to run on shutdown (Systemd) pi5...
I don't really have any control over the app. If I issue it with a pkill it closes without complaint, which is what I am trying to do. It has to write out a config file when it closes, which doesn't...
View ArticleOther • Re: MotionEye OS No way to get network work in a Pi 3B+
Hi, It is an old 3B+, before Pi4 exists. It already had Buster installed some time ago.Moreover I had a 32Gb card I labeled as MotionEye Pi3 around 3 years ago I remember it worked okay.Statistics:...
View ArticleGeneral discussion • Re: A lot of stuff seems sold out!
Is the UK suffering from import issues? Places like the Pi Hut are showing sold out on a lot of stuff e.g. Adafruit. Just wondering if this is seasonal or we have problems getting stuff into the...
View ArticleGeneral • Re: Base PI4 used for PICO2 development; HowTo?
I take an ultra-paranoid approach to hardware connected to my Desktop PC. I would find another cheap PC if I wanted to do Pico development under Windows and forego the caution. As I'd KVM that or...
View ArticleGeneral • Re: Controlling Stepper Motor via TB6612FNG Motor Driver using...
Yep, not a stepper controller at all. Product description says:The TB6612FNG Motor Driver can control up to two DC motorsStatistics: Posted by Mike**K — Wed Jan 01, 2025 6:09 pm
View ArticleOther projects • Surveillance_Client
I am looking for a software like Surveillance_Client for windows to run on a raspi. We have 3 NVR's that is needed to be monitored regularly and they want to free up their computers so they can do...
View ArticleBeginners • Re: Pcieport Module
where is the module ?It's not a module. It's built in to the kernel.thank you very muchStatistics: Posted by acheron_oscura — Wed Jan 01, 2025 6:09 pm
View ArticleGraphics, sound and multimedia • X11 screen tearing in latest raspberrypiOS...
Okay, so i hadnt updated my system in like 6 months or more. Do to a failed update recently, i decided to start from scratch instead of just using a backup image. Updated system, what could go wrong?...
View ArticleGeneral • Re: Multicore optimisations and memory use
Yes the queue is just a custom wrapper around the pico/utils/queue functions that passes a message with 2x uint8_t’s and a bool from core 0 to the synth core. I’m not using the PSRAM intentionally,...
View ArticleRaspberry Pi 400 and 500 • Re: m.2 Hats for Pi 400/500
That's too bad. Kind of regretting buying the Pi 500 instead of waiting for the Pro version I hear is inventible that will add m.2 and PoE. I am mostly concerned of the dependability of the micro SD...
View Article