General discussion • Re: Raspberry Pi Monitor, Black - confirmed?
That picture of the black one looks greatStatistics: Posted by cct — Fri Dec 13, 2024 3:52 pm
View ArticleAdvanced users • Re: kernel: Upstreaming NVMEM driver for OTP
Hi,recently i closed this item from my never ending TODO list:https://github.com/lategoodbye/rpi-zero/issues/18This also has refs to my own old upstreaming attempts.I would be happy, if someone tries...
View ArticleMicroPython • Re: Pico2W & micropython
Pimproni has what they call an “experimental” build - and it works - but in my opinion it is not ready for educational use. The Pico 1 W remains a capable microcontroller and I am not throwing mine...
View ArticleTroubleshooting • Re: Failed to connect to a screen
Maybe get a spare microSD card and put Raspberry Pi OS Bookworm 64-bit with desktop onto it, using Raspberry Pi Imager in which you set WiFi, user, enable SSH, etc. and boot from that.Statistics:...
View ArticleGeneral discussion • Re: New pizero 2 w first boot trouble
Did you wait until the Pi had finished going through all it's first boot setup? It can take several minutes and one or two automatic reboots before it is ready to accept SSH connections.not sure. How...
View ArticleGeneral discussion • Re: Raspberry pi pico
Have you tried the Zadig USB drivers as per the official documentation, page 26 https://datasheets.raspberrypi.com/pico ... h-pico.pdfStatistics: Posted by neilgl — Sat Dec 14, 2024 3:51 pm
View ArticleAdvanced users • Re: NUMA Testing
ok, how to disable NUMA?Don’t enter the SDRAM_BANKLOW setting in the EEPROM config.Testing on a Pi 5, the latest bootloader EEPROM from 2024-12-07 configures 8 NUMA nodes by default when there is no...
View ArticleRaspberry Pi 400 and 500 • Re: Pi 500; questions and setup
Thank you! I just bought the 5th edition "The Official Raspberry Pi Beginner's Guide" ebook and going over it now. Hopefully it says something about how to add a wireless printer once you have the...
View ArticleGeneral discussion • Can you get Pi 5 Serial number from the box?
Hello i am a seller/reseller of brand new raspberry pi's. I am only selling PI 5 on an online platform.I would like to protect myself from situations where customers do a buy and switch scam: wherein...
View ArticleDevice Tree • Re: Trouble reading from a MCP23017
Good catches PhilEI've taken care of those issues, did a little cleanup and removed the third chip to simplify while debugging but still not getting successful reads. Not sure if my re-write is...
View ArticleGeneral discussion • Asking about the Buydisplay.com site- reliability and...
Hey there. I’m thinking about getting a display from buydisplay.com since it’s the only site I’ve found where all the components are pretty individually separated instead of already stuck together, so...
View ArticleAdvanced users • Re: RaspiOS 12 (aarch64) with KMSDRM, tool for taking...
You don't use X, and you're not using the framebuffer, so what are you using?For example SDL2 or RetroArch without X on top of fb.Statistics: Posted by MartyMax — Sat Dec 14, 2024 4:01 pm
View ArticleOther projects • Re: Raspberry Pi Pico H - Weather station: component...
I don’t think you need the AT24C256 EEPROM 256kb I2C eeprom memory module, as you are not doing data storage on the pico, the Pi4B can store the data on its microSD card (or other)Statistics: Posted...
View ArticleCompute Module • Re: What is performance of the VideoCore VII GPU in the CM5?
You say this are single precision FLOPs. Is that 16 bits floats or 32 bit float? For CPUs single precision would mean 32 bits and double precision 64 bits. But I'm not sure about GPU.I think 32-bit...
View ArticleTroubleshooting • Re: Pi Model B correct way to first time boot after Imager?
You should understand that cron (or, in the common parlance, crontab) was never designed to be used as a "start things on boot" device. That functionality was crowbarred in by the author of Vixie cron...
View ArticleGeneral • Re: SH1107 OLED 128x128 with C
@Janez, yeah it sends entire pages to make the whole display update work, something like that, so the later parts of the program with the partial update examples won't work properly.If SH1106 and...
View ArticleNetworking and servers • Run AP and Wifi simultaneously using NMCLI
Hi all!Somehow I had it working on a previous setup running Bullseye on my RPi 4, where I was using a mix of hostapd, dnsmas and dhcp to create an AP connection.I need to use this connection to be...
View ArticleMedia centres • Re: Kodi 21 (Omega) on RPiOS Bookworm
Can you try shadertoy on a PC (windows or linux) and see if it behaves any differently?I think there is just not much correlation between the audio and the visualisation.If it's the same on a PC, then...
View ArticleOther projects • Re: Hi everyone I got this screen and need help
But the issue is I’ve been searching the model “SMMC70800480-R-00-TFT” but I can’t find any data sheetStatistics: Posted by Raspypiguy — Sun Dec 15, 2024 4:07 pm
View ArticleCamera board • Re: Making vflip and hflip perminent setting
Just in case you're not a regular nano user ....the following steps will ensure the changes are saved to an updated config.txt file.After making the suggested modifications as aboveCtrl X is the...
View Article