Python • Re: MicroPython: How to wake Pi Pico / Pico W / Pico 2 from sleep...
Look here. I found this looking for something else.https://docs.micropython.org/en/latest/ ... e.Pin.htmlThis under the "Methods" section.Code: Pin.irq(handler=None, trigger=Pin.IRQ_FALLING |...
View ArticleGeneral • Trace FIFO and TPIU with ITM
Hello,I am impressed by the new trace features of RP2350 (Section 3.5.7), but I am not able to make it run with ITM ....I configured ITM/DWT as known e.g. from Cortex-M3 based chips and write some...
View ArticleTroubleshooting • Re: SOLVED: Raspberry Pi5 running plasma/KDE with Wayland...
RED ALERTActually, no longer do it this way. It'll bork the system.Statistics: Posted by StevenDJaques — Wed Nov 06, 2024 5:40 am
View ArticleTeaching and learning resources • Re: Advent of Code 2023
Here it is October 2024 and I'm wondering how to make Advent 2024 more fun. My theory is doing all the programs in Julia last year--useful since I'm teaching a course with Julia--made the puzzles too...
View ArticleBeginners • Pigpio initialization error while try to run LoRa c codes
Hello,I am trying to send data from an Arduino UNO to a Raspi3 via a LoRa module Ra-02. I have already done a test with two Arduino UNOs and it worked.Now I have downloaded and installed this...
View ArticleGeneral • Re: [overclocking] RP2350 at 600 MHz, with Flash, PSRAM, ARM,...
Hey, very interesting results, thanks for sharing!Would you mind sharing the source code you used as well? Especially this part: "There is a loop doing some integer and float garbage, first is the...
View ArticleBeginners • Re: Kiosk tutorial does not work with labwc
Have any of you gotten Code: sudo apt install squeekboard wfplug-squeek and then used squeekboard to have a easy autohiding on-screen keyboard as per: https://www.raspberrypi.com/news/a-new- ......
View ArticleRaspberry Pi OS • Re: HOW-TO: Bookworm On-screen Keyboard
Has anyone gotten working with Chromium in Kiosk mode the new squeekboard keyboard mentioned at: https://www.raspberrypi.com/news/a-new- ... rry-pi-os/ it seems like it could be a built in replacement...
View ArticleOfficial Display • Re: Wayland/Wayfare + RPI 7'' Touch Display + Chrome kiosk...
How did you get Firefox working in Kiosk mode? I just made a new bookworm desktop image and when I put to start firefox in kiosk mode in Code: /etc/xdg/labwc/autostart it starts firefox as a...
View ArticleTroubleshooting • Help Needed: Raspberry Pi 5 USB Overvoltage Issue...
Hi everyone,I recently ran into an issue with my Raspberry Pi 5. I accidentally applied too much voltage to the USB pSubject: Help Needed: Raspberry Pi 5 USB Overvoltage Issue Preventing Boot (Works...
View ArticleRaspberry Pi OS • Re: vdesktop questions (Botspot)
Well lucky you used my username and I regularly search for my username. Beware I myself have not used vdesktop in a few years!To exit, I think the key sequence was ctrl+]]]. I think you could also...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: I2C control for Touch Display
Ask in a forum dedicated to your HW/Android.Statistics: Posted by aBUGSworstnightmare — Thu Nov 07, 2024 5:27 am
View ArticleCompute Module • Re: MMC Kernel crash
Why don't you just use a current/default RPi kernel that has had several changes/fixes w.r.t. SD/MMC (6.6.51+rpt3)?What U-boot variant/implementation do you use?Other remarks but not crash relevant:-...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Using the i2c-10 to connect to arduino
Do you have a touch and/or camera attached to that interface or why does it need to be I2C-10? An't you use i2c0-overlay with pins_44_45 parameter?Code: Name: i2c0Info: Change i2c0 pin usage. Not all...
View ArticleTroubleshooting • Re: USB ports not working after reinstall to newest Bookworm
It basically sets baud rate; might be that something in the stack sets some default parameters, but I'm not aware that it does.However I've ruled out any interference by app by simply not running it...
View ArticleRaspberry Pi OS • Re: Forcing a Desktop Screen Resolution, on Raspberry Pi...
Add below to the beginning of cmdline.txt, make sure all remains on a single line.Code: video=HDMI-A-1:1920x1080M@60Dscreen needs to be connected to HDMI next to USB-C.As said, make sure you've not...
View ArticleCamera board • Re: Using IMX676 with Pi Compute 4
I got it from Leopard Imaging. They say they have a USB controller interface but no Raspberry Pi support:https://leopardimaging.com/product/robo ... mipi-107h/"This camera is compatible with our USB...
View ArticleGeneral discussion • Try Converting My Favorite Novels to Audiobooks in...
Hey guys,I’m looking to venture into the world of audiobooks and would love to convert some of my favorite novels into audio on my Windows 11.I’m specifically interested in tools that can help with...
View ArticleBeginners • Re: PI OS Upgrade: Buster to Bookworm
Not without some sleuthing. Does this command work:Code: sudo logwatch --range today --output stdout No, it does not.Code: pi@sky:~ $ sudo logwatch --range today --output stdoutpi@sky:~ $No output at...
View ArticleBeginners • Re: Surely simple networking help please!!!
First,I made a stupid typo is my post.I didn't put Code: denyinterfaces eth0 wlan0into /etc/dhcp/dhclient.confI actually put Code: denyinterfacesusb0 wlan0into /etc/dhcp/dhclient.confWhich of couese...
View Article