SDK • Re: FreeRTOS overclock/underclock?
Higher tick rates actually reduce the efficiency of the CPU. All timing is relative to ticks.Most people use CoS queues with RTOS. Basically there are priorities which will run first. Then the lower...
View ArticleTroubleshooting • Pi 4Bs Rather Sudden USB Camera Failures
I have three Pi 4Bs all running Buster. One is at my home the other two at a different location. All have virtually identical generic USB cameras. Each one captures an image once every two minutes,...
View ArticleTroubleshooting • Re: USB ports not working after reinstall to newest Bookworm
Code: # set USB/ACM serial port with parameters copied from Arduino IDE serial port handlingstty -F /dev/ttyACM0 115200 min 0 -ignbrk -brkint -ignpar -parmrk -inpck -istrip -inlcr -igncr -icrnl -ixon...
View ArticleTroubleshooting • Re: Comparison of Periodic Processing on RPi4 and RPi5
Why is there such a difference between lgpio and libgpiod? Both are doing the same process, also in C.Difficult to say without more detail on how you are using them.What kind of information would...
View ArticleCompute Module • Re: Camera unable to capture image on compute module 4 with...
Where is the PCIe interface involved in this?I have used Compute Module 4 and attached PCI externally in which I have connected USB Camera. Is there any known problem with PCI interface?Statistics:...
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 ArticleRaspberry Pi OS • Re: Debian GNOME Ubuntu NO SNAP
Thanks for everything Wobbo! Actually, I had installed ubuntu desktop from the start, but I guess it wasn't installed. Could it be because I created a new user? Tonight I will try to switch to X11...
View ArticlePython • Re: Send email from python
Have a look at this. It is COMPLICATED. That's why like 'bls' I haven't tried to use it yet.https://medium.com/@manojkumardhakad/py ... de606ecfa1Statistics: Posted by MarkDH102 — Wed Nov 06, 2024...
View ArticleTroubleshooting • Re: Pi 4Bs Rather Sudden USB Camera Failures
For the Pi4, the USB3 ports are handled by a separate chip, which has issues for certain USB3.0 equipment (USB3-SATA adaptors). But USB2 ports no known issues.The v7l kernel flavor is used when 32-bit...
View ArticleOfficial Display • Re: labwc - VNC Resolution of 800 x 400
labwc is totally ignoring wayfire.ini --> that's why this no longer works.Try adding a custom modeline to ~/.config/labwc/autostartCode: wlr-randr --output NOOP-1 --custom-mode 800x400@60Hz...
View ArticleRaspberry Pi OS • vdesktop questions (Botspot)
I had messed around a bit with vdesktop back in the 20/21 time period, then recently picked it up again.My first question is "How to exit?". I remember that there was some "magic key sequence" -...
View ArticleAdvanced users • Re: CAM/DISP Port on RPi5 connecting a 39 Pin MIPI Display
- which TCON does your display use? Gives you and idea if you can start from an existing driver or if you will have to write one from scratchIf I understand correctly TCON means timing controller -...
View ArticleCompute Module • Schematic Review of R-PI CM4
Hello,We have used R-PI CM4 in our project. We have made schematic as per reference circuit from its datasheet. Can anyone from RPI team please verify this schematic & let us know whether this...
View ArticleGeneral discussion • Chromium language
I change Chromium in the >Setting Language section but no luck. Still English. is there way change language in chromium. No need but local websites opening english so this problem.Thanks for...
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 Article