<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[forum.rcl-radio.ru &mdash; Часы+будильник на П543 (ИЛЦ5-4/7М)]]></title>
	<link rel="self" href="http://forum.rcl-radio.ru/extern.php?action=feed&amp;tid=696&amp;type=atom" />
	<updated>2026-03-18T17:38:30Z</updated>
	<generator>PunBB</generator>
	<id>http://forum.rcl-radio.ru/viewtopic.php?id=696</id>
		<entry>
			<title type="html"><![CDATA[Re: Часы+будильник на П543 (ИЛЦ5-4/7М)]]></title>
			<link rel="alternate" href="http://forum.rcl-radio.ru/viewtopic.php?pid=12620#p12620" />
			<content type="html"><![CDATA[<p>Не помогло...</p>]]></content>
			<author>
				<name><![CDATA[ross74]]></name>
				<uri>http://forum.rcl-radio.ru/profile.php?id=1717</uri>
			</author>
			<updated>2026-03-18T17:38:30Z</updated>
			<id>http://forum.rcl-radio.ru/viewtopic.php?pid=12620#p12620</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Часы+будильник на П543 (ИЛЦ5-4/7М)]]></title>
			<link rel="alternate" href="http://forum.rcl-radio.ru/viewtopic.php?pid=12619#p12619" />
			<content type="html"><![CDATA[<p>возможно поможет</p><p>void setka(){<br />&nbsp; switch(c){&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<br />&nbsp; &nbsp; case 0:ch(C1_SET,0);ch(C2_SET,1);ch(C3_SET,1);ch(C4_SET,1);ch(C5_SET,1);ch(C6_SET,1);break; <br />&nbsp; &nbsp; case 1:ch(C1_SET,1);ch(C2_SET,0);ch(C3_SET,1);ch(C4_SET,1);ch(C5_SET,1);ch(C6_SET,1);break; <br />&nbsp; &nbsp; case 2:ch(C1_SET,1);ch(C2_SET,1);ch(C3_SET,0);ch(C4_SET,1);ch(C5_SET,1);ch(C6_SET,1);break; <br />&nbsp; &nbsp; case 3:ch(C1_SET,1);ch(C2_SET,1);ch(C3_SET,1);ch(C4_SET,0);ch(C5_SET,1);ch(C6_SET,1);break; <br />&nbsp; &nbsp; case 4:ch(C1_SET,1);ch(C2_SET,1);ch(C3_SET,1);ch(C4_SET,1);ch(C5_SET,0);ch(C6_SET,1);break; <br />&nbsp; &nbsp; case 5:ch(C1_SET,1);ch(C2_SET,1);ch(C3_SET,1);ch(C4_SET,1);ch(C5_SET,1);ch(C6_SET,0);break; <br />&nbsp; }} </p><p>замените на </p><p>void setka(){<br />&nbsp; switch(c){&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<br />&nbsp; &nbsp; case 0:ch(C1_SET,0);ch(C2_SET,1);ch(C3_SET,1);ch(C4_SET,1);ch(C5_SET,1);ch(C6_SET,1);break; <br />&nbsp; &nbsp; case 1:ch(C1_SET,1);ch(C2_SET,0);ch(C3_SET,1);ch(C4_SET,1);ch(C5_SET,1);ch(C6_SET,1);break; <br />&nbsp; &nbsp; case 2:ch(C1_SET,1);ch(C2_SET,1);ch(C3_SET,0);ch(C4_SET,1);ch(C5_SET,1);ch(C6_SET,1);break; <br />&nbsp; &nbsp; case 3:ch(C1_SET,1);ch(C2_SET,1);ch(C3_SET,1);ch(C4_SET,0);ch(C5_SET,1);ch(C6_SET,1);break; <br />&nbsp; &nbsp; case 4:ch(C1_SET,1);ch(C2_SET,1);ch(C3_SET,1);ch(C4_SET,1);ch(C5_SET,0);ch(C6_SET,1);break; <br />&nbsp; &nbsp; case 5:ch(C1_SET,1);ch(C2_SET,1);ch(C3_SET,1);ch(C4_SET,1);ch(C5_SET,1);ch(C6_SET,0);break; <br />&nbsp; &nbsp; case 6:ch(C1_SET,1);ch(C2_SET,1);ch(C3_SET,1);ch(C4_SET,1);ch(C5_SET,1);ch(C6_SET,1);break; <br />&nbsp; }} </p><br /><p>void to_Timer(){ <br />&nbsp; &nbsp; switch(i){<br />&nbsp; &nbsp; case 0:&nbsp; segm=12; setka();segment(1); delayMicroseconds(brig); segm_dn=wesk; c=5;&nbsp; setka();dn(bud); break;<br />&nbsp; &nbsp; case 1:&nbsp; segm=12; setka();segment(1); delayMicroseconds(brig); segm=a[0];&nbsp; &nbsp; c=4;&nbsp; setka();segment(1); break;<br />&nbsp; &nbsp; case 2:&nbsp; segm=12; setka();segment(1); delayMicroseconds(brig); segm=a[1];&nbsp; &nbsp; c=3;&nbsp; setka();segment(kolorol); break;<br />&nbsp; &nbsp; case 3:&nbsp; segm=12; setka();segment(1); delayMicroseconds(brig); segm=s_tic;&nbsp; &nbsp;c=2;&nbsp; setka();tic(); break;<br />&nbsp; &nbsp; case 4:&nbsp; segm=12; setka();segment(1); delayMicroseconds(brig); segm=a[2];&nbsp; &nbsp; c=1;&nbsp; setka();segment(prog); break;<br />&nbsp; &nbsp; case 5:&nbsp; segm=12; setka();segment(1); delayMicroseconds(brig); segm=a[3];&nbsp; &nbsp; c=0;&nbsp; setka();segment(timers); break;<br />&nbsp; }i++;if(i&gt;5){i=0;}}</p><p>заменить на</p><p>void to_Timer(){ <br />&nbsp; &nbsp; switch(i){<br />&nbsp; &nbsp; case 0:&nbsp; c=6;segm=12; setka();segment(1); delayMicroseconds(brig); segm_dn=wesk; c=5;&nbsp; setka();dn(bud); break;<br />&nbsp; &nbsp; case 1:&nbsp; c=6;segm=12; setka();segment(1); delayMicroseconds(brig); segm=a[0];&nbsp; &nbsp; c=4;&nbsp; setka();segment(1); break;<br />&nbsp; &nbsp; case 2:&nbsp; c=6;segm=12; setka();segment(1); delayMicroseconds(brig); segm=a[1];&nbsp; &nbsp; c=3;&nbsp; setka();segment(kolorol); break;<br />&nbsp; &nbsp; case 3:&nbsp; c=6;segm=12; setka();segment(1); delayMicroseconds(brig); segm=s_tic;&nbsp; &nbsp;c=2;&nbsp; setka();tic(); break;<br />&nbsp; &nbsp; case 4:&nbsp; c=6;segm=12; setka();segment(1); delayMicroseconds(brig); segm=a[2];&nbsp; &nbsp; c=1;&nbsp; setka();segment(prog); break;<br />&nbsp; &nbsp; case 5:&nbsp; c=6;segm=12; setka();segment(1); delayMicroseconds(brig); segm=a[3];&nbsp; &nbsp; c=0;&nbsp; setka();segment(timers); break;<br />&nbsp; }i++;if(i&gt;5){i=0;}}</p>]]></content>
			<author>
				<name><![CDATA[liman324]]></name>
				<uri>http://forum.rcl-radio.ru/profile.php?id=2</uri>
			</author>
			<updated>2026-03-18T17:24:57Z</updated>
			<id>http://forum.rcl-radio.ru/viewtopic.php?pid=12619#p12619</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Часы+будильник на П543 (ИЛЦ5-4/7М)]]></title>
			<link rel="alternate" href="http://forum.rcl-radio.ru/viewtopic.php?pid=12618#p12618" />
			<content type="html"><![CDATA[<p>Время на часах 22:14,остальные сегменты моргают:<span class="postimg"><img src="http://forum.rcl-radio.ru/uploads/images/2026/03/b8e8912baf583e98d0d899c8a0a27aea.jpg" alt="http://forum.rcl-radio.ru/uploads/images/2026/03/b8e8912baf583e98d0d899c8a0a27aea.jpg" /></span></p>]]></content>
			<author>
				<name><![CDATA[ross74]]></name>
				<uri>http://forum.rcl-radio.ru/profile.php?id=1717</uri>
			</author>
			<updated>2026-03-18T17:18:55Z</updated>
			<id>http://forum.rcl-radio.ru/viewtopic.php?pid=12618#p12618</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Часы+будильник на П543 (ИЛЦ5-4/7М)]]></title>
			<link rel="alternate" href="http://forum.rcl-radio.ru/viewtopic.php?pid=12617#p12617" />
			<content type="html"><![CDATA[<p>Загрузил,ничего не поменялось,всё так-же мерцают неактивные сегменты.</p>]]></content>
			<author>
				<name><![CDATA[ross74]]></name>
				<uri>http://forum.rcl-radio.ru/profile.php?id=1717</uri>
			</author>
			<updated>2026-03-18T17:11:27Z</updated>
			<id>http://forum.rcl-radio.ru/viewtopic.php?pid=12617#p12617</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Часы+будильник на П543 (ИЛЦ5-4/7М)]]></title>
			<link rel="alternate" href="http://forum.rcl-radio.ru/viewtopic.php?pid=12616#p12616" />
			<content type="html"><![CDATA[<p>Загрузите скетч со страницы проекта - <a href="http://rcl-radio.ru/?p=133796">http://rcl-radio.ru/?p=133796</a></p>]]></content>
			<author>
				<name><![CDATA[liman324]]></name>
				<uri>http://forum.rcl-radio.ru/profile.php?id=2</uri>
			</author>
			<updated>2026-03-18T17:00:50Z</updated>
			<id>http://forum.rcl-radio.ru/viewtopic.php?pid=12616#p12616</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Часы+будильник на П543 (ИЛЦ5-4/7М)]]></title>
			<link rel="alternate" href="http://forum.rcl-radio.ru/viewtopic.php?pid=12615#p12615" />
			<content type="html"><![CDATA[<p>Хорошо.попробую</p>]]></content>
			<author>
				<name><![CDATA[ross74]]></name>
				<uri>http://forum.rcl-radio.ru/profile.php?id=1717</uri>
			</author>
			<updated>2026-03-18T17:00:22Z</updated>
			<id>http://forum.rcl-radio.ru/viewtopic.php?pid=12615#p12615</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Часы+будильник на П543 (ИЛЦ5-4/7М)]]></title>
			<link rel="alternate" href="http://forum.rcl-radio.ru/viewtopic.php?pid=12614#p12614" />
			<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-03-18T16:57:17Z</updated>
			<id>http://forum.rcl-radio.ru/viewtopic.php?pid=12614#p12614</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Часы+будильник на П543 (ИЛЦ5-4/7М)]]></title>
			<link rel="alternate" href="http://forum.rcl-radio.ru/viewtopic.php?pid=12613#p12613" />
			<content type="html"><![CDATA[<p>ардуино нано,атмега328</p>]]></content>
			<author>
				<name><![CDATA[ross74]]></name>
				<uri>http://forum.rcl-radio.ru/profile.php?id=1717</uri>
			</author>
			<updated>2026-03-18T16:50:34Z</updated>
			<id>http://forum.rcl-radio.ru/viewtopic.php?pid=12613#p12613</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Часы+будильник на П543 (ИЛЦ5-4/7М)]]></title>
			<link rel="alternate" href="http://forum.rcl-radio.ru/viewtopic.php?pid=12612#p12612" />
			<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-03-18T16:12:50Z</updated>
			<id>http://forum.rcl-radio.ru/viewtopic.php?pid=12612#p12612</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Часы+будильник на П543 (ИЛЦ5-4/7М)]]></title>
			<link rel="alternate" href="http://forum.rcl-radio.ru/viewtopic.php?pid=12611#p12611" />
			<content type="html"><![CDATA[<p>Сегменты не постоянно подсвечиваются,а быстро мерцают</p>]]></content>
			<author>
				<name><![CDATA[ross74]]></name>
				<uri>http://forum.rcl-radio.ru/profile.php?id=1717</uri>
			</author>
			<updated>2026-03-18T16:09:01Z</updated>
			<id>http://forum.rcl-radio.ru/viewtopic.php?pid=12611#p12611</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Часы+будильник на П543 (ИЛЦ5-4/7М)]]></title>
			<link rel="alternate" href="http://forum.rcl-radio.ru/viewtopic.php?pid=12610#p12610" />
			<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-03-18T16:03:47Z</updated>
			<id>http://forum.rcl-radio.ru/viewtopic.php?pid=12610#p12610</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Часы+будильник на П543 (ИЛЦ5-4/7М)]]></title>
			<link rel="alternate" href="http://forum.rcl-radio.ru/viewtopic.php?pid=12609#p12609" />
			<content type="html"><![CDATA[<p>Загрузил последний ваш скетч:https://cloud.mail.ru/public/NBuw/RSFk6TvHu</p>]]></content>
			<author>
				<name><![CDATA[ross74]]></name>
				<uri>http://forum.rcl-radio.ru/profile.php?id=1717</uri>
			</author>
			<updated>2026-03-18T15:54:16Z</updated>
			<id>http://forum.rcl-radio.ru/viewtopic.php?pid=12609#p12609</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Часы+будильник на П543 (ИЛЦ5-4/7М)]]></title>
			<link rel="alternate" href="http://forum.rcl-radio.ru/viewtopic.php?pid=12608#p12608" />
			<content type="html"><![CDATA[<p>26в</p>]]></content>
			<author>
				<name><![CDATA[ross74]]></name>
				<uri>http://forum.rcl-radio.ru/profile.php?id=1717</uri>
			</author>
			<updated>2026-03-18T15:43:12Z</updated>
			<id>http://forum.rcl-radio.ru/viewtopic.php?pid=12608#p12608</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Часы+будильник на П543 (ИЛЦ5-4/7М)]]></title>
			<link rel="alternate" href="http://forum.rcl-radio.ru/viewtopic.php?pid=12607#p12607" />
			<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-03-18T15:39:50Z</updated>
			<id>http://forum.rcl-radio.ru/viewtopic.php?pid=12607#p12607</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Часы+будильник на П543 (ИЛЦ5-4/7М)]]></title>
			<link rel="alternate" href="http://forum.rcl-radio.ru/viewtopic.php?pid=12606#p12606" />
			<content type="html"><![CDATA[<p>А уже загрузив скетч из сообщения 17,начинается мерцание и подсветка сегментов.</p>]]></content>
			<author>
				<name><![CDATA[ross74]]></name>
				<uri>http://forum.rcl-radio.ru/profile.php?id=1717</uri>
			</author>
			<updated>2026-03-18T15:34:39Z</updated>
			<id>http://forum.rcl-radio.ru/viewtopic.php?pid=12606#p12606</id>
		</entry>
</feed>
