Troubleshooting • Re: I2C Not Working
Have you seen this?https://shop.pimoroni.com/products/jst- ... 6636173395From this page:-Note: this cable can be used with older models of HyperPixel 4.0 which have a JST connector underneath for...
View ArticleRaspberry Pi OS • Re: A need to use a newer OpenSSL. Advice?
Depending what you need to test with the newer openSSL (and if it explicitly needs to be in Raspberry Pi OS), you could potentially install docker and use an ubuntu or other docker image interactively...
View ArticleTroubleshooting • Raspberry PI stubbornly refuses to connect to 1 WiFi network
I have a PI4 connected via ethernet. It will connect via wifi to one network (Ubiquiti) but it stubbornly refuses to connect to another wifi network. The second network is a mikrotik device. I can...
View ArticleBeginners • Re: New to Pi, got a Pi4B, I have no SD card and only AV cables.
Last I saw, switching to boot from USB, whether using Pi Imager, or booting and then using raspi-config would require a microsd card (in either case) if only for that first boot. That said, as it...
View ArticleTroubleshooting • Re: Putty not working on RPI5
Just to have it mentioned in this thread, you can also create a config file for openssh (~/.ssh/config by default) so that your terminal ssh client has saved sessions, X11Forwarding enabled,...
View ArticleTroubleshooting • Re: Raspberry Pi 5 (8 GB): pwm Fan Stuck on High
This is my workaround. It will work as long as some reboots are successful. Basically, my workaround is to automate the reboots until the pwm fan works. Run the following script upon boot using...
View ArticleOther • Re: Boot issue, home assistant
Possibly https://github.com/raspberrypi/rpi-imager/issues/888.Statistics: Posted by badformat — Sun Jun 30, 2024 1:00 am
View ArticleBeginners • Re: Kill cvlc with Crontab
Running the two part separately might be the best approach but be carefull if you're chaning stuff the video player relies on while it is still running.To kill the video player at a set time just add...
View ArticleGaming • Re: Forwarding USB peripherals over ethernet
A web search for "usb over ip" may point you in a useful direction.Statistics: Posted by thagrol — Sun Jun 30, 2024 1:38 am
View ArticleTroubleshooting • Re: Reading Change Logs stalls at 33%?
If you are using raspberry pi zero 2 w, you can download the 32-bit legacy OS on the Raspberry Pi Imager so you don't have to face this problem.This may be due to the new 32-bit OSStatistics: Posted...
View ArticleBeginners • Re: Advantage of Raspberry Pi camera VS standard USB HD
The Pi camera is an advantage squashed into a small case but in many other arrangements, that thin cable is a risk. Outside of the cable and waterproofing, the next selections are resolution, low...
View ArticleAdvanced users • Re: Image File Utilities
I'm currently having an issue where it errors out saying No Space Left. My file system is 4gb in total, and it's on a 1tb drive. I've tried making the img locally, and onto my NAS but it's not...
View ArticleTroubleshooting • 'date' returns incorrect date/time?
I've been running a Pi 2 Model B Rev 1.1/Buster to log some USB scales and other sensors, with a time stamp. Lately it's starting logging bogus dates. Relevant code that gets run by cron every 10...
View ArticleRaspberry Pi OS • Re: Keyboard layout displaying/switching for Wayfire and...
Hello all,Just in case someone is missing the changes that come with Simon's version 0.76. I have synced my fork (master and kbdlayout branch) with that. The instructions for building and installing...
View ArticleTroubleshooting • Re: 'date' returns incorrect date/time?
My systemd-timesyncd is running:Code: systemctl status systemd-timesyncd● systemd-timesyncd.service - Network Time Synchronization Loaded: loaded (/lib/systemd/system/systemd-timesyncd.service;...
View ArticleGeneral discussion • Re: Cloudflare checks if I am a human - forever - on...
I encounter this on Ubuntu on Firefox(ppa version) and Chromium(debian version). Here, the solution is to use Vivaldi browser.Statistics: Posted by talker1 — Sun Jun 30, 2024 5:07 am
View ArticleBeginners • Re: Creating a log of a script
I hate to say it, but I looked it up online and found a way to do it that I was comfortable with the tempting.What does that mean? I'm not asking about any technical issue here - not seeking...
View ArticleCompute Module • Re: Possible to use SPI and i2c with DPI??
Yes, that's possible. Look at the Hyperpixel overlay for an example.Hyperpixel uses a bitbanged I2C for comoatibility reasons. You can use HW I2C from GPIO10/11 if your display will be used with...
View ArticleAdvanced users • Re: Pi5 - PWM on GPIO 18
@jdb -- thanks for your response. I'll assume your counsel is that the Pi5 and RP1 cannot solve my problem, and I'll look for other solutions. I appreciate the help.>> Have you read the...
View ArticleRaspberry Pi Connect • Re: Security question — how is browser able to access...
So the answer seems to be easy how connection to Pi5 is done from browser in internet:The Pi5 opens session to connect server and that is kept open every 15 seconds from connect server.When internet...
View Article