General • Re: Powering the Pico via a disassembled 5V wall adapter
In the UK every cable must be supplied by a fused circuit that is equal to or below the cable rating.Not sure that's relevant here. The circuit is fused, of course, since it's coming from my outdoor...
View ArticleRaspberry Pi OS • Re: Wifi broken on 64-bit image after all 2022-04 releases...
I also tried WPA2 PSK only on my mikrotik router, but without success (so disabling WPA3 PSK).So WPA3 is not the issue here, even on WPA2 it does not work... I also tried all different encryption...
View ArticleMicroPython • Re: uasyncio error
I was given this as a work-around for lack of `serve_forever`Code: async with server: while True: await asyncio.sleep(300)I am not sure what the significance of 300 is as any number in there seems to...
View ArticleOff topic discussion • Re: Best Options for Internet on my Raspberry Pi in...
This has literally nothing to do with Pi. Seoul is a modern, vibrant city with all the amenities you need. As a tourist you should check the tourist chatrooms to answer your questions. I don't know...
View ArticleTroubleshooting • Can somebody explain what this means please.
I have recently upgraded the RPi3 running my weather station to an RPi4 (see attached of details of software). I am using the same camera as I used on the Rpi3 to take photos. I take a photo every...
View ArticleTroubleshooting • Re: Can somebody explain what this means please.
You no longer need to enable the camera, if it's an official camera it should be automatically detected.Try entering rpicam-vid --list-cameras to see if it's detected.What errors are you...
View ArticleHATs and other add-ons • Re: Raspberry Pi 4 /Pi 5 SSD1306 i2c 0.96 OLED Display
You could get a colour displayhttps://thepihut.com/products/1-27-rgb- ... p7EALw_wcBStatistics: Posted by gordon77 — Mon Jul 15, 2024 7:36 am
View ArticleBeginners • Re: Writing a systemd service to run a script that setup TPM
Use of full-update and apt-get is a better way to go and use the -y option to automatically apply the updates can help!Do you mean full-upgrade? "update" and "upgrade" have different meanings....
View ArticleHATs and other add-ons • Re: AI Kit Necessity for YOLO Usage on Raspberry Pi 5
We've tested YoloV8s object detection demo. 120fps video input. 680*680Pi5 8GB without Hailo 2fps;Pi5 8GB with hailo PCIe gen2 41fps;Pi5 8GB with hailo PCIe gen3 82fps;CM4 4GB with hailo PCIe gen2...
View ArticleTroubleshooting • Re: Offline repo for RPi OS doesnt work
@rpdom, thx for giving me some doubts. My notes tell me I booted my RPi 4 with 1 GB of RAM from this image: "RasPiOS-Bookworm-ArmHF-Lite-2023-12-11.img.xz". But since it was already on the SD card for...
View ArticleGeneral discussion • Re: No 'New Posts' ?
I don't know what's happened but it's not working like it did. Now much harder to find a thread l had seen earlier Statistics: Posted by gordon77 — Mon Jul 15, 2024 7:59 am
View ArticleBeginners • Re: PI RAM amount
ZFS dedup is getting a major overhaul this year - see https://www.ixsystems.com/blog/ixsystem ... d-truenas/. ZFS dedup has, until now, not changed significantly since Sun's initial implementation....
View ArticleOther projects • Re: Toastmasters Timer
Yes absolutely sounds possible.Bluetooth is likely the most difficult part of that proposal. I'd consider using a small webpage hosted on the Pi instead as a means of controlling the timer. Means you...
View ArticleAutomation, sensing and robotics • Re: Gas Sensor MQ-7 Arduino and Raspberry...
analog signal (???) pass to level shifter 5V->3.3V (is it possible???)The breadboard view shows a small board which is possibly a "level shifter". Such level shifters are usually digital devices...
View ArticleBeginners • inverted mouse movements after rotating screen
Hi all.I rotated the display of my raspberry pi 5, and now the mouse movement is inverted.I connect to my raspberry pi using TigerVNC and rotated the screen in the configuration.The screen orientation...
View ArticleOfficial Display • Updated Display?
Hi everyone,I have a Raspberry Pi 3B and was looking to purchase the official display for it, but my only drawback is the poor resolution. Does anyone know if there is a plan to release an updated...
View ArticleHATs and other add-ons • Re: Raspberry Pi 5 HAT + case for extra NIC?
don't think that any off-the-shelf case will be available for these type of HATs.There are others as well, i.e. https://pineboards.io/products/hatdrive ... berry-pi-5 or...
View ArticleOff topic discussion • Re: What's on this sdCard
Now, all of that said. The Linux version I'm playing with on the PI5 is Linux MX, a derivative of Debian, and disgustingly, I seriously don't know how to load (mount) an sdcard ... a bit of step by...
View ArticleGeneral • Re: Using oscillator of different frequency with RP2040?
It has been quite a while, but I have been playing around a little with external oscillator modules if you want to check it out (video has English subtitles):https://youtu.be/lahF1O3cauMStatistics:...
View ArticleAdvanced users • Re: Testing class A2 SD cards with Command Queueing on Pi 5
The Samsung card's CQ support should be silently discarded and basic read/write commands should be used. The filter I implemented is quite broad.Code: [ 2.545617] mmc0: cannot verify signal voltage...
View Article