Beginners • Re: How to push image taken by RasPi camera to Amazon Web Service...
If you are using S3 then I would try https://rclone.org/It's very handy for lots of services not just Amazon.Oh for an iCloud version Statistics: Posted by MiscBits — Mon Mar 25, 2024 7:10 pm
View ArticleRaspberry Pi 400 • Re: Pi400 Bookworm No Audio
The log shows the issue. First the firmware fails to read the edid:Code: 005267.891: HDMI:EDID bad checksum 241 in block 0 retries: 0then the kernel fails to read the edid:Code: [ 3.310211] EDID block...
View ArticleTroubleshooting • Re: Issues with RPi.GPIO? Depreciated?
On Bookworm we now use gpiozero python library, not RPi.GPIO.Alternatively, install the “Legacy” version of Raspberry Pi OS i.e. Bullseye, using Imager settings to set up the user, WiFi etc - it works...
View ArticleBeginners • Autostart a programe
Hello,I have been pulling my hair out trying to get my Pi4 to autostart a programme on boot up.Programme ishttps://github.com/vicwomg/pikaraoke?ta ... ile#readmeHave created a folder called autostart...
View ArticleFrançais • Re: Problème transfert Wifi Pi 5
As-tu essayé de regarder ce que donne Code: vcgencmd measure_temp ? Et de faire un Code: htop ? Ca te permettrait de voir d'où vient le problème. Tu peux aussi identifier l'horaire précis de ton...
View ArticleBeginners • Re: Ok, I screwed up immediately.
If you do not have a camera that handles you cards then you could try https://www.sdcard.org/downloads/formatter/ though cameras are normally better than full blown computers for recovering cards!You...
View ArticleBeginners • Re: Autostart a programe
viewtopic.php?t=314455Statistics: Posted by gordon77 — Mon Mar 25, 2024 7:25 pm
View ArticleGeneral discussion • Re: STICKY: Introduce yourself!
Wow Eric 85, that's some going. I hope I can still do a bit of basic programming when I'm 80+All the bestStatistics: Posted by amoun — Tue Mar 26, 2024 6:28 pm
View ArticleAdvanced users • Re: Testing class A2 SD cards with Command Queuing on Pi 5
The card implements a 1024-byte general info page. If I fix the obvious bug where the second page isn't read, the card appears to probe correctly.However, running FIO makes CQE fall over quite...
View ArticleTürkçe • Re: Raspberry Pi 5 kırmızı ışık
bikaç gün önce yeni bir raspberry pi 5 aldım ve python yüklerken dondu. güç düğmesinden kapatamadığım için fişi çekerek kapattım ama bir daha açılmadı. şu an sadece kırmızı ışık yanıyor sorun ne...
View ArticleAdvanced users • Re: Testing class A2 SD cards with Command Queueing on Pi 5
The card is clearly buggy. CMD49 (write extension register) is explicitly allowed if the card is in CQ mode, and Linux waits until the CQE is idle before doing the write, then polls for cache flush...
View ArticleGeneral discussion • Re: Software
You could start with this channel https://youtube.com/@writeyourownoperatingsystem though others can be found on the 'tube.The university of Birmingham has an intro pdf...
View ArticleTroubleshooting • Re: Waveshare 7" DPI + RPi Zero W - display not working
Just comparing your dtoverlay line ofCode: dtoverlay=vc4-kms-dpi-generic,hactive=1024,hfp=40,hsync=48,hbp=128,vactive=600,vfp=13,vsync=3,vbp=45,clock-frequency=37000000,rgb66toCode: 1024x600@38.37...
View ArticleTroubleshooting • Re: Pi 5 just flashing green light, no display or outputs
Possibly try the reflash mentioned in viewtopic.php?t=367758Statistics: Posted by MiscBits — Tue Mar 26, 2024 7:08 pm
View ArticleTroubleshooting • Re: Malloc_Consolidate:() Invalid Chunk Size Error
Good move, trying another video. It gives us more to go on and points the finger at the first video.Supposing your first video is nearer 6s, that is 1200 runs in 2 hours. 1200 runs* 6.47Mb = 7,764MB....
View ArticleAdvanced users • Re: KDE on Pi 5
I have exactly the same problem. I followed the steps above and got the same black screen.Statistics: Posted by milanolarry — Tue Mar 26, 2024 7:20 pm
View ArticleTroubleshooting • Turning on LED Strip is Not Working - Raspberry Pi 5
Hello,I am trying to turn on a addressable WS2812B RGB LED Strip with my Raspberry Pi 5 but it is not working and i think it is because the rpi_ws281x package is outdated for Raspberry Pi 5's but not...
View ArticlePython • Re: Clock/Calendar Using SH1106 128x64 Pixel I2C OLED Display
Code: draw.text((-2, 17), (timeH), font=FontTime, fill="white")draw.text((49, 11), (":"), font=FontTime, fill="white")draw.text((70, 17), (timeM), font=FontTime, fill="white")y is different, as you...
View ArticleTroubleshooting • Re: Libcamera-vid app not capturing video
If using a pi5 and rpicam-vid you can record direct to mp4.rpicam-vid -t 10000 -o test.mp4That worked! Thank you!!Statistics: Posted by miki2670 — Tue Mar 26, 2024 7:37 pm
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: control GPIO and websockets
example node code using pinctrl set 21 op dh to set GPIO21 high: Code: const { exec } = require('node:child_process');exec('pinctrl set 21 op dh', (error, stdout, stderr) => { if (error) {...
View Article