C/C++ • RPI Pico W as a bluetooth HOG keyboard can't pair with a hardcoded...
Hello, I've been struggling with this for a couple days.Using the Pico C SDK btstack (bluetooth stack), I am trying make my Pico W into a simplified virtual bluetooth keyboard for my phone (or another...
View ArticleBeginners • Re: Power
Why not get the official power supply?https://www.raspberrypi.com/products/27w-power-supply/Trying to use fewer plugs.And it's looking like I need a powered hub now Statistics: Posted by rwb — Fri Jan...
View ArticleGeneral discussion • Object detection trouble getting setup
Hi,I have a bunch of questions as I've been struggling to get TensorFlow Lite up and running.- Running Bookworm 64Bit (released 2024-11-19)- Have a Camera connected to the camera portI've followed the...
View ArticleSDK • Re: Importing an SDK project to the VS Code extension
Is it ok that my .vscode directory is in .gitignore or is it needed if someone else imports the project to the Pico extension?Statistics: Posted by breaker — Fri Jan 10, 2025 1:13 am
View ArticleSDK • Re: I2C random timeouts using i2c_write_timeout_us()
So for the benefit of others, the relevant error values for the two functions are -1 or -2, from the C SDK:Code: enum pico_error_codes { PICO_OK = 0, PICO_ERROR_NONE = 0, PICO_ERROR_GENERIC = -1,...
View ArticleBeginners • Re: RealVNC login without username
Not using an ipad, and it isn't an issue of remembering the password. Please read my post again. There is never a need to enter the username, as though a username is not required. Of the 20+ times...
View ArticleAdvanced users • Re: NUMA Testing
What about difference in power consumption? Increased?Having a Pi4 B 4GB and a Pi 4B 8GB I want to test this hack on...As there is no voltage change, the relationship between power to rate of work...
View ArticleGeneral discussion • Re: DNS Question
Never wanting to go somewhere until I'm sure I can return first, I thought perhaps I'd learn about nmcli... Shall we say on that note, after a while I decided to take your word for it! And all that...
View ArticleGeneral discussion • Re: New Raspberry Pi Products
I'm holding out for the 32GB.Nah - any file kno that 64GB and 128 cores is the bare minimum to run a basic text editor Statistics: Posted by timrowledge — Fri Jan 10, 2025 3:22 am
View ArticleGeneral discussion • Re: Pi5 16GB ?
]Now there are rumours.Just rumours of rumours about rumoursStatistics: Posted by timrowledge — Fri Jan 10, 2025 3:26 am
View ArticleBeginners • Re: Viable portable power supply for RPI 5?
Another thought about that 52pi PD power board. it comes with a usb C cable to the Pi 5 which does 5V 5A PD so the pi5 usb has all its usb power budget available. As it can produce 40W the other 3A...
View ArticleTroubleshooting • Pi incorrectly queries monitor resolution
I have an HP fairly new LCD Monitor. I connected it to a Windows laptop using a USB-C to HDMI adapter which went up literally in smoke. I connected a second adapter and it also died. I then got a...
View ArticleCompute Module • Re: CM5: What's the status of audio on GPIO 12~13?
Any update or news on this?Office has been shut for the last two weeks, and I do not think this work is scheduled anyway. I will promote it to see if it can be added.That's great, thanks. Really...
View ArticleTroubleshooting • Re: Struggling with a touchscreen setup and cables/adaptors
Just in case this helps.I have a 15.6" touchscreen portable monitor. I can power it and provide touch input through one of the RPI 5's USB ports going to the portable monitors USB-C. Not video just...
View ArticleGeneral discussion • Re: Having error mounting my SSD Drive
From your image, the HDD is sda. sda1 through sda6 are the partitions on it.sda1: Not sure what that is. Maybe a bootloader of some sort. UEFI partition? Your GUI has automatically mounted so you can...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: sc16is752 (WAVESHARE 2 channel RS485...
OK, Super close now. I changed my sc16is752-spi4.dts by using sc16is752-spi0.dts as my base instead of spi1. I now see:/dev/gpiochip2/dev/ttySC0/dev/ttySC1I am not communicating with them, but they...
View ArticleBeginners • Re: Micro SSD card? With M.2 adaptor?
Thank you!RoyStatistics: Posted by rtroxel — Sat Jan 11, 2025 1:32 am
View ArticleGeneral discussion • Re: Home Automation // need to use Bluetooth AND UART...
There shouldn't be a conflict between the UART that board appears to connect to and the one used internally fro Bluetooth.Point the software that talks to the z-wave module at /dev/serial0. That's a...
View ArticleCamera board • GStreamer Bayer Data Off a IMX219
So..... There I wanted to use GStreamer to make my life a little bit easier when it came to getting the bayer data from an IMX219 sensorThe first thing I did was use Code: libcamera-hello --list to...
View ArticleGeneral discussion • Re: Can you get Pi 5 Serial number from the box?
Warranty Fragile Sticker, is a fragile sticker that is affixed to various electronic products as proof of product warranty. Once this paper is affixed, it cannot be torn off intact (it crumbles when...
View Article