Graphics, sound and multimedia • Re: Using Raspberry pi as a NAS (omv vs os)
I use OMV on my Pi4 with an 8TB HDD formatted as ZFS.OMV is really just a nice GUI accessed over a webpage to manage your NAS.There's nothing really it can do that you can't do from a terminal, but it...
View ArticleOfficial Display • Re: Official 7 inch touch screen, image is rotated 180 on...
lcd_rotate=2 works if you enable the x11 gui and not wayland in that configuration you have the 180 degree screen right from startup obviously put a hash mark on the entry:Code:...
View ArticleRaspberry Pi Connect • Re: Access RPi Connect over smart phone
Thanks!Model: HUAWEI P30 LiteOS: Android 9Browser: Google CHROMEStatistics: Posted by California — Fri Aug 02, 2024 5:59 pm
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: custom I2C behaves strangely...
I looked at the timer i2c for RTC, and this signal is about 3 times slower than permissible. but the fronts barely have time to grow. Is my Board really that terrible?Statistics: Posted by Nick_MR —...
View ArticleBeginners • Re: Help for a very old beginner
Thank you all, a blind hog as found an acorn. Was able to modify and save the config file and connect to the broker. Now to try to follow the instructions to test it.The algorithm and logic is not as...
View ArticleNetworking and servers • Re: Network Equipment Monitor
Hi[note: I'm a co-founder of qbee.io]I haven't encountered a system that exactly matches what you're looking for out of the box, but I suggest looking into our platform: qbee.io.We have monitoring,...
View ArticleOfficial Display • Re: No HDMI signal after connecting the official display...
have you altered your cmdline.txt to includeCode: video=HDMI-A-1:640x480M@60DNow I have, but nothing changed.why did you enable I2C_arm and SPI? is any other HW connected?On some devices I need to use...
View ArticleGeneral • pico and thonny not working
i recently bought another pico and this pico suddenly doesn’t worki tried the basic program of flashing the onboard led but it doesn’t worki also set up thonny and that doesn’t work as wellcan someone...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: 1.47 inch display with RPI 5
1. I don't have HW to test -> don't know if that's really working -> makes no sense at all to give it to you (or others here on the forum)2. Haven't checked the sequence for plausibility by...
View ArticleGeneral • Re: Using all GPIO pins
Before having to change all your code it might be worth considering that the code could be considerable simplified by creating a data table for servos, the switches which control them, and the duty...
View ArticleTroubleshooting • Re: External Drive issues with Pi5
Unplug the adapter from the Pi USB port and then:Code: # You may not need sudo, but either way workssudo journalctl -f## THEN plug the adapter into the Pi USB portIf anything new is output on the...
View ArticleGeneral discussion • Re: Problem with the WiFi on RPI4
No case, not even a cardboard one can be asking for trouble. Without something it can be all to easy for something metallic to short GPIO pins or solder joints on the underside of the...
View ArticleTroubleshooting • Re: Need help in integrating LoRa HAtT 1268 with Rpi 5
At this point, the issue could be exactly everything under the sun.Which hat are you using? Brand and model would help narrow it down a little bit.Statistics: Posted by memjr — Sat Aug 03, 2024 6:12 pm
View ArticleGeneral • Re: Help Needed: Achieving Long Delays with PIO for Pump Control on...
I don't know what happens when you compile this, but you've used some instructions that don't exist - mov(x, 31250000). The MOV instruction can only move values between registers, it can't load an...
View ArticleTroubleshooting • Re: Connecting zero 2 W with ssh not working
Not saying it is wrong but that IP address is not what one would expect in a typical home network. What is the network?Statistics: Posted by drgeoff — Sat Aug 03, 2024 6:20 pm
View ArticleTroubleshooting • Re: Two RPi 5 dead
Or do anyone here still believe that I am responsible for the failures and it is not a problem with the Pi 5's themselves?I still think your power supply is the problem. You have shown it reaching...
View ArticleGeneral • Re: pico and thonny not working
yesStatistics: Posted by SilliestCobra30 — Sat Aug 03, 2024 6:51 pm
View ArticleOff topic discussion • Re: What happened to my old account
AFAICT it seems that a spambot using logins beginning with "miscbits-" followed by other characters did exist and, unfortunately the "banhammer" used to deal with such multiple spams must have also...
View ArticleMicroPython • Re: multithreading with Raspberry Pi Pico for model railroad
Okay. Here we are in a new thread talking about trains. Is the person asking the train question still here?We may have lost them, but they visit back every few months.I think we might need a bunch...
View ArticleAutomation, sensing and robotics • Re: Conection options with 5V relay
use a ULN2803A chip as driver for relays.This prevent also damage of output pin.Statistics: Posted by iiot2k — Sun Aug 04, 2024 5:08 pm
View Article