General 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 ArticleRaspberry Pi Desktop for PC and Mac • Re: Virtual Keyboard issues in...
Raspberry pi 4 hardware and OS is raspberry pi Debian BookwormIn which case, posting your query in a sub-forum named "Raspberry Pi Desktop for PC and Mac" won't help get you accurate advice. Because...
View ArticleCamera board • Re: The raspi5 lens shading adjustment seems to have no effect?
Hi again, I'm afraid I'm starting to get a bit muddled by what's going on here. Earlier you posted a number of pictures that looked all green/blue, even though the "bayes" parameter was set to zero...
View ArticleRaspberry Pi OS • Re: How to install Raspberry Pi Buster?
And, I'm not sure if OP stated that there was any problem *getting* Buster, but it should still be available on the downloads page.If it's not available there, all of the OS images are to be found in...
View ArticleHATs and other add-ons • Re: AI Kit - How to use GPIOs?
Maybe this?https://thepihut.com/products/gpio-stac ... rwEALw_wcBStatistics: Posted by gordon77 — Thu Jun 13, 2024 8:28 am
View ArticleGeneral programming discussion • Re: Database design
Will you use a CMS for your Web Site? That will provide user id, name handling. They submit using their id. If you want to use a name, their login name will be unique. Use either.Are the points...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Regarding changes in Ethernet LED...
For whatever reason, the LEDs on the CM4IO board are reversed compared to Pi 4. To make the green LED show the link speed (slow flash = 1000, on = 100, off = 10), and have the orange LED on when the...
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 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 ArticleTroubleshooting • Re: Can't boot from SD card anymore?
i wasn't aware that PARTUUID and UUID are different things.i think now i know what i have to do. first change the PARTUUID with fdisk and then adapt cmdline.txt and fstab. i won't have time to try it...
View Article