<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[forum.rcl-radio.ru &mdash; AX2358]]></title>
	<link rel="self" href="http://forum.rcl-radio.ru/extern.php?action=feed&amp;tid=725&amp;type=atom" />
	<updated>2026-01-08T16:21:54Z</updated>
	<generator>PunBB</generator>
	<id>http://forum.rcl-radio.ru/viewtopic.php?id=725</id>
		<entry>
			<title type="html"><![CDATA[Re: AX2358]]></title>
			<link rel="alternate" href="http://forum.rcl-radio.ru/viewtopic.php?pid=12138#p12138" />
			<content type="html"><![CDATA[<p>Да, похожа, даже коды регистров одинаковые и i2c адрес, но нет регулировки громкости как в AX2358</p>]]></content>
			<author>
				<name><![CDATA[liman324]]></name>
				<uri>http://forum.rcl-radio.ru/profile.php?id=2</uri>
			</author>
			<updated>2026-01-08T16:21:54Z</updated>
			<id>http://forum.rcl-radio.ru/viewtopic.php?pid=12138#p12138</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AX2358]]></title>
			<link rel="alternate" href="http://forum.rcl-radio.ru/viewtopic.php?pid=12137#p12137" />
			<content type="html"><![CDATA[<p>на pt2323 похожа</p>]]></content>
			<author>
				<name><![CDATA[Игорёк 87]]></name>
				<uri>http://forum.rcl-radio.ru/profile.php?id=4030</uri>
			</author>
			<updated>2026-01-08T14:41:01Z</updated>
			<id>http://forum.rcl-radio.ru/viewtopic.php?pid=12137#p12137</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AX2358]]></title>
			<link rel="alternate" href="http://forum.rcl-radio.ru/viewtopic.php?pid=12117#p12117" />
			<content type="html"><![CDATA[<p>Требуется тестирование</p>]]></content>
			<author>
				<name><![CDATA[liman324]]></name>
				<uri>http://forum.rcl-radio.ru/profile.php?id=2</uri>
			</author>
			<updated>2026-01-05T18:01:25Z</updated>
			<id>http://forum.rcl-radio.ru/viewtopic.php?pid=12117#p12117</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AX2358]]></title>
			<link rel="alternate" href="http://forum.rcl-radio.ru/viewtopic.php?pid=12105#p12105" />
			<content type="html"><![CDATA[<p><a href="http://rcl-radio.ru/wp-content/uploads/2026/01/AX2358_ETC.pdf">http://rcl-radio.ru/wp-content/uploads/ … 58_ETC.pdf</a></p><br /><p>ax2358.ino</p><div class="codebox"><pre><code>#include &lt;Wire.h&gt; 
#include &lt;AX2358.h&gt; 

AX2358 ax;

void setup() {
  audio();
  delay(1000);
}

void loop() {
  // put your main code here, to run repeatedly:

}

void audio(){
        ax.setInput(1);// int 1,2,3,4 = input 1,2,3,4 | int 5 = input 6CH
        ax.setFunc_stereo(0); // 3d int 1...0 = on ... off 
        ax.setFunc_att(0);    // Stereo‑to‑CT/SUB Mixer with −6dB Attenuation | int 1...0 = on ... off 
        ax.setVol_master(65); //  int 0...79 
        ax.setMute(0);// mute 0 - off / 1 - on     
  }</code></pre></div><p><span class="attention-yellow"></span></p>]]></content>
			<author>
				<name><![CDATA[liman324]]></name>
				<uri>http://forum.rcl-radio.ru/profile.php?id=2</uri>
			</author>
			<updated>2026-01-05T16:31:23Z</updated>
			<id>http://forum.rcl-radio.ru/viewtopic.php?pid=12105#p12105</id>
		</entry>
</feed>
