General discussion • IPC Class
Hi;I wanted to find out if anyone here could either point me in the right direction or answer a question I have. I'm looking at using a Raspberry Pi 4 for a single-board computer in a new project, and...
View ArticleGeneral discussion • Re: How to power raspberyy pi 5 on mobile projects
An LM2596 can provide 3A, so you can use two of them in parallel to get up to 6A.How do you propose that the OP ensure that both units are providing the *exact* same voltage? Or do you expect that one...
View ArticleGeneral discussion • https is it my domain or apache's configuration
How know if it's apache or my domain that redirects to httpsI forced https but I don't know how I want httpI use a raspberry pi 4 on raspberry pi osStatistics: Posted by mabp — Thu Jan 18, 2024 5:27 pm
View ArticleGeneral discussion • Re: Free HW for development purposes (OpenWrt)
Hello,Let me introduce myself first: I'm the OpenWrt developer who has added support for most of the RPi devices in the past years.When the Raspberry Pi 5 was announced and considering that half of...
View ArticleGeneral discussion • Re: IPC Class
I wanted to find out if anyone here could either point me in the right direction or answer a question I have. I'm looking at using a Raspberry Pi 4 for a single-board computer in a new project, and...
View ArticleGeneral discussion • where is my other posting gone
I posted a second topic but now I can not find itStatistics: Posted by ericAuckland — Thu Jan 18, 2024 6:30 pm
View ArticleGeneral discussion • Re: https is it my domain or apache's configuration
We can configure Apache2 to run https by editing its configuration file to use a Virtual Server that listens on port 443 and has the details of our SSL certificate files.http only will not need...
View ArticleGeneral discussion • Re: where is my other posting gone
Click on your name then Search Users PostsStatistics: Posted by neilgl — Thu Jan 18, 2024 6:33 pm
View ArticleGeneral discussion • Re: Low FPS with USB Camera on Raspberry Pi 4B
Can you post the script "script to display video output" ?Statistics: Posted by neilgl — Fri Jan 19, 2024 12:25 pm
View ArticleGeneral discussion • Re: Raspberry Pi5 USB-C PD
As I mentioned before the HuaWei cableand this is why.https://consumer.huawei.com/uk/support/ ... b00409980/I'm not saying it'll work for a Pi5 as this is HuaWei. A Pi5 does boot with it in my car...
View ArticleGeneral discussion • Found and used F12 key on Raspberry keyboard the first...
Since my Pi400 keyboard was not usable anymore, I first used Raspberry keyboard as replacement.I had Pi400 KVM setup running for more than 2 years, allowing to switch between Pi400 and laptop.Later I...
View ArticleGeneral discussion • Re: Raspberry Pi board unique Serial number / ID
I search for a serial number, but problem is that I need to boot OS to get it (`cat /proc/cpu ...`).for the pi4/pi5, you dont need an OS installedhttps://www.raspberrypi.com/documentati ......
View ArticleGeneral discussion • Re: Pi 5 on Amazon ?? (Approved Resellers)
Astradis (approved resellers) is back on Amazon.fr : https://www.amazon.fr/dp/B09TTNF8BT?ref=myi_title_dphttps://www.amazon.fr/Raspberry-Pi-RPI4 ......
View ArticleGeneral discussion • Re: Issue with K-Type Thermocouple on Raspberry Pi 4B...
I have written a Python script to read temperature data from the MAX6675, but I'm getting 0 deg Celsius value continuously.I found this previous post viewtopic.php?t=145568 by Googling "MAX6675 and...
View ArticleGeneral discussion • Raspberry Pi as VPN server
I am beginning to setup my Raspberry Pi as a VPN server and note that I may choose either opensource OpenVPN or WireGuard. If using OpenVPN Access Server they do not ask directly for an additional...
View ArticleGeneral discussion • Re: Raspberry Pi as VPN server
You don't need a VPN server from any of those guys.What you are being asked about during setup is where you have ddns setup. Ddns is needed if your Internet service provider does not assign you a...
View ArticleGeneral discussion • Re: RPi 5 read supply currents?
A little script I made to print cooked power values.Code: #!/bin/pythonimport subprocessimport timeimport sysdef printq(arg): if(not quiet): print(arg)quiet = Falseperiod = 0for opt in sys.argv[1:]:...
View ArticleGeneral discussion • Re: Using a Pi 4B without a fan
your killin me i'm to lazy to shutdown & unplug, soWow, interesting solution! How effective is it?i'm always in the 40'sStatistics: Posted by kerry_s — Sat Jan 20, 2024 3:05 pm
View ArticleGeneral discussion • Re: LibreElec on RPI5 with official case: Help I can't...
https://www.raspberrypi.com/documentati ... -pi-5.htmlStatistics: Posted by wildfire — Sat Jan 20, 2024 3:18 pm
View ArticleGeneral discussion • Re: Accessing Raspberry Pi
Hi everyone, im new in raspberry pi, is it possible to access raspberry pi 4 model B using just ethernet cable like the end of the cable is plug in to pi and the other is plug in to my laptop without...
View Article