BRT Community

Please login or register.

Login with username, password and session length
Advanced search  

News:

Welcome to the Bridgetek Community!

Please read our Welcome Note

Technical Support enquires
please contact the team
@ Bridgetek Support

Please refer to our website for detailed information on all our products - Bridgetek - Bridging Technology

Author Topic: Disable AUDIO_L output signal  (Read 6884 times)

Cyrilou

  • Jr. Member
  • **
  • Posts: 71
    • View Profile
Disable AUDIO_L output signal
« on: March 01, 2023, 03:15:42 PM »

Hi,

I'd like to disable this output by software because screen emits 20db peak on spectrum analyser on near field with ffc20 ribbon. This is problematic for CE certification.

When I cut AUDIO_L line on FFC20 ribbon on screen side, it's ok! But I need a software solution.

What should I try?

If I disable audio engine (reg_cpureset=4), output is still active.

What in theory could OFF AUDIO_L pin, I see nothing in BT815 datasheet, there is always 30Mhz sinusoidal signal in idle (no sounds played).

Thank you.

Logged

BRT Community

  • Administrator
  • Hero Member
  • *****
  • Posts: 733
    • View Profile
Re: Disable AUDIO_L output signal
« Reply #1 on: March 02, 2023, 03:26:36 PM »

Hello,

One way is to play the 'silence' sound by writing 0x00 to the REG_SOUND register.

You can find details of the audio playback registers in section 4.7 of the datasheet,
https://brtchip.com/wp-content/uploads/sites/3/2022/04/DS_BT81X-1.1.pdf

Best Regards, BRT Community





Logged

Cyrilou

  • Jr. Member
  • **
  • Posts: 71
    • View Profile
Re: Disable AUDIO_L output signal
« Reply #2 on: March 02, 2023, 05:05:20 PM »

Hi,

This doesn't work. I tried another one.
I wrote 0x04 at hidden address 0x3020E4, this reduces signal to 140KHz and that's all.
« Last Edit: March 02, 2023, 05:08:28 PM by Cyrilou »
Logged

BRT Community

  • Administrator
  • Hero Member
  • *****
  • Posts: 733
    • View Profile
Re: Disable AUDIO_L output signal
« Reply #3 on: March 10, 2023, 10:07:39 AM »

Hi,

Could you advise which EVE device you have?

Best Regards, BRT Community
Logged

Cyrilou

  • Jr. Member
  • **
  • Posts: 71
    • View Profile
Re: Disable AUDIO_L output signal
« Reply #4 on: March 13, 2023, 12:50:39 PM »

Hi it's a Matrix Orbital 43A IPS with EVE3 BT815 chip.
Logged

pauljiao

  • Jr. Member
  • **
  • Posts: 53
    • View Profile
Re: Disable AUDIO_L output signal
« Reply #5 on: March 27, 2023, 03:52:54 AM »

can try to play "mute" to get the AUDIO_L pin low:

write 0x60 (mute) to REG_SOUND.

It should make AUDIO_L pin low...
« Last Edit: March 28, 2023, 08:52:44 AM by pauljiao »
Logged