General discussion • Re: VNC is no longer free?
The Lite limit, to three devices I'm sure is only if you access them via an account with RealVNC.I can put the basic client on any number of devices without an account ~ I think.I have four and will...
View ArticleAdvanced users • Re: Automate Grow Tent
I'm growing in coco, hydroponically...I will ignore them if they give me crazy readings and use my EC pen and some Litmus paperAhhh... finally back where hobby internet available again.Over the...
View ArticlePython • Re: [SOLVED] Script execution speed, RFID reader system
Hi. This project is of interest to me. Can you share more about what you are doing and perhaps some code examples? Do you have a GIT repo maybe?Hi, I have good performance reading one tag, it's just a...
View ArticleSDK • Re: Any way to stop runtime_init() from zapping all my GPIOs?
I have done something similar when I have wanted to modify some standard SDK code for other projects. I have a Makefile rule that copies some of the SDK into my source tree (the modules that I want to...
View ArticleUbuntu • X2Go client on Ubuntu 24.04
Hi there,I need to connect to an X2Go server on my Raspberry Pi 5 running Ubuntu 24.04. I've installed the x2go package using apt. But every time I connect to the server, the application crashes...
View ArticlePython • Re: Pi 5 pigpio no longer available. How to read 9 bit serial
Guess it will be difficult when the bitbang pgpiod is not available.I would either- use a Pi4 and the library you used till now or- attach a raspberry pico using PIO for the uart or doing bitbanging...
View ArticleGeneral discussion • Re: Pi-Apps deletes Librewolf!
Additional information: in ~pi-apps/apps/ there is no folder for Librewolf.Statistics: Posted by 4x6gp — Wed May 22, 2024 6:59 pm
View ArticleTroubleshooting • Bitscope, Pi 5 and Bookworm
Dear Group,Wonder if anyone can help me with some issues with a ‘Bitscope BS10U’?> Pi 5> Bookworm 64 bitTo get the ‘DSO’ software to actually work, I had to add kernel=kernel8.img in...
View ArticleOther projects • Re: Custom Key pad
Once you've figured those out (and I'd wait a bit first) you could add more, although where would you put them? Punching more holes in the case is going to look ugly.I'm modelling and printing my own...
View ArticleTroubleshooting • Re: Raspberry Pi 5 bootloader delay with NVME
@tommz9,What BOOTORDER do you have set? Raspberry Pi EEPROM Manager provides a convenient method to view/change BOOTORDER.If you want the absolute shortest bootloader delay and don't need the option...
View ArticleCamera board • Re: Camera MMAL graph on baremetal with resizer
I have implemented MMAL component graph with PREVIEW port as a source to "ril.isp" as resizer.This works.Now that everything in MMAL part works as expected, I want to address the speed issue.First...
View ArticleTroubleshooting • Re: Bitscope, Pi 5 and Bookworm
It looks like Bitscope have stopped maintaining the software. The last release was several years ago.Try switching back to X11 by running "sudo raspi-config" then Advanced Options then Wayland and...
View ArticleAutomation, sensing and robotics • Re: Connecting 2 rc522, 24 reed switches,...
Use MCP23017 to get 16 additional GPIO, and add a second one for additional 16 GPIO. These GPIO can be input or output.Statistics: Posted by ghp — Wed May 22, 2024 7:39 pm
View ArticleTroubleshooting • Re: Raspberry Pi 4 Model B Not Booting - Green LED Always On
Voltage measure from GPIO : - 5V to ground gives me 5.22V- 3.3V to ground gives me 1.84V ... Any ideas ?Statistics: Posted by Weezmen — Wed May 22, 2024 7:39 pm
View ArticleGeneral • Re: Pi Pico's PIO giving outdated read data
Thanks for the reply, the thing that I didn't understand is why the Rx FIFO appears to be behaving differently in both cases, as in the SDK, the flow goes Pins -> ISR -> RX FIFO -> System, by...
View ArticleTroubleshooting • tvheadend starting before tv hat driver loaded?
I am running tvheadend on a Raspberry Pi Zero with RPi OS Bookworm Lite 32-bit.On boot tvheadend randomly sometimes fails to detect the attached TV Hat.If I subsequently log on, and run the...
View ArticleGeneral discussion • Re: RPi 5 as a desktop daily driver?
It's easy enough to set up a DNS server on a Pi using pihole, standalone dnsmasq, or bind9/isc-dhcp-server (or heck, even kea). Or, use ndm and avoid editing config files altogether. Easy to backup,...
View ArticleGraphics, sound and multimedia • Large Scale NVR
I'm exploring the feasibility of replacing a decent sized old NVR system with a several Pis and one or more NASs, leaving my notes hereFirst round of testing: MotionEye (the program, not the OS) saved...
View ArticleC/C++ • Re: Basler Pylon C++ libraries are not loading via CMake
I cobbled together a cmake example (attached). Unpack it in some junk folder and run 'cme.sh'. All it does is a "hello world" and call a routine from a static lib it creates. The takeaway point is it...
View ArticleTroubleshooting • Weird Remote SSH Hang Problem
Hello all.RPi5 currently running x64 Ubuntu Server 24.04 LTS. Previously 23.10. Before that RPi4 on 22.04.It used to be I could remotely SSH into my RPis using a local fixed IP address to do updates...
View Article