SDK • Re: I'm having trouble with SDK 2.0.0
Is there any document for porting from SDK 1.5.1 to 2.0.0? I looked, but didn't find any.Well there are the release noteshttps://github.com/raspberrypi/pico-sdk ... /tag/2.0.0 My guess is that you...
View ArticleBeginners • 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: RP2040: Substantial PIO jitter in I2S clock
Looks like we've found the culprit - thanks all.They say a picture is worth a thousand words and that graph of yours is a great example!Do you know what is going on with your setup that you are losing...
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...
However:Code: $ rpicam-stillCould not open any dmaHeap device[9:35:03.298748348] [1154] INFO Camera camera_manager.cpp:313 libcamera v0.3.0+65-6ddd79b5[9:35:03.345723087] [1181] ERROR DmaBufAllocator...
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 ArticleGeneral • Re: A tiny Raspberry Pico shell with flash file system, vi, and c...
It seems these functions are already listed in https://github.com/lurk101/pshell/blob/ ... c_extrns.h.Yes, correct. In addition there are a number of unlisted, mostly floating point conversion and...
View Article