General • Re: PT52-Lua The Modern Retro computer
Thanks! That's so awesome! I like the Mandelbrot set! I used to have it for wallpaper on a few computers.In the lua interpreter, I typed it all in, that code you said to try, but inside a 'do'...
View ArticleCamera board • Re: "Or Better"?
Well, with this recent install of Raspberry PI OS (Raspberry Pi OS Lite / Release date: November 19th 2024), the last 3 months of work just went down the drain. And, I tried reinstalling the October...
View ArticleGeneral discussion • Re: New Raspberry Pi Products
There are lots of things one can connect to the GPIO header that would fail emission tests.Hence FCC 15.23 part b(b) It is recognized that the individual builder of home-built equipment may not...
View ArticleAutomation, sensing and robotics • Re: Emulate Mouse For 5B
Windows 11 Pro has both RDP and VNC built in, for VNC you have to go into an advanced Windows Options menu iirc.Are you sure that VNC is built into W11 Pro? I don't see how to enable it anywhere on my...
View ArticleRaspberry Pi OS • Re: Samba problem with mounted directory
Dunno. hortimech might but no idea when/if he'll see this thread.Well, I have seen it, but what I haven't seen is the output of:Code: testparm -sSamba will only share (it doesn't 'export') something...
View ArticleCompute Module • Re: CM4 Module / MMC booting issue
Sorry, but how do you boot an eMMC CM4 from uSD? Which interface did you connect the uSD card to?uSD card slot on the CM4IO is to be used with CM4 lite versions only.Statistics: Posted by...
View ArticleCamera board • Re: Setting correct display when using rpicam whilst using RPI...
I might be getting a bit confused about what you're trying to do. I think I'm right in saying that you would need your remote Pi to be running the GUI desktop in order to see the camera images...
View ArticleCompute Module • Re: CM5 and Mac OS Issues
It sounds like either the USB port was not able to provide enough current or the voltage drop on the USB-C cable was too high.If you have any peripherals or even fans connected to the CM5IO board then...
View ArticleTroubleshooting • Re: Power not capable supplying 5A w/Sound Level sensor?
might be old, but:https://learn.adafruit.com/scanning-i2c ... spberry-piStatistics: Posted by terribleted — Mon Dec 16, 2024 2:43 pm
View ArticleGeneral discussion • Re: Suggestions for a Raspberry Pi Project with Wireless...
You can probably rule out using BlueTooth, as it's range is rather limited.Statistics: Posted by W. H. Heydt — Mon Dec 16, 2024 2:48 pm
View ArticleRaspberry Pi 400 and 500 • Re: Pi 500 build problems
I also have an issue with the power light. I can’t find a documentation on it, but it seems to go out at random for periods, flicker or turn of then randomly come back on, like it’s not mounted right....
View ArticleTroubleshooting • Re: USB gadget on a Zero W, what I'm missing
To activate raspberrypi.local you need two things:1. The hostname to be "raspberrypi"2. avahi-daemon running and broadcasting your *.local nameStatistics: Posted by DougieLawson — Mon Dec 16, 2024...
View ArticleDeutsch • Re: Shelly Datensammlung via Webserver
https://shelly-api-docs.shelly.cloud/ge ... y-overviewReicht das nicht als Info?Statistics: Posted by aBUGSworstnightmare — Mon Dec 16, 2024 2:57 pm
View ArticleAdvanced users • Re: MCP23017 overlay error -EIO: can't write IOCON 32
I'd misread the schematic. You've got a DPI display attached, so you can't use i2c-1 on GPIOs 2&3. The buildroot must have configured a bit-bashed I2C bus on GPIOs 10 &...
View ArticleMedia centres • Re: Peppy player
Thank you, please share any code which you have for that display.Statistics: Posted by peppy.player — Tue Dec 17, 2024 2:39 pm
View ArticleGeneral discussion • Re: New Raspberry Pi Products
For the monitors, I plan to start with some closed cell foam. Probably either 1/8" or 1/4" then transport them in pairs, screen toe screen.They're actually designed to be stacked like this, so you can...
View ArticleBeginners • Re: My cheap and easy LAN setup for a headless zero with on/off...
That's quite an awesome project! And if you would want to add LAN connection to every cluster node you could certainly use this UGREEN cable. But I'm a bit puzzled why you would want that.The purpose...
View ArticleAdvanced users • Sending and receiving data from serial port over network to PC
HelloI would like to transfer data from Raspberry Pi from the serial port via the network to a PC that would receive data from a virtual serial port.More detailed descriptionDevices:- Raspberry Pi...
View ArticleAndroid • [DEV] LineageOS 22 (Android 15) for Raspberry Pi 4 & Pi 5
Here’s my build of LineageOS 22 for Raspberry Pi 4 and Pi 5. These are unofficial and unsupported by the LineageOS team. These are for advanced users only.Pi 4 build supports Raspberry Pi 4 Model B,...
View ArticleMicroPython • How to blink a LED in background without delay the thread.
Hi,I write a program with micropython,I use two threads,and I want insert each thread with a LED blink function.But I don't want to delay the thread,such as "led.value(1) time.sleep(0.2)...
View Article