Advanced users • Re: Still use an SD alongside an SSD on Pi5?
A lot depends on what the OS you have installed on the 3B is.If it's RPiOS Bookworm transferring it is likely to just work though if it's 32bit you'll end up running with a 64bit kernel and 32bit...
View ArticleAdvanced users • Re: HOWTO: Create a Super User File manager
It is much easier to mess things up in the terminal using sudo that in the GUI IMHO.And you're wrong. It's easier to mess things up in a root file manager - simply because the file manager is easier...
View ArticleOff topic discussion • Re: Matrix style Katakano Fonts
For future reference the word is "katakana"Statistics: Posted by drgeoff — Fri Jul 19, 2024 3:57 pm
View ArticleBeginners • Re: Network mount on boot
Thanks! Silly me thought that x-systemd.automount is available for GUI desktop which I don't have but apparently it just needs systemd. Then another question can I just umount USB drive or should run...
View ArticleTroubleshooting • Re: Zero2W - Bookworm and no wifi
Which router are you using?Statistics: Posted by neilgl — Fri Jul 19, 2024 4:11 pm
View ArticleGeneral discussion • Re: RS485 vs erthnet energy meter?
Er, have a look at the documentation for the meter?Statistics: Posted by neilgl — Fri Jul 19, 2024 4:13 pm
View ArticlePython • Re: Need help for read numbers from a picture
I have changed the script as follow and runs vithout error, but the result is incomprehensible :Code: import numpy as npimport pytesseractimport cv2pytesseract.pytesseract.tesseract_cmd =...
View ArticleMicroPython • Pico W - MQTT
Hey!I'm trying to implement MQTT with Pico W, I'm using Hive MQ but I keep getting the following error "TypeError: unexpected keyword argument 'ssl_params' " I followed this tutorial...
View ArticleTroubleshooting • Re: RPi Zero 2W portable "iPad" design issues
RPi 5.......12v system.........wow, where did I get that from? I guess I'll have to blame it on old age Statistics: Posted by busboy — Fri Jul 19, 2024 4:29 pm
View ArticleMedia centres • Re: Power Multiple PI's
I don’t have a lot of experience/expertise in the electronics side (other than having assembled a few of my own desktop computers in the past), but I’ve been wondering about a good way to do something...
View ArticleMicroPython • Re: Pico W - MQTT
Code: ssl_params={'': }looks dodgy to me. Did you copy this code from the tutorial?Statistics: Posted by DirkS — Fri Jul 19, 2024 4:47 pm
View ArticleTroubleshooting • Re: URGENT HELP REQUIRED (Tried to backup and now I cannot...
Hello everyone, I posted this a couple of hours ago. Since then, I have dug deeper and found this (viewtopic.php?t=193153). I realised it might have to do something with my fsab. I then used extFS for...
View ArticleOff topic discussion • Re: Pls Recommend a Wirless Keyboard From Unknown Company
I prefer dim light also (so I can have dim monitor) on my PC. Turns out a white keyboard suffices, or a black one with oversized symbols on it. The former is a wired RoyalKludge mechanical jobby with...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: SPI display for RPI5 with dtoverlay?
The touch controller is a CST328 and I have been able to run the Python demo (including interactive touch) using the Waveshare supplied Python code at:-https://files.waveshare.com/wiki/2.8inc ......
View ArticlePython • Re: Debouncing digital inputs, best practices ?
Code: button = Button(4,bounce_time=2) Statistics: Posted by rpiMike — Sat Jul 20, 2024 3:54 pm
View ArticleTroubleshooting • Re: Best way to Backup SD Card
For that purpose, I like the Image-utilities of RonR very much. Use his Image-backup:viewtopic.php?t=332000&hilit=Ron+image+utilitiesStatistics: Posted by WouterO — Sat Jul 20, 2024 3:57 pm
View ArticleTroubleshooting • Re: How to setup SSL in Claws 4.1.1
I think its set automatically with installation. I found in the file accountrc the setting "ssl_pop=1".Statistics: Posted by Joop99 — Sat Jul 20, 2024 3:59 pm
View ArticleMicroPython • Hardware .irq Interrupt on Button Push Difficulty
Hello,I am trying to incorporate a simple push button using a hardware interrupt. The challenge I am having is a single button push can generate multiple (up to three or four) 'trigger' events. I can...
View ArticleGeneral discussion • Re: 2nd hand pi with na-ion batteries = ethical technology?
As long as you can provide the Pi with 5.1v and as much current as it needs to run for as long as you want it to run with whatever you have connected to it, the Pi does not care about the type of...
View ArticleTroubleshooting • Re: Bookworm Unattended-Upgrades not finding everything
These updates are in the Pi repo (see 'rptx' at the end of the package name and of course rraspi-config is located there too)The 'unattended' settings only seem to include the debian repos.Statistics:...
View Article