General discussion • Re: Level shifter
Usually not, although it breaches the specifications of the WS2812B in practice they have always worked for me from all Pi computers/controllers. I can't guarantee that would be true in the Arctic or...
View ArticleNetworking and servers • Re: DHCP serve fixed address from the Network...
You may want to split this experiment across two sdcards. One for the rpi access point (call it rpiAP) and one for your app. Only then figure out how to merge one into the other.The conventional way...
View ArticleSDK • Re: New errors after rubbish install of C-SDK
I ran cmake from the build directory of an existing project. Seriously? You should trash that garbage... It has never been clear to me how 'Linux' can be considered a robust operating system when it...
View ArticleBeta testing • Re: Trixie breaks php-cli, resulting in Illegal instruction...
I built php8.4 from the Raspbian sources, but changed a line in the Debian rules file from vfpv3-d16 to vfp2.I installed over the standard version with dpkg and it now works Code: rpdom@raspi14:~ $...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: 5in V2 display fails when adding...
..I'm assuming the "Goodix-TS 10-005d: Error reading 10 bytes from 0x814e" entries were from before a reboot...Yes, just started minicom before issuing reboot commandCode: [ 129.807558] Goodix-TS...
View ArticleNetworking and servers • Re: Trying to use a small home server to access the...
To ThagrolMy question is can the connection go Pi -> home server -> internetTheoretically yes but it depends on your network and home server configuration.How are you connected to the internet?...
View ArticleAdvanced users • Re: Raspberry Pi OS Image Creation : Made Easy
Hi I tried to use the script but it is giving a error :Code: pi@rpi-test:~ $ sudo rpios-gen.sh -a arm64 -c none -d -o lite -p -s -z pi:raspberry -usudo: rpios-gen.sh: command not foundIs this maybe...
View ArticleMicroPython • Re: Creating a Native C Module demo
One gotcha to note is, if the Native C Module uses '#include' to include the raw C functionality or other stuff, a 'make' will not rebuild the '.mpy' when those included files are changed, only when...
View ArticleGeneral discussion • Godot Engine on Raspberry Pi
Hey there! I’ve since been playing around with Godot, and using these builds:https://github.com/hiulit/Unofficial-Go ... spberry-PiIt seems I end up with no memory and the Pi Zero 2 W I’m using...
View ArticleGeneral • Re: Pi Pico attaching and using I2C devices VCC options?
@Katak255Thank you for the thoughts and experience info regarding your use of 5v VCC for you I2C devices. I only have recent experience of the two devices I have been playing with as part of a project...
View ArticleBeginners • Re: Trouble running headless
Best way to learn keys is to have 'ssh' allow your account to login to itself without a password. Here's a new box..Code: foo@trixie:~$ ssh foo@localhostThe authenticity of host 'localhost (::1)'...
View ArticleCompute Module • Re: Official Touchscreen with Cm4io
Hmm.. I'm showing no overlays loaded? dtoverlay=vc4-kms-v3d is there by default and added the vc4-kms-dsi-7inch for touchBut dtoverlay -l says no overlays loaded.I get an error when trying to load it...
View ArticleAutomation, sensing and robotics • Re: Using a photocell with a Raspi 4
- does the program print errors ?Well the one I used with the brightness sensor prints 0s and 1s as expected, the one I used with the YL-40 prints only 0s in a loop, no matter which channel I choose,...
View ArticleCamera board • Does Raspberry Pi Zero W supports this Raspberry Pi Camera...
Does Raspberry Pi Zero W supports this Raspberry Pi Camera Module 3 (SONY IMX708, Resolution: 12 Megapixel)? At least at 1080p can I experience a live stream without lag? How many fps (frames per...
View ArticleHATs and other add-ons • Re: Old Raspberry Pi HAT not working with the latest...
Code: $ sudo vclog -mCode: 000904.043: boot-part: 0 fs-type: 0000904.059: boot-part: 0 fs-type: 3001047.475: brfs: File read: /mfs/sd/config.txt001048.379: brfs: File read: 1242 bytes001117.275: brfs:...
View ArticleTroubleshooting • Re: NEC-V404 - PI CM3 on board - Latest version of...
Okay, thanks for the link, I'll try it as soon as the material arrives.I usually connect my PC to the NEC V404 TV's USB port, activate the Compute Module in boot mode, then launch Raspberry PI Imager...
View ArticleGeneral discussion • Re: What product would you like to see?
Just out of interest, for all those who mentioned a 12-36v DC USB-PD PS, what would you want to use as upstream connectors? Croc clips?Screw terminals for preference, or DC barrel jack.I'm rather...
View ArticleRaspberry Pi OS • Re: rpi-imager says a newer version is available
OS: bookworm 64bitupdate/upgrade run todayWhen I start rpi-imager from the menu, I get a popup telling me that a newer version is available, and do I want to visit the website to download it.I have...
View ArticleMicroPython • I2C 24C256 Eeprom micropython libs and example code please?
Please excuse me asking, but can somebody point me to a working example of using the above eeprom chip with Micropython.So far I have been able to modify and connect the I2C devices I need for a...
View ArticleNetworking and servers • Re: Update: Public IP Logger
Because original post is locked viewtopic.php?p=2293660, posting update.You can report the topic (use the flag icon) and request for the topic to be unlockedStatistics: Posted by DirkS — Thu Aug 28,...
View Article