Interfacing (DSI, CSI, I2C, etc.) • Re: Raspberry Pi 4B mounted to the...
Thank you for the helpful feedback and the test trial as well to confirm, I'm still relatively new in the world of Pi/Linux, so any insights are appreciated. I'm using a Debian Bullseye OS, and...
View ArticleCamera board • Re: Picamera2 save cropped(?) raw/dng
Hey, sorry for not replying earlier. I did what you suggested, managed to crop an image and then save it as png. Then I decided I'd just use the supported resolutions and postponed the whole thing....
View ArticleGeneral • Re: Pico (W) case
Possibly an all-black version of - https://www.youtube.com/watch?v=6ZcjfJQWC8k ?This has been my favourite Pico W case so far - https://i5.walmartimages.com/asr/6b7112 ... f88a6.jpegA little bit of...
View ArticleBeginners • 32GB SD card shown at 256MB when plug into Windows PC
I have an old brandname endurance sd card marked with "32" which normally means 32GB (as on their current model)Time ago, it was used to test RPi, may be by "etcher" software or similar? Cannot...
View ArticlePython • Re: Entering digits without pressing "Enter'
This topic has come up many times, but it is difficult to search for unless you already know that the traditional name for a function that reads a single input character without line buffering is...
View ArticleGeneral • Re: Pico W Wlan modul overheating
It sounds like something may be broken - I can't think what would hammer the WiFi chip so badly that it gets warm, let alone so hot you can't touch it.To delete your 'main.py' the simplest way is to...
View ArticleGeneral discussion • Re: How to analyze if the output of adc is right or wrong
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 ArticleAdvanced users • Re: Rpi5 stucks on solid red led after boot with a camera...
I use a standard FPC 22 pin flat cable.One of these? https://www.raspberrypi.com/products/camera-cable/I think you have a problem with the hardware of the camera assembly, and you are unlikely to get...
View ArticleAdvanced users • Re: How do I revert kernel 6.6.28--> 6.6.16 offline?
Why offline? Can't you use the onboard WiFi for the update?it's damagedStatistics: Posted by twostarl — Thu Jul 25, 2024 2:29 pm
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: VVX10F034N00 LCD with CM4
Thanks, but I already looked this up and don't have access to the paid datasheet. Is there a way to access/pay without the countless information required to create an account?Statistics: Posted by...
View ArticleGeneral discussion • Setting data rate in config register of ads1115 using...
Hello,while trying to set the configuration register of the ADS1115,when smbus2 library is used:from smbus2 import SMBusimport timewith SMBus(1) as bus: data = 0b0100001010000100 #config = data |...
View ArticleBeginners • Re: 32GB SD card shown at 256MB when plug into Windows PC
Use the SD card formatting tool from the SD association to revert to a default FAT/exFAT partition spanning the card.https://www.sdcard.org/downloads/formatter/If you use Raspberry Pi Imager, it'll...
View ArticleGeneral discussion • Re: Setting data rate in config register of ads1115...
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 ArticleCompute Module • Re: Custom Device Tree Model Property
Yes, the bootloader sets the model string so that it includes the board revision, etc. I can't think of a way of preventing that.Statistics: Posted by PhilE — Fri Jul 26, 2024 1:50 pm
View ArticleGeneral discussion • Re: Discount on multiple pi4 order?
I don't particularly like such contracts as I consider them to be fundamentally anti-competitive, market interference, bad for resellers and consumers. It's often done to stop resellers under-cutting...
View ArticleSDK • Re: How can I profile basic functions for the RP2040?
Learning about the disassembly file really helps!I can now at least see what the compiler is generating. In fact, I will be starting a new topic on what I *thought* would have been optimized code but...
View ArticleOther • Re: Booting issue with SD Card
My original debian trixie imag before updating works fineMy Raspberry bookworm image works fine also.Should I start over?Statistics: Posted by maybl8 — Fri Jul 26, 2024 2:04 pm
View ArticleGeneral 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 ArticleGraphics, sound and multimedia • Re: Can not get udemy drm protected videos...
Yes you are right. It says detected chrome using widevine and the test video is playing just fine but still i cannot play Udemy.con drm videos.Statistics: Posted by ZigzagoonT1 — Fri Jul 26, 2024 2:11...
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 Article