Interfacing (DSI, CSI, I2C, etc.) • Re: What is the fastest baudrate for RPi...
In my last test I used a function generator with a 750 kHz square wave to generate 'U' bytes with a perfect 1,500,000 baudrate and I was still getting the occasional characters getting screwed up. If...
View ArticleGeneral • Re: Clarification on GDB firmware load
i think i saw some special code in openocd, so when you try to write to the flash, it will call the correct rom functions to actually re-flash it properlyi can see how gdb would be going thru that,...
View ArticleBeginners • Re: SSH to Raspberry Pi Zero W
under SSH set X11 forwarding to 'Enable X11 forwarding' You shouldn't really do that unless you're actually going to use it. It is not needed for pure command line stuff nor is it needed for VNC.It's...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Raspberry Pi 5 MIPI to HDMI
Are you wanting to see the same output on each screen or have 3 different displays?We're trying to splice video data from 3 cameras with 1080p resolution and display all 3 at once.Statistics: Posted...
View ArticleTroubleshooting • Raspberry Pi 5 / Bookworm 12 / CUPS / Star TSP100
Trying to set up my Star Micronics TSP100 (Model: TSP100II, also has 143IIU on the label under the printer) on my Raspberry Pi 5, Bookworm 12. Tried following this tutorial that I once did on my...
View ArticleScratch • Re: Variations in Scratch 3
What is "the optimized standalone scratch 1.4" and how can i get it?NuScratch is enough different than Scratch 3 that I think of them as different languages. You should test them yourself, but...
View ArticleAdvanced users • Re: VNC on headless pi 5 with PI OS (Bookworm) Lite
What is its primary task - should be easy to copy it to a new microSD card that is running Bookworm with desktop.It isn't running off a microsd card.It is working as a home server, performing various...
View ArticleTroubleshooting • Raspberry Pi 5 / Bookworm 12 / XScreenSaver
Wanted to install XScreenSaver, everything installed fine. Set everything up and waiting for the screensaver to activate. The screen went blank but should of displayed "A fiber-optic Lamp"...
View ArticleGeneral discussion • Re: A Pi Pie Chart
For personal travel I wanted a cheap laptop. Searched on German amazon for laptop, condition new and sorted by price low to high. The first with 15.6" looked interesting, for only 160€(170$): AOCWEI...
View ArticleTroubleshooting • Re: Raspberry Pi 5 / Bookworm 12 / XScreenSaver
By default RPiOS on the Pi 5 uses Wayland/wayfire not X11/lxde to run the desktop.Not all X11 applications play nice with Wayland.You can switch from Wayland to X in raspi-config. Look under advanced...
View ArticlePython • Formerly working and now not?
Hello, I have been using the following code to send text messages to myself for various purposes...I havent used it in a while but when I tried now all of a sudden it is raising the error message...I...
View ArticlePython • Re: Formerly working and now not?
any idea how to troubleshoot this?Read the error message. Look at the circumstances that cause that error message to be raised. Investigate each potential cause. Fix the cause of the error.Statistics:...
View ArticleBeginners • Re: NTP time issue
Great, thanks. Will check into that as I did read something about someone else having that issue so good to have a script as well.Statistics: Posted by martyp — Sat Apr 13, 2024 12:29 am
View ArticleGraphics, sound and multimedia • Re: KODI playing time and clock using HP...
But, as I said before, I suck at programming... However:I will donate 20 HP5082-7300 displays to the person who creates this program for me. I also have some 5082-7304 displays with the +/- that I can...
View ArticleTroubleshooting • Help needed. Pi4 in Argon case not working
I have a number of Pi 4's in Argon cases with SSD. All work fine except one and I'm totally confused.I did some changes to it a while back but I don't remember what. I think I tried to install Moode...
View ArticleBeginners • Re: Please Help. Ipam mini2, want to get pi please help me.
They said you experts would know how to turn my ipad mini2 into linux and then add a raspberry pi 5it doesn't do that.i usually trade them in on amazon, at least you get some credit for purchase'sas...
View ArticleTroubleshooting • raspberry pi no green light no screen
hello friends ive moved away from my home to a another apartment and my pc has been at my old house and i wanted to use my raspberry pi as a normal pc to do light work stuff, i pluged the raspberry pi...
View ArticleTroubleshooting • Re: raspberry pi no green light no screen
The usual place to start is The Boot Problems StickyStatistics: Posted by thagrol — Sat Apr 13, 2024 11:45 pm
View ArticleBeginners • Re: ADC data transmission program problem with Pico W Bluetooth
Sorry for the delay. I check the arduino method to send your bluetooth data and Yes it hangs when you send information every 10ms.I modified your code for pico C-SDK and I was able to transfer data...
View ArticleGeneral discussion • When using UART, is the configuration for serial PC...
Hello,I'm connecting tf-lidar data via UART1 communication. Additionally, it's connected to a PC via serial.If I configure it as below, which UART is used for connecting to the PC via serial? I'm...
View Article