<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[forum.rcl-radio.ru &mdash; TDA8425 + энкодер + пульт + STANDBY + часы(DS3231)]]></title>
		<link>http://forum.rcl-radio.ru/viewtopic.php?id=59</link>
		<atom:link href="http://forum.rcl-radio.ru/extern.php?action=feed&amp;tid=59&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[Недавние сообщения в теме «TDA8425 + энкодер + пульт + STANDBY + часы(DS3231)».]]></description>
		<lastBuildDate>Sat, 08 Jun 2024 18:42:34 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: TDA8425 + энкодер + пульт + STANDBY + часы(DS3231)]]></title>
			<link>http://forum.rcl-radio.ru/viewtopic.php?pid=10488#p10488</link>
			<description><![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>]]></description>
			<author><![CDATA[null@example.com (sanj76a)]]></author>
			<pubDate>Sat, 08 Jun 2024 18:42:34 +0000</pubDate>
			<guid>http://forum.rcl-radio.ru/viewtopic.php?pid=10488#p10488</guid>
		</item>
		<item>
			<title><![CDATA[Re: TDA8425 + энкодер + пульт + STANDBY + часы(DS3231)]]></title>
			<link>http://forum.rcl-radio.ru/viewtopic.php?pid=10382#p10382</link>
			<description><![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>]]></description>
			<author><![CDATA[null@example.com (sanj76a)]]></author>
			<pubDate>Wed, 15 May 2024 03:40:39 +0000</pubDate>
			<guid>http://forum.rcl-radio.ru/viewtopic.php?pid=10382#p10382</guid>
		</item>
		<item>
			<title><![CDATA[Re: TDA8425 + энкодер + пульт + STANDBY + часы(DS3231)]]></title>
			<link>http://forum.rcl-radio.ru/viewtopic.php?pid=10378#p10378</link>
			<description><![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>]]></description>
			<author><![CDATA[null@example.com (liman324)]]></author>
			<pubDate>Sun, 12 May 2024 12:14:45 +0000</pubDate>
			<guid>http://forum.rcl-radio.ru/viewtopic.php?pid=10378#p10378</guid>
		</item>
		<item>
			<title><![CDATA[Re: TDA8425 + энкодер + пульт + STANDBY + часы(DS3231)]]></title>
			<link>http://forum.rcl-radio.ru/viewtopic.php?pid=10377#p10377</link>
			<description><![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>]]></description>
			<author><![CDATA[null@example.com (sanj76a)]]></author>
			<pubDate>Sun, 12 May 2024 06:02:03 +0000</pubDate>
			<guid>http://forum.rcl-radio.ru/viewtopic.php?pid=10377#p10377</guid>
		</item>
		<item>
			<title><![CDATA[Re: TDA8425 + энкодер + пульт + STANDBY + часы(DS3231)]]></title>
			<link>http://forum.rcl-radio.ru/viewtopic.php?pid=10373#p10373</link>
			<description><![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>]]></description>
			<author><![CDATA[null@example.com (sanj76a)]]></author>
			<pubDate>Fri, 10 May 2024 01:54:01 +0000</pubDate>
			<guid>http://forum.rcl-radio.ru/viewtopic.php?pid=10373#p10373</guid>
		</item>
		<item>
			<title><![CDATA[Re: TDA8425 + энкодер + пульт + STANDBY + часы(DS3231)]]></title>
			<link>http://forum.rcl-radio.ru/viewtopic.php?pid=10372#p10372</link>
			<description><![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>]]></description>
			<author><![CDATA[null@example.com (sanj76a)]]></author>
			<pubDate>Thu, 09 May 2024 17:55:51 +0000</pubDate>
			<guid>http://forum.rcl-radio.ru/viewtopic.php?pid=10372#p10372</guid>
		</item>
		<item>
			<title><![CDATA[Re: TDA8425 + энкодер + пульт + STANDBY + часы(DS3231)]]></title>
			<link>http://forum.rcl-radio.ru/viewtopic.php?pid=10368#p10368</link>
			<description><![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>]]></description>
			<author><![CDATA[null@example.com (liman324)]]></author>
			<pubDate>Thu, 09 May 2024 04:05:52 +0000</pubDate>
			<guid>http://forum.rcl-radio.ru/viewtopic.php?pid=10368#p10368</guid>
		</item>
		<item>
			<title><![CDATA[Re: TDA8425 + энкодер + пульт + STANDBY + часы(DS3231)]]></title>
			<link>http://forum.rcl-radio.ru/viewtopic.php?pid=10367#p10367</link>
			<description><![CDATA[<p>как регулировать громкость в тестовом скетче?<br />смотрю осцилографом на выходе нет ничего</p>]]></description>
			<author><![CDATA[null@example.com (sanj76a)]]></author>
			<pubDate>Thu, 09 May 2024 03:11:42 +0000</pubDate>
			<guid>http://forum.rcl-radio.ru/viewtopic.php?pid=10367#p10367</guid>
		</item>
		<item>
			<title><![CDATA[Re: TDA8425 + энкодер + пульт + STANDBY + часы(DS3231)]]></title>
			<link>http://forum.rcl-radio.ru/viewtopic.php?pid=10361#p10361</link>
			<description><![CDATA[<p>вход 1<br />tda.setSource(0); <br />вход 2<br />tda.setSource(1);</p>]]></description>
			<author><![CDATA[null@example.com (liman324)]]></author>
			<pubDate>Wed, 08 May 2024 05:58:38 +0000</pubDate>
			<guid>http://forum.rcl-radio.ru/viewtopic.php?pid=10361#p10361</guid>
		</item>
		<item>
			<title><![CDATA[Re: TDA8425 + энкодер + пульт + STANDBY + часы(DS3231)]]></title>
			<link>http://forum.rcl-radio.ru/viewtopic.php?pid=10360#p10360</link>
			<description><![CDATA[<div class="quotebox"><cite>liman324 пишет:</cite><blockquote><p>Просто подайте на вход звуковой сигнал, а выход подключите к наушникам или к усилителю. Должно все работать правильно.</p></blockquote></div><p>У TDA8425&nbsp; 2 входа нужно их как-то переключать...и подавать сигнал на один из входов?</p>]]></description>
			<author><![CDATA[null@example.com (sanj76a)]]></author>
			<pubDate>Wed, 08 May 2024 03:27:53 +0000</pubDate>
			<guid>http://forum.rcl-radio.ru/viewtopic.php?pid=10360#p10360</guid>
		</item>
		<item>
			<title><![CDATA[Re: TDA8425 + энкодер + пульт + STANDBY + часы(DS3231)]]></title>
			<link>http://forum.rcl-radio.ru/viewtopic.php?pid=10359#p10359</link>
			<description><![CDATA[<p>Просто подайте на вход звуковой сигнал, а выход подключите к наушникам или к усилителю. Должно все работать правильно.</p>]]></description>
			<author><![CDATA[null@example.com (liman324)]]></author>
			<pubDate>Tue, 07 May 2024 13:31:34 +0000</pubDate>
			<guid>http://forum.rcl-radio.ru/viewtopic.php?pid=10359#p10359</guid>
		</item>
		<item>
			<title><![CDATA[Re: TDA8425 + энкодер + пульт + STANDBY + часы(DS3231)]]></title>
			<link>http://forum.rcl-radio.ru/viewtopic.php?pid=10358#p10358</link>
			<description><![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>]]></description>
			<author><![CDATA[null@example.com (liman324)]]></author>
			<pubDate>Tue, 07 May 2024 13:30:04 +0000</pubDate>
			<guid>http://forum.rcl-radio.ru/viewtopic.php?pid=10358#p10358</guid>
		</item>
		<item>
			<title><![CDATA[Re: TDA8425 + энкодер + пульт + STANDBY + часы(DS3231)]]></title>
			<link>http://forum.rcl-radio.ru/viewtopic.php?pid=10357#p10357</link>
			<description><![CDATA[<p>ну и? подавать на вход сигнал и смотреть осцилографом?</p>]]></description>
			<author><![CDATA[null@example.com (sanj76a)]]></author>
			<pubDate>Tue, 07 May 2024 13:28:05 +0000</pubDate>
			<guid>http://forum.rcl-radio.ru/viewtopic.php?pid=10357#p10357</guid>
		</item>
		<item>
			<title><![CDATA[Re: TDA8425 + энкодер + пульт + STANDBY + часы(DS3231)]]></title>
			<link>http://forum.rcl-radio.ru/viewtopic.php?pid=10356#p10356</link>
			<description><![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>]]></description>
			<author><![CDATA[null@example.com (liman324)]]></author>
			<pubDate>Tue, 07 May 2024 13:22:00 +0000</pubDate>
			<guid>http://forum.rcl-radio.ru/viewtopic.php?pid=10356#p10356</guid>
		</item>
		<item>
			<title><![CDATA[Re: TDA8425 + энкодер + пульт + STANDBY + часы(DS3231)]]></title>
			<link>http://forum.rcl-radio.ru/viewtopic.php?pid=10355#p10355</link>
			<description><![CDATA[<p>в каком месте скуча вставить?</p>]]></description>
			<author><![CDATA[null@example.com (sanj76a)]]></author>
			<pubDate>Tue, 07 May 2024 13:17:07 +0000</pubDate>
			<guid>http://forum.rcl-radio.ru/viewtopic.php?pid=10355#p10355</guid>
		</item>
	</channel>
</rss>
