Other projects • Thermal printer for photobooth printing too dark
I am new to raspberry pi and this is my first project I filled my thermal printer with a new type of paper and this is how it printed out… the last paper I used printed out wayyyy too light…i believe...
View ArticleBeginners • Re: Anker Powerstations for Rasp Pi
Ah okay, thanks for confirming that those values are indeed specific thresholds that will be negotiated and nothing else.So next question, the intended use for the pi is to have on desk and use the...
View ArticleGeneral programming discussion • Re: "AI assisted" programming?
How can something that is not sentient "understand" anything? You believing it to be the case does not make it so.I don't think I need to be involved in it either way. Sam Altman has forgotten more...
View ArticleTroubleshooting • Re: updater icon does not clear after a failed update
Okay, thanks so much for letting me know.Statistics: Posted by rickberry — Mon Sep 02, 2024 7:45 pm
View ArticleCamera board • Re: Security Camera
Hifor some reason I only managed to install Motion 4.6.0, and as motioneye is not working I decided to try and get motion working, so as I am trying to learn as I go, I decided to install Bullseye so...
View ArticleGeneral • Re: PSRAM setup failed on Pico 2
Once you install a partition table, you are in control of what goes where. There isn't a recommended way to clear the partition table, as it is possible for the partition table to block writing to its...
View ArticlePython • Re: Button to restart Pi, button to restart program
Why do you want a countdown in the first place?I would rather use a 2 point controller.Here the changed code, but not checked everything...main.py:Code:...
View ArticleBeginners • Re: raspberry pi 5 power supply
According to the product brief...SpecificationOutput: 5.1V, 5A; 9V, 3A; 12V, 2.25A; 15V, 1.8A (Power Delivery)yes bro ,i know but im asking this question because raspberry pi 4 charger 5v/3a doest...
View ArticleTroubleshooting • Re: Raspberry pi5 and power on from gpio 3
My understanding is that as long as the Pi is connected to the supply, the 3.3v is always on, even in standby.Statistics: Posted by h_smith_usa — Mon Sep 02, 2024 8:30 pm
View ArticleTroubleshooting • Re: Microcontroller-based HID keyboard gives random inputs...
Quick update now that I'm home. The code that I posted in the most recent reply was basically spot on. Here is the exact code I was using:Code: # Write your code here :-)# SPDX-FileCopyrightText: 2021...
View ArticleOther projects • Re: Initiate commands through QR code/bar code with camera...
Thank you so much. Very new to Python and I have never used venv, so I will have to tinker around a bit with this. One question though, to see if I understand the code correctly: The saved_qr.png is a...
View ArticleMicroPython • Re: Internal temperature sensor not accessible on Pico 2?
I got "ValueError: Pin doesn't have ADC capabilities.Same as before; might be worth asking on - https://github.com/micropython/micropython/issuesStatistics: Posted by hippy — Mon Sep 02, 2024 8:45 pm
View ArticleBeginners • Re: On/Off ceiling light detector using RPi3B
Thank you all so much for your help I am going to give some of these a try and get back to you!Statistics: Posted by sam_splendens — Tue Sep 03, 2024 8:32 pm
View ArticleC/C++ • Trying to cross-complie for Raspberry Pi Zero 2 w
My build host is Ubuntu 24.04.My target is a Raspberry Pi Zero 2 w.I was able to follow the cross compile instructions at https://www.raspberrypi.com/documentati ... ernel.html and they worked great....
View ArticleGeneral • Re: disabling TrustZone in RP2350 ?
TrustZone (Security Extension) is an included feature of the M33 on RP2350, how you configure it is up to you. The initial state of each core is running in the secure state. If you do not care about...
View ArticleBeginners • Re: What PCB Design Software
Thank you. I discovered Fritzing a while ago - it's perfect for my use. Almost no learning curve and it has all the major modules ready to drag and drop and connect. KiCad is awesome but it's for pros...
View ArticleTroubleshooting • Re: watchdog process restart
Watchdog isn't really the right tool for the job here, I think, at least not on its own. The watchdog package and daemon are really intended to deal with hangs and crashes at a system level, not a...
View ArticleBeginners • HDMI to Csi2 bridge using, Raspberry pi 4 and TC358743
Hi i am new to using raspberry pi, i have step a raspberry pi 4 model b with the raspi 32bit os and i am trying to put it into legacy camera mode i have followed the information online by sudo...
View ArticleMicroPython • Re: Mining Duinocoin with PICO W
I tried with this program but it always gives me a different error.What error(s)?Code: sock.send(b'JOB,XXXXXXXXXXXX,Pico\n')Your code cannot be tested without the 'secret' that you have to share with...
View ArticleTroubleshooting • HDMI to Csi2 bridge using, Raspberry pi 4 and TC358743
Hi i am new to using raspberry pi, i have step a raspberry pi 4 model b with the raspi 32bit os and i am trying to put it into legacy camera mode i have followed the information online by sudo...
View Article