Beginners • Re: On/Off ceiling light detector using RPi3B
Does that Pushover app have any purchase fee or subscription fees?Yes. I have Pushover and it's great. You can use it for free for a short time for testing/evaluation, then there is a very low...
View ArticleOther projects • Re: How to personalize code for thermal printer photo booth
Thank you and now I can add any jpg image I want in? Would I have to make a new GitHub link?Statistics: Posted by ashhbrownn — Sat Aug 31, 2024 9:02 pm
View ArticleGeneral • Re: Issue with Always-On Timer on the RP2350
The separate blocks are because each time I rebooted my Pico 2 and reconnected picocom. The <snip>s were just to avoid listing out every intervening elapsed second's time.However, I figured out...
View ArticleGeneral • Re: Pico W pull-up voltage gone
But, GHP,My presently wired Pico W has 3+ of unused inputs that I can substitute for the three damaged ones.I can use them? But I will try to avoid surge damageWorth a try, but damage to chips can...
View ArticleGraphics, sound and multimedia • Re: PeppyMeter not working
config.txt - peppymeterCode: [current]meter = randomrandom.meter.interval = 20meter.size = widescreen.width = 1280screen.height = 400exit.on.touch = Falsestop.display.on.touch = Falseoutput.display =...
View ArticleSDK • Re: RP2350: systick gotcha - FYI
interesting; yeah; i mean the code is slightly bogus, since it sets the counter to zero, then reads it back expecting it to be non-zero, but the reset to value other than zero only happens on the next...
View ArticleTroubleshooting • Re: Windows 10 accessing SAMBA share on Pi 5 with Bookworm...
Maybe you can find a solution here:viewtopic.php?t=200482Statistics: Posted by deepo — Sat Aug 31, 2024 9:43 pm
View ArticleGeneral discussion • Re: Delete my account please
You need to email info@raspberrypi.com to ask for your account to be deleted.Statistics: Posted by trejan — Sat Aug 31, 2024 9:46 pm
View ArticleC/C++ • Re: Writing in file Pi Pico
Have a look at this thread:viewtopic.php?t=317332Statistics: Posted by deepo — Sat Aug 31, 2024 9:48 pm
View ArticleTroubleshooting • Re: getting OSError: libbcm_host.so: cannot open shared...
Don't make out that its a problem with the OS if you know its had significant alterations. I really don't think I did. It is because you're trying to install "rpicam-apps" which includes support for a...
View ArticleGeneral • Re: Unable to Read and Write in I2C
It sounds like, you have a misunderstanding about I2C:What you try to do (based on your code):a) master sends something and stops (e.g. with I2C SCL just for the CMD)b) you expect that "master" gets...
View ArticleTroubleshooting • Re: Microcontroller-based HID keyboard gives random inputs...
“ The drivers I was using…” What code is running on the pico?Statistics: Posted by neilgl — Sun Sep 01, 2024 9:33 pm
View ArticleMedia centres • Re: Kodi 21 (Omega) on RPiOS Bookworm
Hello,Kodi 21.1 has been released on kodi.tv.(No message in the "news" section but version 21.1 is the one that is downloadable.)Is it possible to have it with Raspberry Pi OS?Thanks in...
View ArticleOther projects • Re: Thermal printer for photobooth printing too dark
Might be an idea to change the thermal_printer_camera.sh to save the raspi-still image to a file rather than piping it directly to the thermal printer. (Or onscreen preview?)You can then check the...
View ArticleGeneral • Re: RP2350 USB Data over GPIO?
As I understand - it is not possible what you think about: USB_DP and USB_DM are just and only on fix dedicated pins you CANNOT reroute USB_DP and USB_DM to another pin (e.g. using USB on some other...
View ArticleBeginners • Re: How to resolve "PackageKit daemon disappeared"?
Likewise, I saw this message after triggering an update using the notification icon on the taskbar. I tried doing it again and it worked OK the 2nd timeStatistics: Posted by tkonan — Sun Sep 01, 2024...
View ArticleGeneral • Re: RP2350: wiring for external DVDD supply
As I understand:the RP2350 has an internal SMPS to provide the power for the internal core (needing an external inductor).This is used to provide 1V1 to the MCU core.In addition, you have some other...
View ArticleGraphics, sound and multimedia • Re: How to connect sound via analog input to...
Have a look at the Raspberry Pi Codec Zero, which has “Stereo auxiliary input channel (AUX IN) - PHONO/RCA connectors”See https://www.raspberrypi.com/documentati ... codec-zeroStatistics: Posted by...
View ArticleBeginners • Re: Pressing a button sends a message/email through OFFLINE RPi
I want the wiring to be as simple as possible. The distance should be around 50-100 cm.Two wires to each button. Simple?The quality of the cable and connections will be a factor in getting reliable...
View ArticleBeginners • RTL8188ETV on pi Zero running Bookworm
I've been trying to get a RTL8188ETV wireless adaptor working on pi Zero running Bookworm.On a fresh install a RTL8188CU works but the RTL8188ETV does not. The driver used is 8192CU but this seems to...
View Article