General discussion • Re: Forum "503 Service Unavailable"
FWIW, I'm connect to it a couple of times a day and haven't had any issues.How are you connecting? Could the message be coming from a service in between you and the forum?Statistics: Posted by DS256 —...
View ArticleTroubleshooting • Re: no HDMI on TV
Good questions.Yes, I have the 27W Power supply and my TV is a Sony KDL-46Z5500 and is 1080p (1920 × 1080)Statistics: Posted by phramusca — Mon Feb 05, 2024 7:46 pm
View ArticleTroubleshooting • Re: Composite out of sync on Zero W
Is your power supply sufficient by the way?Statistics: Posted by embeddedbarsha — Mon Feb 05, 2024 7:46 pm
View ArticleTroubleshooting • Re: Error while updating
I ran few commands to check status of my network, here are the results.PING 8.8.8.8 (8.8.8.8) 56(84) bytes of data.64 bytes from 8.8.8.8: icmp_seq=1 ttl=110 time=19.4 ms--- 8.8.8.8 ping statistics...
View ArticleFrançais • Re: Python 3.11.2 boc quand j'execute mon code
Code: import tkinter #1 tkinterfrom tkinter import * # 2 tkinterimport sysimport osimport tkinter as tk # 3 tkinter Ce n'est pas très beau (je ne pense pas que ça pose de soucis)...Statistics: Posted...
View ArticleGeneral discussion • Re: What attracts you to Pi events?
Perhaps one day in the future everyone will have a Raspberry Pi-focused community event near them! There are tons that happen every week, but you're right, we have a ways to go before they're truly...
View ArticleBeginners • Re: Printing Setup Problem/Question
Code: lpstat -tshows you (rather verbosely) the printers that CUPS knows about. On my Raspberry Pi 5:Code: lpstat -tscheduler is runningsystem default destination: PDFdevice for...
View ArticleFrançais • Re: Pi 5 DAC et boitier
Alors, dejà merci pour les retoursDepuis, j'ai acheté le Pi5, le boitier/ventilo et un HAT DACCa marche, mais bien sur, ça rentre pas dans le boitier:"The official Case for Raspberry Pi 5 comes with...
View ArticleOther RP2040 boards • Re: [Review Request] PCB for Audio Controller (RP2040)
Sorry, I've already added the link to github and new layout Looks like github still has the old layout (I can see there's a branch 'newlayout' but without any changes to the plot files).(maybe this...
View ArticleC/C++ • Re: Two-dimensional array of character strings in C
You'll need to use the va_copy macro and use the variants of printf that are prefixed with a "v" (e.g. vsnprintf).See https://en.cppreference.com/w/c/io/vfprintf#Example for an example.Thanks works a...
View ArticleGraphics programming • Re: Dispmanx is deprecated, but is it planned to be...
Thanks, good to hear that other people have been busy developing SPI display drivers.I am marking https://github.com/juj/fbcp-ili9341 to be an archived repository now. It served its purpose for the...
View ArticleTroubleshooting • Re: Buster: Wi-Fi Auto-Reconnection
Well... I'm aware there's an /etc/wpa_supplicant/wpa_supplicant.conf file with configuration for Wi-Fi, but I don't see any examples in my research where auto-reconnect seems to be set up...
View ArticleGeneral discussion • Re: CH340 on Raspberry Pi 4
Yes, the CH340 should work fine.Here's what a Raspberry Pi 4 did when I plugged a LOLIN Wemos D1 Mini into a USB port:Code: ### dmesg output:[ 29.257750] usb 1-1.3: new full-speed USB device number 11...
View ArticleOfficial Display • Re: Raspberry Pi 5 with official 7” PITFT screen. CLI...
If you're really that bothered by the console being inverted, then the old "lcd_rotate=2" in config.txt is probably the easiest answer.The kernel drivers should reset the orientation bits in the...
View ArticleGeneral discussion • Monitor events from HIKVISION ANPR camera
I am out of my depth here, but I will give it go.I want to monitor events from an ANPR camera - just need timestamp and number plate data, but not sure how to go about this. In the end I want to be...
View ArticleNetworking and servers • Re: [31/01/24 getting Urgent] sharing connection...
Go powerline, 100%. You’ll get real bridging and most likely stable and sufficient performance.Just make sure you can return them (don’t toss the packages) in case of an unforeseen problem with the...
View ArticleGraphics, sound and multimedia • Re: Pi 5 Obsolete TV standards support… how?
I tried the update but none of the new resolutions now appear on the gui. And also the earlier 720x378 is not present either. I used the same pulls/5867….Statistics: Posted by OldTVEnthusiast — Tue...
View ArticleFrançais • Re: Installer l'application go2tv sur RPI5 avec Pi Os x64
Vous avez choisie une voie qui se révèle compliquée!"rdepends" est pour les dépendances des paquets, pas pour les exécutables.En regardant rapidement sur internet, il semble que...
View ArticleBeginners • Re: New Raspberry Pi 3 Model B+ - How disable Wifi properly?
thanks, what about the MPEG2 and VC1 keys, are those stored permanently in "BIOS" since they are tied to the serialnumber, once entered into the system, or do i need to enter those also every time i...
View ArticleAdvanced users • Re: SD card writes cause dropped USB packets
It seems like something must be screwed up if writing 7k/sec is enough to drop USB packets.Statistics: Posted by aestetix — Tue Feb 06, 2024 7:43 pm
View Article