Beginners • Re: Please help me connect phone to Pi 5 via Bluetooth.
You need an OBEX push server like obexpushd running on the Pi.OK, thanks.So, that wouldn't come with the desktop?It has Bluetooth. So it has BT, but without this?Right, installed the OBEX package that...
View ArticleGeneral • Re: Did I burn my Pico W ?
I made a silly mistake I connected power supply to 3.3V_OUT instead of VSYSOops, but thanks for explaining it. That likely would put most components into meltdown. The Flash chip on a Pico W appears...
View ArticleAdvanced users • Re: log voltages from 0 to 5 volts at an adjustable rate per...
Those DuPont cables will be fine.The “short” cables in the tutorial are just drawn like that for convenience.For the logging, you will read the MCP3008 output using the SPI interface of the Pi, the...
View ArticleGeneral discussion • Re: How to use Raspberry Pi as OFFLINE Server?
Have a look at setting the Pi up as an "Access Point" https://www.raspberrypi.com/documentati ... spberry-piThe mobile phone/ipad will connect to the Pi via Wifi.The Pi can be running Apache2 web...
View ArticleTroubleshooting • Re: Unable to connect to RasPi
Does the TV have a HDMI input?Yes it does https://ibb.co/V9HfMtjThe Pi connect to the wifi i setup in the OS but somehow im still unable to ssh.Sorry for the low quality image, i cant screenshot a TV...
View ArticleHATs and other add-ons • Re: Raspberry Pi DAC + does not work with Rasbperry...
Are you actually using Raspberrry Pi OS Bookworm, as the cat /proc/version says ubuntu?My Pi5 Bookworm has: Code: cat /proc/versionLinux version 6.6.31+rpt-rpi-2712 (serge@raspberrypi.com) (gcc-12...
View ArticleRaspberry Pi OS • Re: owntone server (iTunes server)
“I use the IP of Pi in web browser i.e http//Pi IP address:3689“That what I did when I said “I substituted owntone with my hostname”Statistics: Posted by muyaad — Sat Jul 27, 2024 1:36 pm
View ArticleTroubleshooting • Re: Two RPi 5 dead
I thin the I2C error means the SoC cannot talk to the PMIC, which means it cannot be set up. An irrecoverable HW error. If under warranty I'd try that, but if you are using a dodgy PS, then that would...
View ArticleTroubleshooting • Re: Bullseye -> Bookworm but still kernel 6.1.21+ #1642
Seconded.In place upgrades between major OS release have never been supported or recommended. I hope you took a backup first.Statistics: Posted by thagrol — Sun Jul 28, 2024 1:22 pm
View ArticleGraphics, sound and multimedia • Re: No interlaced HDMI output in Pi4 Bookworm
Wayland doesn't support interlaced outputs, but X11 does.cmdline.txt video= entries only affect the console, not GUI. Use the Screen Configuration app and it should give you the options for selecting...
View ArticlePython • Re: Runtime error waiting_for_edge GPIO
i re-flashed, made some config changes, got back online, reinstalled the SafeShutdown.py script, and made the same edit to the __init__.py file i had before.removed the PRi.GPIOinstalled LGPIOverified...
View ArticleBeginners • 144 hz Or 60 hz, Does it effect RPI5 Performance?
My monitor supports 144 hz, should i select 144 hz Or 60 hz, Does it effect RPI5 Performance at all?Thanks.Statistics: Posted by vvti9 — Sun Jul 28, 2024 1:36 pm
View ArticleMicroPython • Re: Mix Python & C without compiling into micropython?
You could also try C++. I've got C++23 code running on my Pico and the new STD::format makes string handling much better than older C++.Statistics: Posted by jags84 — Sun Jul 28, 2024 1:36 pm
View ArticleCamera board • Re: is anyone use IMX291 Low Light 1080P MIPI Camera from...
What sort of suggestions are you looking for? If you want to use that sensor, then do so and report back how it went.I do note that your only other post was also advertising a Vadzo Imaging product....
View ArticleCamera board • Re: I use cams pi 5
I have never heard of a p5v04a sensor. Provide a link to the vendor's product page.See viewtopic.php?t=372520 for guidance on the use of 3rd party sensors. The vendor should really be providing...
View ArticleGeneral • Re: Solar power and battery for outdoor project
Why not get a boat anchor and some balls. Make floats in a string. Have one ball have a solar panel. Make the lowest be the battery holder. Put a temperature sensor in all but the top ball. The water...
View ArticleGeneral • Re: Battery powered pico not working
I created a project https://github.com/CrabbyPete/watchible that uses a battery to power a Pico. You need to put it sleep or it will drain the battery quickly. I can run it using this...
View ArticleTroubleshooting • Re: No display on one of my monitors
when you get the "diagnostic screen", post the output of the "display" line.if the display does not properly send EDID data, that announces its capabilities, the PI may set no output.Statistics:...
View ArticleCompute Module • Re: Flashing CM4 eMMC via I/O board slow. Advice?
Here is a screen shot of an error I saw:https://drive.google.com/file/d/1XJrERb ... share_link"Recv failure: connection reset by peer"curl by default does not consider that a transient error, but will...
View ArticleGeneral discussion • What Else could Pi5 Hailou AI Kit be used for?
Could i do something with chess game analyze, or, could i throw my pi5 my photo albums and get it handle with face grouping, or getting tagged what photos that have for.Thanks.Statistics: Posted by...
View Article