Troubleshooting • Re: PI 5_ Resolution limited to 1024*768 on my Samsung...
1. make sure the TV is ON (powered) and connected BEFORE you power up your PI- this is because the PI asks the TV what resolutions it supports as part of booting.... this is called EDID data.2. you...
View ArticleRaspberry Pi Connect • Re: Saving screen space
It's a suggestion I gave too, but they have a hard time hearing it.Statistics: Posted by celona — Mon Aug 26, 2024 7:53 pm
View ArticleGeneral discussion • Re: Forget Username and Password
Is your PiHole computer 64-bit capable? You can boot any 64-bit OS in any RPi that supports 64-bit. Assuming it has the right firmware.The same is NOT true for 32-bit OSes which won't boot on an RPi...
View ArticleRaspberry Pi OS • Re: install custom kernel RPi5, cross compile using RPi5
There is not a build for using the RPi5 as host and burn the result Linux arm64 kernel for theRPi5 to a SD card. (/dev/sda1-2) Running the following command on the host RPi5 will produce...
View ArticleCamera board • Re: Software for a Pi Microscope
You could try this.. see if it suits...https://github.com/Gordon999/RPiCamGUIOk thanks! I'll check it out. Another question for anyone who notices this:I am wondering if I can use the Pi 3 as a device...
View ArticleGeneral • Re: GPIO output defect?
If the OP's pull-down driver has been damaged and no longer works, it seems plausible this was caused by over-voltage burning that pin's driver out, perhaps by connecting it to a 5V signal in...
View ArticleTroubleshooting • Re: Connected two Waveshare HATs to a Pi5, killed my Pi
According to the info in https://www.waveshare.com/wiki/Stepper_Motor_HAT (Q/A-section) stacking is not supportedLadies and gentlemen, we have a winner!OP, how did you get the idea that you could just...
View ArticleTroubleshooting • Re: Raspberry Pi Configuration
Also, the 3306 port is on the server, so this command looks for something using thatCode: sudo netstat -ano -p tcp | grep 3306On my test system, we seeCode: tcp 0 0 192.168.1.5:34508 192.168.1.53:3306...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: SPI display for RPI5 with dtoverlay?
Viota Ltd. doesn't sound like a 'maker' to me, neither does 'PI-CUBE' by VIOTA look like a single piece approach.Statistics: Posted by aBUGSworstnightmare — Tue Aug 27, 2024 6:59 pm
View ArticlePython • Re: Which Python IDE for RPI 5 and RPI OS
I switched all my Python projects from PyCharm to VS Code.VS Code is rapidly becoming the only coding IDE I use on any platform for any programming language.Many thanks. Had installed and trying out...
View ArticlePython • Re: Running script with pygame headless
Depending on what the script does, you could replace pygame with something else to read key presses e.g. pip install keyboard, then use:Code: keyboard.on_press(key_press) etc.Statistics: Posted by...
View ArticleGeneral discussion • Re: Raspberry Pi 5 2GB released! $50!
Wonder if RP500 is on the horizon.Depends on how far out your horizon is. Dr. Upton said that the Pi500 should be released this year, but schedules have been known to slip.Statistics: Posted by W. H....
View ArticleTroubleshooting • Re: Raspberry Pi 3 can't ssh, can't login, but ping ok
(By the way, raspbian was the old name for raspi'os, this is just a name evolution, no ?)No. Raspbian is and always has been the name for the project that the old 32-bit OS gets most of its software...
View ArticleGeneral • Re: RP2040 and RP2350 PIO differences.
To reply to my own question.....Project in question is a fork of another, the original author had not initialized the Pins for 1mhz and r/w in the main code, this didn't seem to matter on the RP2040,...
View ArticleGraphics, sound and multimedia • Re: Connecting external output jacks to...
I have also tried to hook up an encoder to the DAC PRO with no luck.Encoder is a 24-position 5-pin encoder. I have connected GPIO 23 (to encoder CLK) and GPIO 24 (to encoder DT) for rotary encoder,...
View ArticleAutomation, sensing and robotics • Re: BLE counter based on authorised Tags
A Python script could be another option for a proof of concept, maybe something like this:https://github.com/bowdentheo/BLE-Beaco ... me-ov-filehttps://pypi.org/project/ble-scanner/You'll have to add...
View ArticleOther projects • Security Camera
Hi,A few years ago I made a security camera to moniter my house while away, using a Pi Zero w and Pi camera running Motioneye, I could access motioneye on my local network through a browser, and on my...
View ArticleBeginners • Re: Problem in login
HiThe way to get connect to the Octopi was using the Raspberry IPThanks for help DoronStatistics: Posted by sonra — Tue Aug 27, 2024 8:31 pm
View ArticleGeneral • Re: Pico2 40Mhz SPI Signal integrity
Ok, I think the main reason for my display artifacts is the difference on how SPI CS is handled on RP2350 together with DMA.On ESP32, SPI CS stays low for the whole DMA Transfer (e.g. 16 Bytes). On my...
View ArticleGeneral • Re: RP2350 partition table erased when reflashed
When I say “reflash” I am referring to put the board in BOOTSEL mode and drag and drop the UF2 of my code (with PT embeded). I always use my uf2 all the time. I tried to remove “absolute” family of...
View Article