Automation, sensing and robotics • Re: digital 24V input and output using CM4...
Hi ghp,thanks for the replies. Its really helping me a lot.The input stage:- The LED LXHL-BW2 is usually operated at 350mA. With a resistor of 100 Ohm it will run at 15mA. The input side of the...
View ArticleRaspberry Pi OS • Initial update download progress bar
Hi, I just imaged 3/15/24 Bookworm 64 bit to a card for a Pi 5 and am downloading updates after choosing language/time/keyboard and setting up login, does the progress bar represent the current file...
View ArticleCamera board • Re: Create camera + encoder with MMAL requests from baremetal...
Great thanks for your feedback.Sorry, MMAL is deprecated, and trying to support anything under bare metal is just too time consuming to be practical.Ok, but I go for very basic functionality that was...
View ArticleGraphics, sound and multimedia • Re: Projection Mapping
I do not doubt that it runs... I just said, yesterday I couldn't install it in several tries (32/64bit, with/without issuing "dpkg-reconfigure" or "dpkg -i" again, or with just what's written in the...
View ArticleNetworking and servers • Re: Using a Pi to act as bridge between 2 separate...
Oh, I was using Asus wl-500gx back in the day and it worked there by some broadcom specific magic in the driver https://oldwiki.archive.openwrt.org/doc ... dgedclientAnyway, here is some guide for...
View ArticleTroubleshooting • Re: SSD disconnects each day at certain time
Thanks, seems issue is resolved, at least this morning I did not observed issue.Statistics: Posted by zfed — Fri May 10, 2024 5:57 am
View ArticleMicroPython • Re: Different values measuring analogue signals Pico vs Pico W
Code: analogue_input = ADC(28)I would propose to change this toCode: analogue_input = ADC(Pin(28))There have been some reports about 'bad' ADC values when using the first pattern. Guess pullup or...
View ArticleTroubleshooting • Re: Pi 5 wont boot.. 3 long & 1 short flashes
Use Raspberry Pi Imager to create the SD card corresponding to the bootloader. After reflashing the eeprom, it can be started normally.Statistics: Posted by HonestQiao — Fri May 10, 2024 6:14 am
View ArticleGeneral discussion • Re: Raspberry Pi 5
Once you start the OS using the SD card, is it possible to remove it?That is the equivalent of asking if you can remove the HDD/SSD from a PC after you boot from it.It is possible to create an...
View ArticleGeneral discussion • Re: Pi 5 nvme and sd card boot issue
Several people here reported issues with the Optane NVMe -> remove the drive as none of them ended with a working setup.Have you changed the boot order? If not simply insert a uSD with a bootable...
View ArticleGraphics, sound and multimedia • Re: TFT display without Desktop in Linux?
You can do that on a Zero as well.Sorry, don't have one to demo it to you. Highest resolution I've used so far is 480x320.A VGA on SPI makes no sense! That's where your fps limit comes from. Calculate...
View ArticleTroubleshooting • Re: VNC server not starting on fresh RPi4 installation
After a bit more tinkering and finding a modern video that talks about bookworm, I realized that the most important issue I was having was the client. I installed RealVNC viewer again and the machine...
View ArticleAdvanced users • Re: Pi5 Custom MIPI display questions /GPU performance
DSI interface is on the RP1.It has the same performance as on HDMI. If you want to have it natively on the SoC you will have to stick to CM4.RP1 has a limit in it's througput :...
View ArticleTroubleshooting • Re: Problem:LED flickering
Thanks for your help.Statistics: Posted by tushargoti1234 — Sat May 11, 2024 5:19 am
View ArticleNetworking and servers • Re: How to access Raspberry Pi on the Internet
I want to access to my raspberry pi on the internet, however, my Internet Provider is not allowing me opening port on router. I want to access it but I don't want the user install apps like vpns to...
View ArticleGeneral discussion • Re: 1080/50i on hdmi under X
This:https://ibb.co/KD249KdStatistics: Posted by relaxpi — Sat May 11, 2024 5:55 am
View ArticleMedia centres • Re: Peppy player
Here are the instructions for rotating the display and touchscreen events:https://www.raspberrypi.com/documentati ... -a-desktopPlease let me know if it works.Statistics: Posted by peppy.player — Sat...
View ArticleTroubleshooting • Re: Help: Pi5 Raspbian not shutting down when pressing the...
If it is the case, you should also have some random lockups where the green light is off for a few seconds during boot or normal use.It’s a new Samsung pro 256Gb sdcard. I think i’m seeing these, but...
View ArticleGaming • Re: Grand Prix 4 in RPi 4
Windows software is installable on the Raspberry Pi Computer with the Box86 / Box64 program:ptitSeb (ptitSeb) - GitHub:https://github.com/ptitSebPersonally, I do not use Box86 / Box64 or WINE, but I...
View ArticleOther RP2040 boards • Re: yd-rp2040 flash memory size
I suspect 128MB was chosen as a "big number" that is large enough for any .uf2 file that could be sent for any possible (now and future?) memory capacity.A 32MB binary would have a 64MB .uf2. The...
View Article