Beginners • Re: What PCB Design Software
thank you both I'll give them a try Statistics: Posted by ukhardwarehacker — Fri Sep 06, 2024 8:54 pm
View ArticleTroubleshooting • Re: bookworm update messed up libcamera on a pi3 b+ ?
Same here updated Pi1BCode: root@raspi1:~# rpicam-hello[0:12:08.242092058] [824] INFO Camera camera_manager.cpp:316 libcamera v0.3.1+49-48fe316f[0:12:09.133540986] [829] WARN RPiSdn sdn.cpp:40 Using...
View ArticleTroubleshooting • Re: Parsing GPS NMEA strings
Code: pi@raspberrypi:~ $ pip install pynmea2pi@raspberrypi:~ $ python3Python 3.9.2 (default, Mar 12 2021, 04:06:34)[GCC 10.2.1 20210110] on linux>>> import pynmea2>>> msg =...
View ArticleNetworking and servers • Re: Run Wireguard VPN of Raspberry or FirtzBox modem?
If you've got a typical home network with NAT, using RFC1918 addresses internally (10.0.0.0/8, 172.16.0.0/12, or 192.168.0.0/16), it generally makes a lot of sense to have your VPN connecting to the...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: 433mhz with Pi 5, any ideas what...
Actually I think I am wrong. I think I can receive codes on a Pi 5 using lgpio. I have just achieved it on a Pi4 with a brand new bookworm install. I will have access to a Pi 5 again tomorrow so I...
View ArticleTroubleshooting • Re: Dip Switches on Pi Keyboard
So what region is your keyboard?I saw that this post was also asking about it and it was locked without an answer:Posts get automatically locked after a few months if nobody replies to them. It is...
View ArticleBeginners • How to Install Blender on Raspberry Pi 4? Compilation Error Help...
Hi everyone,I'm trying to install Blender on my Raspberry Pi 4, but I'm running into issues during compilation. My goal is to get Blender running as smoothly as possible on the Pi, given its...
View ArticleTroubleshooting • Re: Pi 4B in Kiosk Mode Not Working on Larger TV
How are you powering the Pi? If you are using a usb socket from the TV, then that is unlikely to work (typically USB2 only support 500mA).No, I used a USB power meter and it indicates that just over...
View ArticleDebian • Re: Login Screen Glitch After Installation and Configuration
Please check for connection and power supply issues. Like a loose HDMI cable, insufficient power supply etc. There was a similar issue when using the VNC server: viewtopic.php?t=35460Statistics:...
View ArticleGeneral discussion • Re: Packaging as Russian dolls
and increase shipping costs . Google "Volumetric weight"Statistics: Posted by dp11 — Sat Sep 07, 2024 7:26 pm
View ArticleTroubleshooting • Re: Raspberry Pi 3B+ part
And, doesn't have to do with anything related to the LED's; when I tried plugging it again both LEDs were working (the power one was already before asking in the forum and the yellow one when i don't...
View ArticleBeginners • Re: raspberry pi 4b power supply
I bought a small plug pack with multiple adapters to fit the PI. My question is... is the centre pin positive and what is the minimum / maximum voltage to power it. Which adaptors ?Center pin of what...
View ArticleMicroPython • Re: pico w can't delete file or save any file
I think that it's died thank you guys for the support but im now going to buy an arduino or a new raspi pico.Maybe i mistakenly put my wet hands on it and it led to a flash errorStatistics: Posted by...
View ArticleGeneral discussion • Re: Using Raspberry Pi for Construction Project...
It's just a computer like any other.To run software on it, it'll have to be compiled to run on the Pi (or coded with something portable like Python) and a ton of those commercial software do not...
View ArticleAutomation, sensing and robotics • Re: Automatic Bat detector.
Guys,For info, Saturday 21:39 : just received the "We've posted it ..." email.It's a bit late, clearly the guys are working hard to clear their orders.Still a chance to catch the little guys before...
View ArticleBeginners • Re: raspberry pi 5 power supply
A Pi4B need a USB-C PSU capable of 5V 3A. It only needs 3A if you have USB, HAT, or other devices hung off it and drawing significant power. The bare 4B only needs about 600mA. I happily run my pihole...
View ArticleGeneral • Re: RP2350 E9 bug - also for other GPIOs, e.g. SPI?
I can't see E9 affecting any properly implemented I2C or SPI system.Agreed, and in the case of I2C it's hard to think of even improperly/eccentrically implemented systems that could fail, given that...
View ArticleGeneral • Re: SYSINFO:CHIP_ID value ?
I couldn't see anything which allows code to accurately determine if it's running on a RP2350 or RP2354.Do you really want to know if it is a RP2350 or a RP2354 or do you want to know how much FLASH...
View ArticleRaspberry Pi Connect • Re: Copy files from remote Pi
https://magic-wormhole.readthedocs.io/e ... ml#exampleIt appears to work in a similar way to Connect (different technology, but some parallels). There’s a provided public service where the engagement...
View ArticleNetworking and servers • Re: Docker/Nodered can't reach other devices on...
Docker manages its own network unless you configure containers with network: hostDocker usually will create a docker0 network bridge device to let containers communicate with each other if...
View Article