Interfacing (DSI, CSI, I2C, etc.) • Re: fbtft overlay for LCD 1.8 ST7735S not...
Thank you for your post.I added in /boot/config.txt what you proposed, even specifying the gpio pins as shown in this thread: https://forums.raspberrypi.com/viewtopi ... 8#p1991727, but no...
View ArticleTroubleshooting • Re: [SOLVED] RPi5 - External USB drive not working and...
Last update on the topic:Today, I have received official RPi PSU(that provides 5V/5A) by mail, and it works all well, even without Code: usb_max_current_enable=1, I'm having no under voltage messages...
View ArticleTroubleshooting • Re: Raspberry Pi power supply
It was late in the day for me. I should have been clearer. Something like: "This is where you will find it if it is available. But it isn't."That seems to be backed up by this thread:...
View ArticleGeneral discussion • Re: Help to fix jittering/glitching on servo motor on...
Python code relies on indentation (left-hand white space) for its syntax. The forum software provides [_Code_ ] tag markup to preserve indentation. This is found on the fifth 'button' from the left at...
View ArticleGeneral discussion • Re: Raspberry Pi IPO
I think the term “unicorn status” is reserved for companies not yet listed on a stock market.Statistics: Posted by andrew_pi — Thu Jun 13, 2024 8:03 am
View ArticleTroubleshooting • Re: cv2.imshow() not working with Picamera2 library
Configure the stream ?https://forums.raspberrypi.com/viewtopi ... 6#p2188830Statistics: Posted by gordon77 — Thu Jun 13, 2024 8:12 am
View ArticleTroubleshooting • Re: Raspberry PI 4 - rebooting and unreachable
I would get a spare microSD card and use Raspberry Pi Imager to write a fresh copy of the Raspberry Pi Operating system (Bookworm version) to it, as per getting started instructions here...
View ArticleHATs and other add-ons • Re: New Official AI Kit available now at $70
It seems like that based on that post.The Coral TPUhttps://coral.ai/products/m2-accelerator-bmis older technology but has a bigger community around it and readily available development tools.I wonder...
View ArticleHATs and other add-ons • Re: New M.2 NVMe HAT+ in Official Pi 5 case
I got a brand new M.2 NVMe hat and brand new Official case (both from Adafruit) and I got extended screws included in my NMVE hat bag so I was able to install the hat with the standoffs in the case,...
View ArticleTroubleshooting • Re: Headless RPi 3B+ extremely slow !
"Later tested 32-bit Bookworm with all updates on a Pi3 1GB RAM, enabled VNC server and using VNC Viewer on Windows 10 laptop."How did I do this?Write Bookworm 32-bit using Imager to microSD card,...
View ArticleBeginners • Re: AI/Assistance guidance help please?
There is no PCI 'expander' from the RPI team at the moment (and I gave no idea if there will be) but Jeff Geerling recently used Pineboards HatBrick with interesting results...
View ArticleGeneral • Help with Pico ADC project
Hi Guys,I'm after some help with using a Pico in a project, and using the ADC pins.What I would like to achieve is to trigger a output on the PICO when a specific resistance is met, as shown in the...
View ArticleHATs and other add-ons • Re: New m.2 HAT troubleshooting
1) M.2 HAT+ does not support SATA, it's NVMe (PCIe) only.2) You can check for NVMe drives by usingCode: ls /dev | grep -i 'nvme'Will not give you a result because of 1)Statistics: Posted by...
View ArticleBare metal, Assembly language • Re: framebuffer in Assembly for a Raspberry...
I have noticed that this error also exists in the Circle project. I tried setting the color depth to 32-bit. Even here, it is "only" 16-bit, as it draws each point twice... Changing the resolution as...
View ArticleGeneral discussion • Is there any database GUI Client tools availabe for...
Is there any database GUI Client tools availabe for Raspbery Pi OS ? . I am using TOAD and Oracle SQL developer in windows OS to connect to oracle DB, like this any tool availabe in raspbery PI OS. i...
View ArticleTroubleshooting • Re: Apache not accessible to internet. Losing my mind.
Code: ServerName 127.0.0.1This is the cause of your failure. It looks like Apache2 assumes that you want local access only. Change that to your host name - chatterbox, and it should work.Statistics:...
View ArticleGeneral • Re: Help with Pico ADC project
Hi Guys,I'm after some help with using a Pico in a project, and using the ADC pins.What I would like to achieve is to trigger a output on the PICO when a specific resistance is met, as shown in the...
View ArticleCamera board • Re: On RPi5: libcamera is "Unable to acquire a Unicam...
This is duplicated at https://github.com/raspberrypi/libcamera/issues/145. Let's continue the discussion there.Statistics: Posted by naushir — Fri Jun 14, 2024 7:01 am
View ArticleNetworking and servers • Re: Issue IP
Thanks a lot Guys !I didn't imagine that these kinds of services existed . I also found one called ngrok very developer-friendly, it has a free plan (so I have a ugly free domain booked for me, but it...
View ArticleGeneral discussion • The end of the cross device SD card compatibility?
One of the very convenient capabilities of the legacy Raspberry Pis was that one could for example clone a configured SD card from a Raspberry Pi 4 and put it into a Raspberry Pi 3a or a Raspberry Pi...
View Article