<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[forum.rcl-radio.ru &mdash; TDA8425 + энкодер + пульт + STANDBY + часы(DS3231)]]></title>
	<link rel="self" href="http://forum.rcl-radio.ru/extern.php?action=feed&amp;tid=59&amp;type=atom" />
	<updated>2024-06-08T18:42:34Z</updated>
	<generator>PunBB</generator>
	<id>http://forum.rcl-radio.ru/viewtopic.php?id=59</id>
		<entry>
			<title type="html"><![CDATA[Re: TDA8425 + энкодер + пульт + STANDBY + часы(DS3231)]]></title>
			<link rel="alternate" href="http://forum.rcl-radio.ru/viewtopic.php?pid=10488#p10488" />
			<content type="html"><![CDATA[<p>Вот нашел у Вас такую тему, <a href="http://rcl-radio.ru/?p=42895.">http://rcl-radio.ru/?p=42895.</a> <a href="http://rcl-radio.ru/?p=82087">http://rcl-radio.ru/?p=82087</a><br />Как бы это вставить сюда, я считаю, было бы неплохое дополнение.<br /> Я б протестил.</p>]]></content>
			<author>
				<name><![CDATA[sanj76a]]></name>
				<uri>http://forum.rcl-radio.ru/profile.php?id=569</uri>
			</author>
			<updated>2024-06-08T18:42:34Z</updated>
			<id>http://forum.rcl-radio.ru/viewtopic.php?pid=10488#p10488</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: TDA8425 + энкодер + пульт + STANDBY + часы(DS3231)]]></title>
			<link rel="alternate" href="http://forum.rcl-radio.ru/viewtopic.php?pid=10382#p10382" />
			<content type="html"><![CDATA[<p>Спасибо работает! Еще изменил сдесь (при переключении с пульта):</p><p>...lcd.setCursor(0,0);lcd.print(&quot;&nbsp; &nbsp; &nbsp;INPUT1&nbsp; &nbsp; &nbsp; &quot;);lcd.setCursor(0,1);lcd.print(&quot;&nbsp; &nbsp; &nbsp;BT-MINI&nbsp; &nbsp; &nbsp; &quot;);<br />&nbsp; &nbsp; &nbsp; &nbsp;audio();delay(3000);}// IN 1</p><p>...lcd.setCursor(0,0);lcd.print(&quot;&nbsp; &nbsp; &nbsp;INPUT2&nbsp; &nbsp; &nbsp; &quot;);lcd.setCursor(0,1);lcd.print(&quot;&nbsp; &nbsp; &nbsp;LINE IN&nbsp; &nbsp; &nbsp; &quot;);<br />&nbsp; &nbsp; &nbsp; &nbsp;audio();delay(3000);}// IN 2</p>]]></content>
			<author>
				<name><![CDATA[sanj76a]]></name>
				<uri>http://forum.rcl-radio.ru/profile.php?id=569</uri>
			</author>
			<updated>2024-05-15T03:40:39Z</updated>
			<id>http://forum.rcl-radio.ru/viewtopic.php?pid=10382#p10382</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: TDA8425 + энкодер + пульт + STANDBY + часы(DS3231)]]></title>
			<link rel="alternate" href="http://forum.rcl-radio.ru/viewtopic.php?pid=10378#p10378" />
			<content type="html"><![CDATA[<div class="codebox"><pre><code>  lcd.setCursor(0,1);
  if(in==0){lcd.print(&quot;INPUT: 1 BT-MINI&quot;);}
  if(in==1){lcd.print(&quot;INPUT: 2 LINE IN&quot;);}</code></pre></div>]]></content>
			<author>
				<name><![CDATA[liman324]]></name>
				<uri>http://forum.rcl-radio.ru/profile.php?id=2</uri>
			</author>
			<updated>2024-05-12T12:14:45Z</updated>
			<id>http://forum.rcl-radio.ru/viewtopic.php?pid=10378#p10378</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: TDA8425 + энкодер + пульт + STANDBY + часы(DS3231)]]></title>
			<link rel="alternate" href="http://forum.rcl-radio.ru/viewtopic.php?pid=10377#p10377" />
			<content type="html"><![CDATA[<p>как сделать чтоб выводилась такая надпись:</p><p>&nbsp; &nbsp; INPUT: 1 BT-MINI<br />&nbsp; &nbsp; INPUT: 2 LINE IN</p><p>пытался изменить сдесь, но на получилось</p><p> lcd.setCursor(0,0);lcd.print(&quot;Source selector&quot;);<br />&nbsp; lcd.setCursor(0,1);lcd.print(&quot;INPUT: &quot;);lcd.print(in+1);</p>]]></content>
			<author>
				<name><![CDATA[sanj76a]]></name>
				<uri>http://forum.rcl-radio.ru/profile.php?id=569</uri>
			</author>
			<updated>2024-05-12T06:02:03Z</updated>
			<id>http://forum.rcl-radio.ru/viewtopic.php?pid=10377#p10377</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: TDA8425 + энкодер + пульт + STANDBY + часы(DS3231)]]></title>
			<link rel="alternate" href="http://forum.rcl-radio.ru/viewtopic.php?pid=10373#p10373" />
			<content type="html"><![CDATA[<p>1. Разобрался с пропаданием канала (еще раз внимательно прочитал тему от начала до конца).<br />&nbsp; &nbsp; Все дело в этих строках, изначально было так:<br />&nbsp; &nbsp; tda.setVolumeL(vol+balans);<br />&nbsp; &nbsp; tda.setVolumeR(vol-balans);</p><p>&nbsp; &nbsp; Затем так, (в этом случае пропал канал):<br />&nbsp; &nbsp; tda.setVolumeL(vol+16+balans);<br />&nbsp; &nbsp; tda.setVolumeR(vol+16-balans);</p><p>&nbsp; &nbsp; Изменил на:<br />&nbsp; &nbsp; tda.setVolumeL(vol+balans+16);<br />&nbsp; &nbsp; tda.setVolumeR(vol-balans+16);<br />&nbsp; &nbsp; появился канал.</p>]]></content>
			<author>
				<name><![CDATA[sanj76a]]></name>
				<uri>http://forum.rcl-radio.ru/profile.php?id=569</uri>
			</author>
			<updated>2024-05-10T01:54:01Z</updated>
			<id>http://forum.rcl-radio.ru/viewtopic.php?pid=10373#p10373</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: TDA8425 + энкодер + пульт + STANDBY + часы(DS3231)]]></title>
			<link rel="alternate" href="http://forum.rcl-radio.ru/viewtopic.php?pid=10372#p10372" />
			<content type="html"><![CDATA[<p>в тестовом скетче поставил так:</p><p>&nbsp; tda.setVolumeL(60);<br />&nbsp; tda.setVolumeR(60);</p><p> появился выход.</p><p>Так переключал входа:</p><p>tda.setSource(0) или (1)</p><p>TDA целая.</p>]]></content>
			<author>
				<name><![CDATA[sanj76a]]></name>
				<uri>http://forum.rcl-radio.ru/profile.php?id=569</uri>
			</author>
			<updated>2024-05-09T17:55:51Z</updated>
			<id>http://forum.rcl-radio.ru/viewtopic.php?pid=10372#p10372</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: TDA8425 + энкодер + пульт + STANDBY + часы(DS3231)]]></title>
			<link rel="alternate" href="http://forum.rcl-radio.ru/viewtopic.php?pid=10368#p10368" />
			<content type="html"><![CDATA[<p>Вот код из скетча</p><p>void ogr_in(){if(in&gt;1){in=0;}if(in&lt;0){in=1;}}<br />void ogr_treb(){if(treb&gt;10){treb=10;}if(treb&lt;2){treb=2;}}<br />void ogr_bass(){if(bass&gt;11){bass=11;}if(bass&lt;2){bass=2;}}<br />void ogr_vol(){t=0;if(vol&lt;0){vol=0;}if(vol&gt;63){vol=63;}}</p><p>Это ограничительные рамки регулировок</p><p>Судя по ним громкость надо установить на 63 - это максимальная громкость</p>]]></content>
			<author>
				<name><![CDATA[liman324]]></name>
				<uri>http://forum.rcl-radio.ru/profile.php?id=2</uri>
			</author>
			<updated>2024-05-09T04:05:52Z</updated>
			<id>http://forum.rcl-radio.ru/viewtopic.php?pid=10368#p10368</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: TDA8425 + энкодер + пульт + STANDBY + часы(DS3231)]]></title>
			<link rel="alternate" href="http://forum.rcl-radio.ru/viewtopic.php?pid=10367#p10367" />
			<content type="html"><![CDATA[<p>как регулировать громкость в тестовом скетче?<br />смотрю осцилографом на выходе нет ничего</p>]]></content>
			<author>
				<name><![CDATA[sanj76a]]></name>
				<uri>http://forum.rcl-radio.ru/profile.php?id=569</uri>
			</author>
			<updated>2024-05-09T03:11:42Z</updated>
			<id>http://forum.rcl-radio.ru/viewtopic.php?pid=10367#p10367</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: TDA8425 + энкодер + пульт + STANDBY + часы(DS3231)]]></title>
			<link rel="alternate" href="http://forum.rcl-radio.ru/viewtopic.php?pid=10361#p10361" />
			<content type="html"><![CDATA[<p>вход 1<br />tda.setSource(0); <br />вход 2<br />tda.setSource(1);</p>]]></content>
			<author>
				<name><![CDATA[liman324]]></name>
				<uri>http://forum.rcl-radio.ru/profile.php?id=2</uri>
			</author>
			<updated>2024-05-08T05:58:38Z</updated>
			<id>http://forum.rcl-radio.ru/viewtopic.php?pid=10361#p10361</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: TDA8425 + энкодер + пульт + STANDBY + часы(DS3231)]]></title>
			<link rel="alternate" href="http://forum.rcl-radio.ru/viewtopic.php?pid=10360#p10360" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>liman324 пишет:</cite><blockquote><p>Просто подайте на вход звуковой сигнал, а выход подключите к наушникам или к усилителю. Должно все работать правильно.</p></blockquote></div><p>У TDA8425&nbsp; 2 входа нужно их как-то переключать...и подавать сигнал на один из входов?</p>]]></content>
			<author>
				<name><![CDATA[sanj76a]]></name>
				<uri>http://forum.rcl-radio.ru/profile.php?id=569</uri>
			</author>
			<updated>2024-05-08T03:27:53Z</updated>
			<id>http://forum.rcl-radio.ru/viewtopic.php?pid=10360#p10360</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: TDA8425 + энкодер + пульт + STANDBY + часы(DS3231)]]></title>
			<link rel="alternate" href="http://forum.rcl-radio.ru/viewtopic.php?pid=10359#p10359" />
			<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>2024-05-07T13:31:34Z</updated>
			<id>http://forum.rcl-radio.ru/viewtopic.php?pid=10359#p10359</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: TDA8425 + энкодер + пульт + STANDBY + часы(DS3231)]]></title>
			<link rel="alternate" href="http://forum.rcl-radio.ru/viewtopic.php?pid=10358#p10358" />
			<content type="html"><![CDATA[<p>Проверьте схему</p><p><span class="postimg"><img src="http://rcl-radio.ru/wp-content/uploads/2018/11/tda8425_1-1.jpg" alt="http://rcl-radio.ru/wp-content/uploads/2018/11/tda8425_1-1.jpg" /></span></p>]]></content>
			<author>
				<name><![CDATA[liman324]]></name>
				<uri>http://forum.rcl-radio.ru/profile.php?id=2</uri>
			</author>
			<updated>2024-05-07T13:30:04Z</updated>
			<id>http://forum.rcl-radio.ru/viewtopic.php?pid=10358#p10358</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: TDA8425 + энкодер + пульт + STANDBY + часы(DS3231)]]></title>
			<link rel="alternate" href="http://forum.rcl-radio.ru/viewtopic.php?pid=10357#p10357" />
			<content type="html"><![CDATA[<p>ну и? подавать на вход сигнал и смотреть осцилографом?</p>]]></content>
			<author>
				<name><![CDATA[sanj76a]]></name>
				<uri>http://forum.rcl-radio.ru/profile.php?id=569</uri>
			</author>
			<updated>2024-05-07T13:28:05Z</updated>
			<id>http://forum.rcl-radio.ru/viewtopic.php?pid=10357#p10357</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: TDA8425 + энкодер + пульт + STANDBY + часы(DS3231)]]></title>
			<link rel="alternate" href="http://forum.rcl-radio.ru/viewtopic.php?pid=10356#p10356" />
			<content type="html"><![CDATA[<p>Тестовый скетч</p><div class="codebox"><pre><code>#include &lt;Wire.h&gt;
#include &lt;TDA8425.h&gt;
 TDA8425 tda;

void setup() {
   Wire.begin();
   delay(100);
   audio();
}

void loop() {}
void audio(){
  tda.setVolumeL(0);
  tda.setVolumeR(0);
  tda.setBass(0);
  tda.setTreble(0);
  tda.setMute(0);
  tda.setSource(0);
}</code></pre></div>]]></content>
			<author>
				<name><![CDATA[liman324]]></name>
				<uri>http://forum.rcl-radio.ru/profile.php?id=2</uri>
			</author>
			<updated>2024-05-07T13:22:00Z</updated>
			<id>http://forum.rcl-radio.ru/viewtopic.php?pid=10356#p10356</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: TDA8425 + энкодер + пульт + STANDBY + часы(DS3231)]]></title>
			<link rel="alternate" href="http://forum.rcl-radio.ru/viewtopic.php?pid=10355#p10355" />
			<content type="html"><![CDATA[<p>в каком месте скуча вставить?</p>]]></content>
			<author>
				<name><![CDATA[sanj76a]]></name>
				<uri>http://forum.rcl-radio.ru/profile.php?id=569</uri>
			</author>
			<updated>2024-05-07T13:17:07Z</updated>
			<id>http://forum.rcl-radio.ru/viewtopic.php?pid=10355#p10355</id>
		</entry>
</feed>
