Off topic discussion • Re: Where to sell pi-based devices?
Facebookhttps://www.facebook.com/share/2W8Y9Hyr ... tid=K35XfPStatistics: Posted by rpiMike — Fri Mar 08, 2024 5:27 pm
View ArticleGeneral discussion • pigpio i2c_open() returns the duplicate handle for two...
I hope that this is something ignorant on my part, but I have looked for anything similar here and on the net, and have not found it.I am using pigpio_if2 to read and write to sensors connected to a...
View ArticleGeneral discussion • Re: pigpio i2c_open() returns the duplicate handle for...
Sorry, this should have been posted in Programming -> C/C++.Statistics: Posted by wittend — Fri Mar 08, 2024 5:32 pm
View ArticleNetworking and servers • Re: Trouble Configuring W5500 Ethernet Module via...
Hello again, everyone,I wanted to follow up on my question regarding the W5500 Ethernet module configuration. After spending some more time researching and experimenting, I discovered a resource that...
View ArticleGeneral discussion • Re: Urgent Project Question
Maybe connect two raspberry Pis to the two monitors, then play a video in VLC on each Pi, with loop set to on.Statistics: Posted by neilgl — Fri Mar 08, 2024 5:48 pm
View ArticleTroubleshooting • Issues with my rpi 4b
My rpi4 4gb refuses to boot, when i power it, the red light turns on and stays on, but the green light flickers once then stays off, after that it does nothing, it doesn't post, doesn't boot, the...
View ArticleDevice Tree • Re: rpi4 serial port - uart to usb
Re "After upgrading the OS on my pi4" - what did you upgrade from/to?Usually I write the OS to a spare microSD card using Raspberry Pi Imager, with its settings set to enable SSH, user, password, WiFi...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: How Can I Force DSI Output on Pi 5
I still think that the compatibility string is wrong.Instead of Code: compatible = "Generic,panel-dsi","panel-dsi";- because there is no such compatible string in panel-simple - shouldn't it be Code:...
View ArticleCompute Module • Re: Kernel Panic on exec switch_root
With that I do see the prompt on the HDMI display. I still can't type and have it show up.Statistics: Posted by BerryPiUser — Fri Mar 08, 2024 6:07 pm
View ArticleBeginners • Basic Linux programminh
I have use mant ypes of computers, mainframe and desktop for many years and used many languages but I have never used Linux before I started us8ing the Pi computer.I keep running into what may see to...
View ArticleGeneral • Re: How do I connect the voltage source to the Pico ADC ?
I configured the ADC this way: VbatADC = ADC(Pin(Vbat_pin)) using the Pin object with no pull-up-down, and now the PD bit si no longer set in the pad status register. And gues what ? Now, the...
View ArticleTroubleshooting • RPi 5 disconnects from Wi-Fi
Hi, I have RPi 5 with RPi OS. It usually works fine, but sometimes the Wi-Fi connection crashes. I have not found a reason for that, everything seems quite normal. The crashes occure when I use Wi-Fi...
View ArticleTroubleshooting • Re: Raspberry Pi 5 screen output problem
you can set the resolution manually: in /boot/cmdline.txt (add to the front/end of the line, NOT a new line)-- IMPORTANT NOTE: for Bookworm, the file is at /boot/firmware/cmdline.txt...
View ArticleCamera board • Re: pibooth install error, "externally- managed-environment
neilgl, I switched to the venv and ran "pip install pibooth", that worked, pibooth was installed. I then entered "pibooth' to launch it. It started to but I , the LED's are on GPIO and 22. They also...
View ArticleGraphics, sound and multimedia • Zero2 analog synth demo
I put a demo video together introducing the Zoxnoxious analog synthesizer and showing how the software frontend, VCV Rack, interfaces to the headless Zero2 that runs the synthesizer. The synth is...
View ArticleBeginners • Re: Basic Linux programminh
Using the Terminal to enter commands on a Pi : https://projects.raspberrypi.org/en/pro ... pi-using/8and here https://magpi.raspberrypi.com/articles/terminal-helpHave a look at free download pdf books...
View ArticleGeneral discussion • how to disable all apache modules ?
Hellohow to disable all apache modules ?Thanksxx@xx:/var/www/html/music $ sudo a2dismod *ERROR: Module abcdefu.html does not exist!ERROR: Module antihero.html does not exist!ERROR: Module antihero.mp3...
View ArticleTroubleshooting • Re: Raspberry Pi 5 - Change Key Bindings
That works! Thank you.Statistics: Posted by madderhatter — Sat Mar 09, 2024 5:45 pm
View ArticleTroubleshooting • Raspberry Pi 5 - How to Install Newest Neovim
By default Raspberry Pi OS offers 7.2 Neovim. As the title suggests I'd like to install the newest version which is 9.5. What is the cleanest way to install the latest version and still receive...
View ArticleAdvanced users • Re: Image File Utilities
Without some way to reproduce your problem, I'm at a loss to know what to suggest. What about the 'rsync' process I mentioned?In the "post-mortem": 1. ctrl-C yielded:Code: ^Crsync error: received...
View Article