Other programming languages • Easy-ISLisp ver4.0 Released! Enhanced Parallel...
We are excited to announce the release of Easy-ISLisp ver4.0! This new version comes with enhanced parallel processing capabilities, including both multi-process and multi-threaded support....
View ArticleGeneral discussion • Easy to use GUI creation for Raspberry Pi programs?
Randomish question here. I wrote a fairly basic program for an ESP32 using arduino that handles button presses for a little quiz thing. First person to hit the buzzer, it lights up and stores whoever...
View ArticleTroubleshooting • Re: Pi 3 Power Issue
How have you connected the power supply to the Pi3? Post a photo.Statistics: Posted by rpiMike — Sat Jun 15, 2024 5:16 am
View ArticleNetworking and servers • Can an older RPi3B be used as a bluetooth...
Hi,Pretty good a tech, but bluetooth is somewhat out of my wheelhouse. So my terminology and idea of what's possible might be off.I was thinking since i've got my old Rpi 3B (iirc) sitting around, and...
View ArticleGeneral discussion • Re: Powering RPi 3B in a remote area
For powering your Raspberry Pi 3B in a remote spot, you have a few good options. A high-capacity power bank (20,000mAh or more) might work if it gives a steady 5V 2.5A output. Even better, consider a...
View ArticleTroubleshooting • Re: Pi 5 NVMe Boot Issue
@RationalOne Were you able to get the Pi to boot using the SN530?https://www.westerndigital.com/de-de/pr ... BPMPZ-256GSN530 is a NVMe drive, supporting up to Gen3 PCIe.Do you have the possibility for...
View ArticleCompute Module • Re: CM4 eMMC wear leveling
Is the eMMC more durable than normal SD card? I found industrial eMMC with SLC flash but their price is higher than total price of CM4.Statistics: Posted by i486 — Sat Jun 15, 2024 5:40 am
View ArticleNetworking and servers • Re: IP forwarding between different networks
OK,I resolved the issue. In the Tailscale dashboard, I "approved" the subnets for the node, and everything is working now.Statistics: Posted by mubinicyer — Sat Jun 15, 2024 5:51 am
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: DSI Cable Easy Connector
..[bonus section]The Platonic Ideal of this scenario would be to use something like this magnetic connector https://www.adafruit.com/product/5413. Just imagine 3 standalone camera modules - a screen,...
View ArticleBeginners • Re: STICKY: Running A Program At Start UP A Beginner's Guide
Running a program at startup can streamline your workflow by launching essential applications automatically. Beginners should explore startup folders, Task Manager, or system settings depending on the...
View ArticleAdvanced users • Re: Figuring out IP Camera IP Address For Streaming.
Code: sudo nmap -sn yourPiIPaddress/24Statistics: Posted by HermannSW — Sat Jun 15, 2024 6:08 am
View ArticleCamera board • How to setup a local webcam on an RPi5
I have an imx296 camera on an RPi5 8GB, and all the pieces appear to fit, including the kernel, libcamera, rpicam-apps, and ton of gstreamer plugins, etc.. Camera is detected and functional, as much...
View ArticleAndroid • Re: [DEV] LineageOS 21 (Android 14) for Raspberry Pi 4 & Pi 5
Can anyone help with this one,I have set my GPIO pins as per the following in my config.txtCode: # Keysdtoverlay=gpio-key,gpio=26,keycode=115,label="VOLUME_UP"...
View ArticleBeginners • Re: Pi Zero 2 W: Error -110 on first boot.
The WiFi is 5GHz. I am using an EdgeRouter i think the rpi0 is 2.4ghz onlyif you have a screen & keyboard try skipping the pre settingsStatistics: Posted by kerry_s — Sun Jun 16, 2024 3:52 am
View ArticleGeneral • Re: Help with Pico ADC project
Just before proceeding, I am just trying to get all the GPIO buttons working on the PI.Its a bit strange though, as the VOLUME_DOWN and PREVIOUS_TRACK buttons just will not function, all other buttons...
View ArticleTroubleshooting • RaspberryPI errors during sudo apt update
Any help appreciated. I have a Raspberry3 with bookworm This page did not help: https://forums.raspberrypi.com/viewtopi ... d5f9547dbd cat /etc/resolv.conf# Generated by NetworkManagersearch...
View ArticleTroubleshooting • Re: RaspberryPI errors during sudo apt update
check your pi-hole settings for what dns you have set.ortemporarily disable pi-holei also recall you can white list sitesStatistics: Posted by kerry_s — Sun Jun 16, 2024 4:56 am
View ArticleTroubleshooting • Re: New Pi won't show desktop
I've gotten it to a state I can use.In the config file I commented out dtoverlay=vc4-kms-v3d. I had done this before, without success. By chance I saw a screenshot of someone else's config. I...
View ArticleNetworking and servers • Re: Both access point and Wi-Fi connection on the...
AP-STA sounds good and there are effects. Using a WiFI device for both in and out halves the speed. You see the same effect when using a repeater with just one WiFi chip. The dual use of the WiFi chip...
View ArticleBeginners • Do I need a pull up R for the GPIO PIN that goes to the data of...
I'm using single addressable led SK6812MINI-E http://yushakobo.jp/ds/YS-SK6812MINI-E.pdf and I was wondering if the pin that goes from a RP4 GPIO PIN to the DATA port of the led needs to be pulled up...
View Article