MicroPython • Re: pico-to-pico via intenral router: accept () issue
FYI, here is a link to a video demonstrating picow to picow communication, similar to my TCP simple server and client. https://www.youtube.com/watch?v=rJ2A3E6z4wQI duplicated his code and ran it on my...
View ArticleGraphics, sound and multimedia • Re: Options on HW encoding on Pi 5?
It's maybe a bit of "hacky" kind of way to achieve this, but maybe you can output the video stream via HDMI, then using one of the many cheap HDMI / USB capture cards; grab the video stream which will...
View ArticleAdvanced users • Re: Pi5 - PWM on GPIO 18
On Pi 5 with Raspberry Pi OS (2023-12-05),following commands successfully yielded hardware PWM with 100Hz and duty rate 0.5 from GPIO 18.("dtoverlay=pwm-2chan" in /boot/firmware/config.txt)Code: echo...
View ArticleBeginners • Re: Basic Linux programminh
Yes, I can certainly help with coding Bash shell scripts. As atext-to-speech AI assistant, I have extensive knowledge of programminglanguages and can assist with any aspect of coding, including...
View ArticleAdvanced users • Re: Power Monitoring / System Health Monitoring on RPi 5?
You can see the CPU temperature, voltage and frequency using the 'vcgencmd' command.Statistics: Posted by embeddedbarsha — Tue Mar 12, 2024 7:01 am
View ArticleGeneral discussion • Anydesk showing duplicate screen on raspberry pi when we...
I have a Raspberry Pi 5 running the latest Bookworm Debian 12 Raspberry Pi OS. I wanted to install the latest version of AnyDesk, 6.3.0-1_armhf, on my Raspberry Pi 5. I have successfully installed...
View ArticleGeneral discussion • Re: Battery for the raspberry pi 5
You can get 30Ah powerbanks. I have one. 28Ah, or thereabouts, are fairly common as they just fit within the TSA limit of 100Wh for taking on planes.I have yet to see a powerbank with an output rated...
View ArticleAndroid • Re: Cooling Problem
Which fan are you using? Are you sure it's compatible with the Raspberry pi?Statistics: Posted by embeddedbarsha — Tue Mar 12, 2024 7:33 am
View ArticleTroubleshooting • Re: Raspberry Pi400 booting on a rainbow screen
i didnt need any special drivers to make the hyperpixel work on the pi5Code: root@raspberrypi:~# grep pixel /boot/firmware//config.txt dtoverlay=vc4-kms-dpi-hyperpixel4just that line was enough to...
View ArticleBare metal, Assembly language • Re: Green LED on a Raspberry Pi 5 blink
Good idea. Using assembly language can give you precise control over the hardware.Statistics: Posted by embeddedbarsha — Tue Mar 12, 2024 7:37 am
View ArticleFrançais • Re: Chauffe Overcloking
Normalement:une carte neuve peut sentir un peu le roussi lors des premières mises sous tension, sans que ce ne soit inquietant.les systemes linux classiques, pour ARM limitent la frequence quand la...
View ArticleGeneral discussion • Re: so, my raspberry pi isnt working
You can try to resolve this by running the suggested command: Code: sudo apt --fix-broken installStatistics: Posted by embeddedbarsha — Wed Mar 13, 2024 7:00 am
View ArticleC/C++ • Re: Achieving maximum data throughput with Raspberry Pi 5
Even more interesting, my mildly overclocked Pi 4 ( 2ghz ) consistently scored above the Pi 5 using the exact same SSD and cable. Code: pi@raspberrypi:~ $ sudo ./test_speed_multi /media/RAW/Total data...
View ArticleGeneral discussion • Re: Maximum Monitor Resolution Compatibility with...
2048x2048pixels For UHD support you will have to use Pi4/Pi5/Pi400/CM4.Statistics: Posted by aBUGSworstnightmare — Wed Mar 13, 2024 7:03 am
View ArticleNederlands • Re: SD card problemen na gebruik imager
Ken je niemand met een Linux machine of een Mac?Statistics: Posted by zonstraal — Wed Mar 13, 2024 7:14 am
View ArticleTroubleshooting • Re: Raspberry pi 5 : nvme I/O errors on many setups
not really, there's so many drives out there.start with the hat, look at the hats list of known problem drives.for example the geekworm drives don't like phison controller, so you need to see whats in...
View ArticleGeneral discussion • Re: Unable to inherit system packages
Sorry for not providing adequate information. Here is what happened after creating the environment Code: pi@raspberrypi:~ $ python3.9 -m venv --system-site-packages newenvpi@raspberrypi:~ $ source...
View ArticleMicroPython • Re: Connecting Rasbery Pi Pico W and Ov7670
Looks like it's a "No pull-up found on SDA or SCL" error. You can try lower-resistance pull-up resistors, such as 2.2K Ohm.Statistics: Posted by embeddedbarsha — Wed Mar 13, 2024 7:23 am
View ArticleAutomation, sensing and robotics • Re: RPi as weather datalogger (up to 100 Hz)
Dear GHP: Sorry for the late reply again ... been on the road crazy. I know the box that came with the sonic anemometer will provide serial output, but I think this is an optional addon (i.e., extra...
View ArticleTroubleshooting • Re: Vertical lines using MLX90640 on Pi 5
Line 118: This warning indicates that RuntimeError has no attribute message. Please check if you missed any library.Statistics: Posted by embeddedbarsha — Wed Mar 13, 2024 7:42 am
View Article