Other projects • Re: Using Raspberry Pi to make USB 3.0 device wireless?
The scope I use is a Pico 4425. And yes it send data to the PC via USB. I took a look at your link and they do have Pico's for a planned project later down the line.There are some non-Raspberry linux...
View ArticleBeginners • Re: Can not access internet but Wifi connected
100.74.7.254 is a public IP address.Given the 'right' (wrong!) circumstances anyone can try and get access to your computer over the internet.There are automated scanners that roam IP address spaces...
View ArticleTroubleshooting • Re: Pi Zero 2W Hangs Up When Powered On For a Day
As in that other post, did you use sudo to “ Edit /etc/dphys-swapfile to change CONF_SWAPSIZE=100 to CONF_SWAPSIZE=2048. After making the change, restart the Pi.”In a Terminal:Code: sudo nano...
View ArticleTroubleshooting • Re: "i2cdetect" detects unconnected addresses.
> The on-board resistors should be pulling the i2c data line high, which would prevent anything showing up with nothing connected.This OS did not have the "pinctrl" command, but "raspi-gpio" works...
View ArticleBeginners • Re: No planned obsolescence with the RP4b? Since Feb 2020 I have...
I had a Pi 1B controlling my heating since 2013.When the Pi 2B came out I bought one and used it as an NFS server (and other things).When the Pi 4B came out I replaced the 2B NFS server with a 4B,...
View ArticleBeginners • Re: Reinstall raspian with an existing NAS
Webmin is just a web based tool for setting up the PI and has nice simple "dummy" written section on RAIDQuite a lot of webmin is very old, the Samba module for one, it has no concept of running Samba...
View ArticleCompute Module • CM4 SPI issues with MikeM's bcm2835 lib
Hi all,I'm using the latest version of the lib from: https://raspberry-projects.com/pi/progr ... e-mccauley The CM4 Lite is on a rPi "Compute Module 4 IO Board".I've written a very simple C util to...
View ArticleAdvanced users • Re: Network boot pi5
Network boot does work and has been available since launch. Network install is currently in beta.Statistics: Posted by trejan — Thu Feb 08, 2024 8:32 am
View ArticleAutomation, sensing and robotics • Re: Determining torsion in a pipe during...
To start with, the question is usually the same: which resolution do you need/expect? (Using the clock marks as indication is good to explain your purposes, but better if you transform it into...
View ArticleBeginners • Re: Serial communication between raspberry pi Zero W and Arduino...
Hi I'm a beginner. Recently I tried to do a serial communication between arduino and raspberry pi zero w. I install the raspberry to sd card and made the ethernet connection to the pc by editing txt...
View ArticleGraphics programming • Re: Raspberry Pi Zero 2W connected to C270 logitech...
I decided to use the Orange Pi Zero 3 board since it provides more RAM memory of up to 4 Gb. So, I believe it is more suitable for applications that may consume more resources like the one I intend to...
View ArticleItaliano • Re: WS2812B led control with Raspberry Pi 5 not working
Good evening everyone, I have a WS2812B LED and I tried to make it work on the Raspberry Pi 5 8 GB.Now I'll explain everything I did up until the moment I ran the code to control the LED.First I...
View ArticleGeneral discussion • Re: PI 4 overheating?
pretty stasble around 70°Statistics: Posted by inconsx — Thu Feb 08, 2024 9:04 am
View ArticleAdvanced users • Re: Image File Utilities
Oh - on another subject: do you happen to know if there's a program that does what Etcher does (writes images), and can run from the command line? Assuming you mean from the command line of a...
View ArticleFrançais • Re: gpio c++
....je n'arrive pas non plus a lancer mon script au demarrage du rpi ?j' y avait reussi avec celui python!Normalement, en lisant viewtopic.php?t=314455 et viewtopic.php?t=347524 , on doit pouvoir s'en...
View ArticleRaspberry Pi OS • Printer voor Photobooth
Goedemorgen,Wij proberen een Photobooth te bouwen voor ons feest, helaas wil dit nog niet zo goed lukken.Wij hebben een Raspberry Pi 4 met camera module 3, een Canon Selphy CP 1500 printer en een...
View ArticleSDK • Re: Printf with %d in FreeRTOS freeze
You have, of course, verified that the stack is not blowing out?No. Now I have. This is my very first contact with FreeRTOS, so I have no routine about this kind of gotchas yet. Thanks a lot, it now...
View ArticleTroubleshooting • Re: Pi5 bookworm screen rotate
that's what i'm saying it's a limit of kms cause of mode matching.no! A screen that is 1920x1080 native resolution will happily display 1920x1080@60,rotate=90 as from the screen POV it's still...
View ArticleTroubleshooting • Boot order problem. (NVMe and micro SD)
I have my Pi5 booting from an NVMe drive on a Pimoroni NVMe base and the boot order is set to boot fro NVMe first. I wanted to try out some new software and was going to use an fresh OS install on a...
View ArticleTroubleshooting • Re: Boot order problem. (NVMe and micro SD)
https://www.raspberrypi.com/documentati ... -pi-5.htmlStatistics: Posted by aBUGSworstnightmare — Fri Feb 09, 2024 8:40 am
View Article