General discussion • Re: When will there be a Raspberry Pi with at least 16GB...
Just noticed there is nothing in the official Raspberry Pi documentation that tells you how to increase the amount of swap allocated on Raspberry Pi OS. The default is 200MB (100MB on older releases)....
View ArticleC/C++ • Re: DHT11 code works with python but not C++
If it makes a difference, the specific sensor I have is the Pi Hut DHT11 Temperature-Humidity SensorStatistics: Posted by AntiRix — Fri Jul 26, 2024 2:14 pm
View ArticleSDK • I'm curious why my sloppy code is actually smaller than optimized code...
My apologies for posting so much code here. Please let me know if this frowned upon.I wanted to start a new thread that is related to my previous "How can I profile basic functions for the RP2040?"...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: CM4, DSI data append one pixel every...
Are you sure you're power-on sequence is correct?I'm under the impression you're missing something.One can find a RM69330 data sheet here https://ifan-display.com/wp-content/upl ... ersion.pdfHad a...
View ArticleGeneral discussion • Re: Found Raspberry Pi in Big Foot! :D
Yes, 3B. I should have realised as I've got a spare one right by me. The shiny chips confused me though.I assumed it had heatsinks fitted...Statistics: Posted by gordon77 — Sat Jul 27, 2024 1:05 pm
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 ArticleGeneral • Re: Need advice on sending image data from a Pi5 to several Picos
Maybe you need to tweak your lwipopts.h. See Configuring lwipopts.h and Options (lwipopts.h).It's using whatever defaults MicroPython have chosen. I can't see anything wrong nor guess what tweaks...
View ArticleOff topic discussion • Re: Has the Crowdstrike global outage affected any key...
There is perhaps a lesson here about backup regimes and the sensibility of running with data on the PC rather than using them more as thin clients, having local apps which access remote data.It should...
View ArticleMicroPython • Re: Can't connect Pico to ADS1115 ADC board
Error 5 with I2C is quite often caused by lack of pull-up resistors on the SCL and SDA lines. Your board may already have these: if you have a multimeter, check the resistance of the (disconnected)...
View ArticleTroubleshooting • Re: Wisecoco 5.5" display issues
Sorry for the delay in getting back, I've been swamped this week, this is the output from edid-decode:edid-decode /sys/class/drm/card1-HDMI-A-1/edidedid-decode (hex):00 ff ff ff ff ff ff 00 0e d4 32...
View ArticleBeginners • Re: Please help me connect phone to Pi 5 via Bluetooth.
Phones use the OBEX protocol, so you definitely need an OBEX server. The problem seems to be the initial pairing which must be done for the Pi to show up as a share destination. I have a Bluetooth...
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 Article