Interfacing (DSI, CSI, I2C, etc.) • Re: VVX10F034N00 LCD with CM4
Thank you very much! It was exactly what I needed!Statistics: Posted by daniellcavalcanti — Thu Jul 25, 2024 3:05 pm
View ArticleSDK • Re: How can I profile basic functions for the RP2040?
...I hope the compiler can see through that.The C++ constexpr specifier might help.Statistics: Posted by carlk3 — Thu Jul 25, 2024 3:05 pm
View ArticleAdvanced users • Re: How to enable integer scaling on the firmware?
Doing so isn't the highest of priorities though.Whilst not the highest priority, I had 10 minutes spare - https://github.com/raspberrypi/linux/pull/6284Once CI has completed in about 45 mins, "sudo...
View ArticleGeneral discussion • Re: Why isn't the admin answering the mail?
Why isn't the admin answering the mail?It begs the question, when did you send the email i.e. how long have you been waiting?and where is the link to do so ? I may investigate Did you use the last...
View ArticleGeneral discussion • Re: How to analyze if the output of adc is right or wrong
Connect a fixed, stable and known voltage to the ADC input and measure it. Change that voltage to another fixed, stable and knows voltage and measure again. Do this enough times that you know if it's...
View ArticleHATs and other add-ons • Re: New M.2 NVMe HAT+ in Official Pi 5 case
Unfortunately I lost some screws coming with my M.2 MVMe HAT+. Can anyone tell me the exact dimensions of that screws so that I can buy new ones? Thanks!so which one did you lost? The mounting screws...
View ArticleBeginners • Re: What PI model should I choose?
I use a PI 4B for my serverThe Pi 4B runs from a 5V supply (3A) I use an old car cigarette car adapter to a 12v battery as I live off gridThe Pi 5 uses a PD protocol and so can take more power, which...
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 ArticleBeginners • How to permanently change hostname through file edits
I don't want to use a script or GUI, in part because I want to understand how pi/TinyCore works. I've searched far and wide for well over an hour now and I give up. How do I do this? I see references...
View ArticleBeginners • Re: How to permanently change hostname through file edits
You should really be asking that in the picore forums. Their forums can be found here: https://forum.tinycorelinux.net/While someone around here may know something about picore, most of us don't use...
View ArticleGraphics, sound and multimedia • Re: Can not get udemy drm protected videos...
It's possible udemy only allow playback from known systems (using User-Agent).You could try forcing the User-Agent on Pi to match the User-Agent on a working device.Statistics: Posted by dom — Fri Jul...
View ArticleOther projects • Re: Is this architecture possible ?
Thanks for your messages. No, I do not wear a strange thing on the top of my head, but you gave me the idea of being like a silver hat I have looked the CM4, but I don't see any information on the...
View ArticleGeneral • Did I burn my Pico W ?
My Pico when connected spits out this message & the RP2040 gets very hot when i connect it to my laptop. Code: Unable to connect to COM9: port not foundProcess ended with exit code 1.Statistics:...
View ArticleCamera board • Re: Camera v3, Pi5 and AV processing
Are you using Ubuntu 24.04 LTS? If yes which kernel version?Pi5 OS. It is Debian based I think.Statistics: Posted by Paul B65 — Fri Jul 26, 2024 2:41 pm
View ArticlePython • Re: I want to teach Python to my kids
A challenge in teaching kids is to find a motivating story * and to use a programming language which is appropriate for the age of the kids.Especially for lower grade kids, debugging is a huge problem...
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. ...HTHYeah but OP is using ChatGPT and his name...
View ArticleGeneral • Re: Did I burn my Pico W ?
is there any way to retrieve my old files from that Pico ? Statistics: Posted by Ab25 — Fri Jul 26, 2024 2:58 pm
View ArticleTroubleshooting • Re: Bug? Cannot find kernel headers for the running kernel...
The issue is that your ar running a 64-bit kernel with 32-bit userspace. This is the default if you install the 32-bit Raspberry Pi OS on a Pi that can run 64-bit code.The two easiest options are to...
View ArticleGeneral • Re: Integrated RP2040 silicon
If you're building your own PCB, this is a good compact solutionSorry, we can’t find the page you’re looking for.Statistics: Posted by davidcoton — Fri Jul 26, 2024 3:11 pm
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: CM4, DSI data append one pixel every...
I use same init sequence than demo board. Demo board uses 1-line MIPI and My CM4 driver use also 1-line MIPI. Demo board MIPI data line not "travel" right like my CM4 MIPI data does.Statistics: Posted...
View Article