Off topic discussion • Is Floating Solar the Future of Renewable Energy or...
I recently came across an interesting article comparing floating solar farms to traditional solar farms, and it got me thinking about the future of renewable energy. With climate change and the need...
View ArticleTroubleshooting • Re: Main Menu Editor issue with Raspberry Pi OS (October...
Have you tried a different setting?Statistics: Posted by skirlbordered — Wed Nov 06, 2024 2:52 am
View ArticleBeginners • How to determine if the device is compatible with the Pi Zero 2's...
How to determine if the device is compatible with the Pi Zero 2's power?Statistics: Posted by skirlbordered — Wed Nov 06, 2024 2:55 am
View ArticleTroubleshooting • Unable to Activate USB Boot on Zero 2W
Hello,I've read that if Code: echo program_usb_boot_mode=1 | sudo tee -a /boot/firmware/config.txt doesn't return 3020000a when inputting Code: vcgencmd otp_dump | grep 17:17:3020000athen there's a...
View ArticleAndroid • Re: Android 15 for Raspberry Pi 5 by emteria
So no answer. Other than hey join another forum and if you figure it out let us know. Statistics: Posted by stedlj — Wed Nov 06, 2024 3:33 am
View ArticleSDK • Re: PIO rp2350 with GPIO >32
It turns out that the sequence of adding the program and setting the GPIO base was the issue. I moved the GPIO base setting earlier, and everything started working.Code: PIO pio = pio2; uint sm = 0;...
View ArticleGeneral discussion • Re: new way to hide menu bar
the panel is loaded from the autostart fileif 1 would want to replace it, they would #comment out the old line and add a startup command for the new panelsounds better to just get along for nowmaybe...
View ArticleOff topic discussion • Re: Post your .bashrc
Here are some handy commands for using the bash history that others may or may not find helpful:Code: shopt -s cmdhist # save multi-line commands in same hist entryshopt -s histappend # append to...
View ArticleBeginners • motionEyeOS camera switch
Hey all, was wondering if anyone knows whether it's possible to have a sensor/switch activate a camera connected to a pi0w, rather than running constantly or motion activation? The idea would be to...
View ArticleGeneral programming discussion • Can not read from serial port, but sudo cat...
Trying to hook up a GPS for a quick and dirty autopilot. I have tried a number of examples of writing and read serial port in C. I finally settled on one, but at first no data out. I tried a number of...
View ArticlePython • 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 Article