Hi all,
Hopefully someone can help me. I have a prototype where I want to add a touch screen control to the pi.
Now the PI is powered currently using GPIO pins, but I have also tested through the usbc power as well.
I have a external ARZOPA touch screen display (picked up on a black friday deal).
https://www.amazon.co.uk/dp/B0CJCCDV65? ... asin_title
This is connected via
https://www.amazon.co.uk/dp/B08RB28YCZ? ... sin_title
and
https://www.amazon.co.uk/dp/B08Q7QGW52? ... asin_title
Currently this has a usbc to power connector through the 2nd usbc slot (I have disconnected the usbc to usba connector to the pi for the moment whilst troubleshooting).
If I unplug the hdmi, then plug it back in the screen displays the signal for approximately 7-10 seconds and then disappears?
currently my `boot/firmare/config.txt` is;
You can see I also have another display (a projector which is powered itself), this is working though currently turned off to try to debug this screen (this is on a micro HDMI to HDMI cable).
Can anyone point me in the right direction of fixing this? Does it need some kind of HDMI booster?
Hopefully someone can help me. I have a prototype where I want to add a touch screen control to the pi.
Now the PI is powered currently using GPIO pins, but I have also tested through the usbc power as well.
I have a external ARZOPA touch screen display (picked up on a black friday deal).
https://www.amazon.co.uk/dp/B0CJCCDV65? ... asin_title
This is connected via
https://www.amazon.co.uk/dp/B08RB28YCZ? ... sin_title
and
https://www.amazon.co.uk/dp/B08Q7QGW52? ... asin_title
Currently this has a usbc to power connector through the 2nd usbc slot (I have disconnected the usbc to usba connector to the pi for the moment whilst troubleshooting).
If I unplug the hdmi, then plug it back in the screen displays the signal for approximately 7-10 seconds and then disappears?
currently my `boot/firmare/config.txt` is;
Code:
# Common Settingsdisable_splash=1logo.nologodtparam=i2c_arm=ondtparam=spi=oncore_freq=250core_freq_min=250[all]dtoverlay=disable-wifidtoverlay=disable-wifi-pi5disable_overscan=1config_hdmi_boost=11usb_max_current_enable=1hdmi_safe=1vc4.force_hotplug=3# HDMI-1 (ARZOPA Monitor)hdmi_force_hotplug:0=1 # Force output even if display isn't detectedhdmi_group:0=1 # Use DMT (Monitor) mode for ARZOPAhdmi_mode:0=82 # Set resolution to 1920x1080 @ 60Hzhdmi_drive:0=2 # Enable HDMI with sound (set to 1 for no sound)# HDMI-2 (Projector)hdmi_force_hotplug:1=1 # Force output even if display isn't detectedhdmi_group:1=2 # Use DMT (Monitor/Projector) mode for compatibilityhdmi_mode:1=4 # Set resolution to 1280x800 @ 60Hzhdmi_drive:1=2 # Enable HDMI with sounddtoverlay:1=vc4-fkms-v3d
Code:
vcgencmd pmic_read_adc 3V7_WL_SW_A current(0)=0.00000000A 3V3_SYS_A current(1)=0.12491900A 1V8_SYS_A current(2)=0.17859520A DDR_VDD2_A current(3)=0.00000000A DDR_VDDQ_A current(4)=0.00000000A 1V1_SYS_A current(5)=0.19128230A 0V8_SW_A current(6)=0.28301970A VDD_CORE_A current(7)=0.72333000A 3V3_DAC_A current(17)=0.00006105A 3V3_ADC_A current(18)=0.00012210A 0V8_AON_A current(16)=0.00268620A HDMI_A current(22)=0.01953600A 3V7_WL_SW_V volt(8)=3.70812800V 3V3_SYS_V volt(9)=3.29518600V 1V8_SYS_V volt(10)=1.80561500V DDR_VDD2_V volt(11)=1.10769100V DDR_VDDQ_V volt(12)=0.60915690V 1V1_SYS_V volt(13)=1.10988900V 0V8_SW_V volt(14)=0.80109810V VDD_CORE_V volt(15)=0.86522500V 3V3_DAC_V volt(20)=3.31226800V 3V3_ADC_V volt(21)=3.31043600V 0V8_AON_V volt(19)=0.80117140V HDMI_V volt(23)=5.01428000V EXT5V_V volt(24)=5.01830000V BATT_V volt(25)=0.00000000V
Statistics: Posted by mfit — Mon Dec 02, 2024 3:17 pm