Hi friends!
I have the Raspberry PI 3 B+.
I can't connect it whith TV via A/V output. There isn't a picture on TV.
I bought cable for MP3 player and little modified it like on schema on internet. Multimeter test is OK.
Maybe I should edit some setings on device?
Help me please.
- DougieLawson
- Posts: 40481
- Joined: Sun Jun 16, 2013 11:19 pm
- Location: A small cave in deepest darkest Basingstoke, UK
- Contact: Website Twitter
Re: A/V connection problem
https://www.raspberrypi-spy.co.uk/2014/ ... ideo-jack/
What's your TV standard? The default if you add nothing to /boot/config.txt is that the AV video is NTSC 60Hz 480i.
What's your TV standard? The default if you add nothing to /boot/config.txt is that the AV video is NTSC 60Hz 480i.
Any language using left-hand whitespace for syntax is ridiculous
Any DMs sent on Twitter will be answered next month.
Fake doctors - are all on my foes list.
Any requirement to use a crystal ball or mind reading will result in me ignoring your question.
Any DMs sent on Twitter will be answered next month.
Fake doctors - are all on my foes list.
Any requirement to use a crystal ball or mind reading will result in me ignoring your question.
Re: A/V connection problem
I followed this instruction.DougieLawson wrote: ↑Fri Jun 29, 2018 11:06 amhttps://www.raspberrypi-spy.co.uk/2014/ ... ideo-jack/
What's your TV standard? The default if you add nothing to /boot/config.txt is that the AV video is NTSC 60Hz 480i.
And how can I find standard of my TV? It's model LG 21FS2CG-TS
- DougieLawson
- Posts: 40481
- Joined: Sun Jun 16, 2013 11:19 pm
- Location: A small cave in deepest darkest Basingstoke, UK
- Contact: Website Twitter
Re: A/V connection problem
What country are you in?
add
That sets it to PAL 50Hz 576i 4:3.
add
Code: Select all
sdtv_mode=2
sdtv_aspect=1
Any language using left-hand whitespace for syntax is ridiculous
Any DMs sent on Twitter will be answered next month.
Fake doctors - are all on my foes list.
Any requirement to use a crystal ball or mind reading will result in me ignoring your question.
Any DMs sent on Twitter will be answered next month.
Fake doctors - are all on my foes list.
Any requirement to use a crystal ball or mind reading will result in me ignoring your question.
-
- Posts: 25157
- Joined: Tue Mar 25, 2014 12:40 pm
- Location: Delightful Dorset
Re: A/V connection problem
serozhax wrote: ↑Fri Jun 29, 2018 11:36 amI followed this instruction.DougieLawson wrote: ↑Fri Jun 29, 2018 11:06 amhttps://www.raspberrypi-spy.co.uk/2014/ ... ideo-jack/
What's your TV standard? The default if you add nothing to /boot/config.txt is that the AV video is NTSC 60Hz 480i.
And how can I find standard of my TV? It's model LG 21FS2CG-TS
SDTV Modes
https://www.raspberrypi.org/documentati ... t/video.md
The information is out there....you just have to let it in.
Re: A/V connection problem
I'm from RussiaDougieLawson wrote: ↑Fri Jun 29, 2018 12:21 pmWhat country are you in?
addThat sets it to PAL 50Hz 576i 4:3.Code: Select all
sdtv_mode=2 sdtv_aspect=1
Re: A/V connection problem
Russia choose to follow France and use SECAM. However most TVs that can decode SECAM also decode PAL.
In any case, it is extremely rare that the wrong* setting of sdtv_mode in config.txt will of itself be the reason for nothing appearing on a TV screen.
(* Even 525/625)
In any case, it is extremely rare that the wrong* setting of sdtv_mode in config.txt will of itself be the reason for nothing appearing on a TV screen.
(* Even 525/625)
Last edited by drgeoff on Fri Jun 29, 2018 1:50 pm, edited 1 time in total.
Quis custodiet ipsos custodes?
-
- Posts: 25157
- Joined: Tue Mar 25, 2014 12:40 pm
- Location: Delightful Dorset
Re: A/V connection problem
serozhax wrote: ↑Fri Jun 29, 2018 7:57 amHi friends!
I have the Raspberry PI 3 B+.
I can't connect it whith TV via A/V output. There isn't a picture on TV.
I bought cable for MP3 player and little modified it like on schema on internet. Multimeter test is OK.
Maybe I should edit some setings on device?
Help me please.
Cable issue ???
https://www.raspberrypi-spy.co.uk/2014/ ... ideo-jack/
The information is out there....you just have to let it in.
Re: A/V connection problem
Hi,
Or need to force composite output disabling HDMI.
From wikipedia Russia use Secam as ATV color system. But, LG TV also is compatible with PAL.
Or need to force composite output disabling HDMI.
Code: Select all
hdmi_ignore_hotplug=1
Re: A/V connection problem
1. Is the RPi actually booting?
2. Ensure nothing is plugged in to the RPi's HDMI socket when powering up.
3. What OS is on the card? Has NOOBS been used?
2. Ensure nothing is plugged in to the RPi's HDMI socket when powering up.
3. What OS is on the card? Has NOOBS been used?
Quis custodiet ipsos custodes?
Re: A/V connection problem
1. I have updated system today.
2. Nothing is plugged in to the RPi's HDMI socket.
3. OS Raspbian. Installed without NOOBS.
Maybe there is cable issue... But I checked it for many times...
1 - Video
2 - Ground
3 - Right Audio
4 - Left Audio
Re: A/V connection problem
TVs can often automatically switch between PAL and SECAM.
But even if the PAL/SECAM setting is not correct you would get a black and white display.
You did not confirm that the RPi is booting.
Quis custodiet ipsos custodes?
Re: A/V connection problem
IT WORKS!!!! Thank you!!!
P.S. If i want connect HDMI must I change this setting?
Re: A/V connection problem
-
- Posts: 7422
- Joined: Sat Jan 12, 2013 3:01 am
- Location: Grants Pass, OR, USA
- Contact: Website
Re: A/V connection problem
When using the default settings of Raspbian (Not NOOBS), the RPi will automatically use HDMI if connected at boot. If no HDMI is connected then the RPi will automatically switch to composite (AV) on boot.
You only need to change the setting for PAL:
Code: Select all
sdtv_mode=2
Unless specified otherwise my response is based on the latest and fully updated RPiOS Buster w/ Desktop OS.