<?xml version="1.0" encoding="iso-8859-1" ?>
<rss version="0.92">
<channel>
	<docs>http://backend.userland.com/rss092</docs>
	<title>AVR Freaks</title>
	<link>http://www.avrfreaks.net/index.php?name=PNphpBB2&amp;minimax=1</link>
	<description></description>
	<managingEditor>esivertsen@avrfreaks.net</managingEditor>
	<webMaster>esivertsen@avrfreaks.net</webMaster>
	<lastBuildDate>Thu, 11 Mar 2010 00:10:02 GMT</lastBuildDate>
	<item>
		<title>Off-topic forum :: RE: Confess! Who's freak workbench is this?</title>
		<link>http://www.avrfreaks.net/index.php?name=PNphpBB2&amp;file=viewtopic&amp;theme=print&amp;p=678470#678470</link>
		<description>Author: &lt;a href=&quot;http://www.avrfreaks.net/index.php?name=PNphpBB2&amp;amp;file=viewprofile&amp;amp;u=113411&quot; target=&quot;_blank&quot;&gt;Geoff&lt;/a&gt;&lt;br /&gt;
	Subject: RE: Confess! Who&lt;br /&gt;
	Posted: Mar 11, 2010 - 12:09 AM (GMT 1)&lt;br /&gt;
	Topic Replies: 3&lt;br /&gt;&lt;br /&gt;
	&lt;span class="postbody"&gt;&lt;!-- m --&gt;&lt;a href=&quot;http://thereifixedit.com/2010/03/10/epic-kludge-photo-manual-windows-manual-wipers/&quot; target=&quot;_blank&quot;&gt;http://thereifixedit.com/2010/03/10/epi ... al-wipers/&lt;/a&gt;&lt;!-- m --&gt;
&lt;br /&gt;

&lt;br /&gt;
wow.  just, wow.
	&lt;/span&gt;&lt;br /&gt;
	</description>
	</item>
	<item>
		<title>AVR32 General (standalone) :: atxmega128a1 interfacing with jtagice mkii issues.</title>
		<link>http://www.avrfreaks.net/index.php?name=PNphpBB2&amp;file=viewtopic&amp;theme=print&amp;p=678469#678469</link>
		<description>Author: &lt;a href=&quot;http://www.avrfreaks.net/index.php?name=PNphpBB2&amp;amp;file=viewprofile&amp;amp;u=234308&quot; target=&quot;_blank&quot;&gt;Quixote&lt;/a&gt;&lt;br /&gt;
	Subject: atxmega128a1 interfacing with jtagice mkii issues.&lt;br /&gt;
	Posted: Mar 10, 2010 - 11:44 PM (GMT 1)&lt;br /&gt;
	Topic Replies: 0&lt;br /&gt;&lt;br /&gt;
	&lt;span class="postbody"&gt;I am currently using an atxmega128a1 to communicate USART with a mcp2122 ir encoder/decoder. My issue is that while the jtagice mkii is plugged into my atxmega the atxmega outputs USART and PWM signals properly to the mcp2122, but the moment I remove the jtagice mkii the PWM, USART output, and USART input begins to reveal a pulsing tendency whereby the PWM/USART will run for a set period and not run for a set period (in repetition). I believe this a reset issue with the atxmega128a1. Currently I am pulling up the reset pin on the atxmega128a1. I am under the impression that this should be sufficient in order to ensure that the atxmega128a1 does not reset periodically, but it is quite possible that I am incorrect.
&lt;br /&gt;

&lt;br /&gt;
My code is attached if you wish to analyze it.
	&lt;/span&gt;&lt;br /&gt;
	</description>
	</item>
	<item>
		<title>AVR forum :: RE: avr butterfly LCD driver asm+ show character</title>
		<link>http://www.avrfreaks.net/index.php?name=PNphpBB2&amp;file=viewtopic&amp;theme=print&amp;p=678468#678468</link>
		<description>Author: &lt;a href=&quot;http://www.avrfreaks.net/index.php?name=PNphpBB2&amp;amp;file=viewprofile&amp;amp;u=110246&quot; target=&quot;_blank&quot;&gt;zbaird&lt;/a&gt;&lt;br /&gt;
	
	Posted: Mar 10, 2010 - 11:28 PM (GMT 1)&lt;br /&gt;
	Topic Replies: 7&lt;br /&gt;&lt;br /&gt;
	&lt;span class="postbody"&gt;The initialization has to be done to prep the LCD for use. No way around that one.
&lt;br /&gt;

&lt;br /&gt;
The calibration just tweaks the internal oscillator so it's running as close to specs as it can. You don't really care about this for many applications, and unless you're doing some critical timing and/or higher speed communications this probably won't be necessary. And, as Cliff says, if you use the Atmel bootloader, it does the calibration prior to running your program (because it uses serial communications). One of my tutorials tells exactly what the bootloader does.
&lt;br /&gt;

&lt;br /&gt;
For quick and dirty apps I never calibrate, and I've never had any problems on serial communication. Perhaps my bevy of Butterflies have calibration bytes that are particularly close to being correct. Better safe than sorry, of course, or be willing to consider bad clock rates as the source of problems. Lots of folks here like to post dire warnings on using the internal oscillator for apps with serial communications.
&lt;br /&gt;

&lt;br /&gt;
If your prof/lab teacher/whatever has said you need to calibrate, I believe there's an app note, plus there's the source code for the Butterfly, plus its port to GCC, plus other calibration examples available. As Cliff says, show the C source to a compiler and let it spit out the assembler version. Cleaning up compiler output is an interesting exercise in and of itself. But my guess is that even with a working calibration routine your situation won't change.
&lt;br /&gt;

&lt;br /&gt;

&lt;br /&gt;
&amp;lt;edit&amp;gt; Whoops! - brain fart. The Butterfly source (and port) does not include the calibration - it's part of the bootloader, and that source is not included. Sorry.
	&lt;br /&gt;_________________&lt;br /&gt;Chuck Baird
&lt;br /&gt;
What would Scooby do?
&lt;br /&gt;
&lt;!-- m --&gt;&lt;a href=&quot;http://www.zbaird.com&quot; target=&quot;_blank&quot;&gt;http://www.zbaird.com&lt;/a&gt;&lt;!-- m --&gt;&lt;/span&gt;&lt;br /&gt;
	</description>
	</item>
	<item>
		<title>AVR forum :: ks108glcd and a atmega16</title>
		<link>http://www.avrfreaks.net/index.php?name=PNphpBB2&amp;file=viewtopic&amp;theme=print&amp;p=678467#678467</link>
		<description>Author: &lt;a href=&quot;http://www.avrfreaks.net/index.php?name=PNphpBB2&amp;amp;file=viewprofile&amp;amp;u=231226&quot; target=&quot;_blank&quot;&gt;XM128A1&lt;/a&gt;&lt;br /&gt;
	Subject: ks108glcd and a atmega16&lt;br /&gt;
	Posted: Mar 10, 2010 - 11:27 PM (GMT 1)&lt;br /&gt;
	Topic Replies: 0&lt;br /&gt;&lt;br /&gt;
	&lt;span class="postbody"&gt;hi
&lt;br /&gt;
i have some problems with a ks108glcd and a atmega16 programmed in bascom avr.
&lt;br /&gt;
this is my first glcd project and first i used a atmega32 but it died (i think it whas esd) so i changed to a atmega16,
&lt;br /&gt;

&lt;br /&gt;
her is my code
&lt;br /&gt;
 &lt;div class=&quot;codetitle&quot;&gt;&lt;b&gt;Code:&lt;/b&gt;&lt;/div&gt;&lt;div class=&quot;codecontent&quot;&gt;
&lt;br /&gt;
$regfile = &amp;quot;m16def.DAT&amp;quot;
&lt;br /&gt;
$crystal = 8000000
&lt;br /&gt;
$baud = 9600
&lt;br /&gt;
$hwstack = 32
&lt;br /&gt;
$swstack = 8
&lt;br /&gt;
$framesize = 24
&lt;br /&gt;
$lib &amp;quot;glcdKS108.lbx&amp;quot;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 'Include the library for the KS-108 controler
&lt;br /&gt;
Config Graphlcd = 128 * 64sed , Dataport = Portb , Controlport = Portd , Ce = 3 , Ce2 = 4 , Cd = 0 , Rd = 1 , Reset = 5 , Enable = 2
&lt;br /&gt;
'The dataport is the portname that is connected to the data lines of the LCD
&lt;br /&gt;
'The controlport is the portname which pins are used to control the lcd
&lt;br /&gt;
'CE =CS1 Chip select
&lt;br /&gt;
'CE2=CS2 Chip select second chip
&lt;br /&gt;
'CD=Data/instruction
&lt;br /&gt;
'RD=Read
&lt;br /&gt;
'RESET = reset
&lt;br /&gt;
'ENABLE= Chip Enable
&lt;br /&gt;

&lt;br /&gt;
Dim X As Byte , Y As Byte
&lt;br /&gt;

&lt;br /&gt;

&lt;br /&gt;

&lt;br /&gt;

&lt;br /&gt;

&lt;br /&gt;
'Clear the screen will both clear text and graph display
&lt;br /&gt;

&lt;br /&gt;
Cls
&lt;br /&gt;

&lt;br /&gt;
'Other options are &amp;#58;
&lt;br /&gt;

&lt;br /&gt;
' CLS TEXT&amp;nbsp; &amp;nbsp;to clear only the text display
&lt;br /&gt;

&lt;br /&gt;
' CLS GRAPH&amp;nbsp; to clear only the graphical part
&lt;br /&gt;

&lt;br /&gt;

&lt;br /&gt;

&lt;br /&gt;
Cursor Off
&lt;br /&gt;

&lt;br /&gt;

&lt;br /&gt;

&lt;br /&gt;
Wait 1
&lt;br /&gt;

&lt;br /&gt;
'locate works like the normal LCD locate statement
&lt;br /&gt;

&lt;br /&gt;
' LOCATE LINE,COLUMN LINE can be 1-8 and column 0-30
&lt;br /&gt;

&lt;br /&gt;

&lt;br /&gt;

&lt;br /&gt;

&lt;br /&gt;

&lt;br /&gt;
Locate 1 , 1
&lt;br /&gt;

&lt;br /&gt;

&lt;br /&gt;

&lt;br /&gt;
'Show some text
&lt;br /&gt;

&lt;br /&gt;
Lcd &amp;quot;hello world&amp;quot;
&lt;br /&gt;

&lt;br /&gt;
'And some othe text on line 2
&lt;br /&gt;

&lt;br /&gt;
Locate 2 , 1 &amp;#58; Lcd &amp;quot;lcd modul version 3,0&amp;quot;
&lt;br /&gt;

&lt;br /&gt;
Locate 3 , 1 &amp;#58; Lcd &amp;quot;made 10/03/10&amp;quot;
&lt;br /&gt;

&lt;br /&gt;
Locate 16 , 1 &amp;#58; Lcd &amp;quot;driven by a atmega32&amp;quot;
&lt;br /&gt;

&lt;br /&gt;
End
&lt;br /&gt;
&lt;/div&gt;
&lt;br /&gt;

&lt;br /&gt;
then i gets this error messege
&lt;br /&gt;
&lt;div class=&quot;codetitle&quot;&gt;&lt;b&gt;Code:&lt;/b&gt;&lt;/div&gt;&lt;div class=&quot;codecontent&quot;&gt;
&lt;br /&gt;
error&amp;#58;61&amp;nbsp; line&amp;#58;66&amp;nbsp; &amp;nbsp;label not found &amp;#91;_lcd_control&amp;nbsp; &amp;nbsp;&amp;#93; ,in file&amp;#58;c&amp;#58;\program\mcs electronics\bascom avr\glcd.bas
&lt;br /&gt;
&lt;/div&gt;
	&lt;br /&gt;_________________&lt;br /&gt;AVR FREAK
&lt;br /&gt;
BASCOM FREAK
&lt;br /&gt;
SIMPSONS FREAK&lt;/span&gt;&lt;br /&gt;
	</description>
	</item>
	<item>
		<title>AVR forum :: RE: V-USB Software USB Fails on 30% of ATTiny45</title>
		<link>http://www.avrfreaks.net/index.php?name=PNphpBB2&amp;file=viewtopic&amp;theme=print&amp;p=678466#678466</link>
		<description>Author: &lt;a href=&quot;http://www.avrfreaks.net/index.php?name=PNphpBB2&amp;amp;file=viewprofile&amp;amp;u=227924&quot; target=&quot;_blank&quot;&gt;vsovereign&lt;/a&gt;&lt;br /&gt;
	
	Posted: Mar 10, 2010 - 11:20 PM (GMT 1)&lt;br /&gt;
	Topic Replies: 35&lt;br /&gt;&lt;br /&gt;
	&lt;span class="postbody"&gt;Hi, I'm interested in this topic since I'm using ATtiny45 and V-USB.
&lt;br /&gt;
One of the sample projects, EasyLogger, is using ATtiny45 and V-USB. It works just fine.
&lt;br /&gt;
But when I tried using another example, this time HID to connect to the device, it fails.
&lt;br /&gt;
Enumeration works. Device is recognized and name properly displayed. But then after several seconds it says that there is a problem and that device will not function properly.
&lt;br /&gt;
Any ideas?
	&lt;/span&gt;&lt;br /&gt;
	</description>
	</item>
	<item>
		<title>General Electronics :: Lost Topic</title>
		<link>http://www.avrfreaks.net/index.php?name=PNphpBB2&amp;file=viewtopic&amp;theme=print&amp;p=678465#678465</link>
		<description>Author: &lt;a href=&quot;http://www.avrfreaks.net/index.php?name=PNphpBB2&amp;amp;file=viewprofile&amp;amp;u=19130&quot; target=&quot;_blank&quot;&gt;ignoramus&lt;/a&gt;&lt;br /&gt;
	Subject: Lost Topic&lt;br /&gt;
	Posted: Mar 10, 2010 - 11:17 PM (GMT 1)&lt;br /&gt;
	Topic Replies: 0&lt;br /&gt;&lt;br /&gt;
	&lt;span class="postbody"&gt;I was in the process of posting a response ( see below) to a question on a light curtain when the server suffered a glitch.
&lt;br /&gt;
I do not see the topic in the list any more.
&lt;br /&gt;

&lt;br /&gt;
In any case the response to the post follows:
&lt;br /&gt;

&lt;br /&gt;
&amp;quot;Google for Erwin Sick  that will give you an idea of whatprofessional safety light curains and remote reflective and transmissive componentslook like and do.
&lt;br /&gt;

&lt;br /&gt;
You might wih to consider the following:
&lt;br /&gt;

&lt;br /&gt;
use reflective method abd use a cube corner reflector ( like the passive reflectors on oldfashined pushbikes)
&lt;br /&gt;

&lt;br /&gt;
use a square wave to drive the LED/LASERDIODE in order to eliminate effects of environmental optical interference and noise
&lt;br /&gt;
use synchronous demodulation/detection driven by the same signal whihc is energizing your light source.( synchronous detection is a cheap and effective way of selecting only the signal you want to extract google &amp;quot;lock in amplifier &amp;quot; for insight)&amp;quot;
	&lt;/span&gt;&lt;br /&gt;
	</description>
	</item>
	<item>
		<title>AVR GCC forum :: RE: Preprocessor macro substitutions/calculations</title>
		<link>http://www.avrfreaks.net/index.php?name=PNphpBB2&amp;file=viewtopic&amp;theme=print&amp;p=678464#678464</link>
		<description>Author: &lt;a href=&quot;http://www.avrfreaks.net/index.php?name=PNphpBB2&amp;amp;file=viewprofile&amp;amp;u=127107&quot; target=&quot;_blank&quot;&gt;skeeve&lt;/a&gt;&lt;br /&gt;
	Subject: Re: RE: Preprocessor macro substitutions/calculations&lt;br /&gt;
	Posted: Mar 10, 2010 - 11:15 PM (GMT 1)&lt;br /&gt;
	Topic Replies: 4&lt;br /&gt;&lt;br /&gt;
	&lt;span class="postbody"&gt;&lt;div class=&quot;quotetitle&quot;&gt;david.prentice wrote:&lt;/div&gt;&lt;div class=&quot;quotecontent&quot;&gt;However when the pre-processor finds a #if (expression),   it will evaluate this (possibly with 64 bit accuracy) e.g. #if ( 2.1 + 2 == 4.1)&lt;/div&gt;Note that there is no guarantee that that expression would be true.
&lt;br /&gt;
I expect that it usually would, but not necessarily always.
	&lt;br /&gt;_________________&lt;br /&gt;Michael Hennebry
&lt;br /&gt;
Iluvatar is the better part of Valar.&lt;/span&gt;&lt;br /&gt;
	</description>
	</item>
	<item>
		<title>General Electronics :: RE: What kind of dimmer is this one ?</title>
		<link>http://www.avrfreaks.net/index.php?name=PNphpBB2&amp;file=viewtopic&amp;theme=print&amp;p=678463#678463</link>
		<description>Author: &lt;a href=&quot;http://www.avrfreaks.net/index.php?name=PNphpBB2&amp;amp;file=viewprofile&amp;amp;u=19130&quot; target=&quot;_blank&quot;&gt;ignoramus&lt;/a&gt;&lt;br /&gt;
	Subject: RE: What kind of dimmer is this one ?&lt;br /&gt;
	Posted: Mar 10, 2010 - 10:57 PM (GMT 1)&lt;br /&gt;
	Topic Replies: 4&lt;br /&gt;&lt;br /&gt;
	&lt;span class="postbody"&gt;It looks like typical solid state relay mosfet configuration for AC switching. 
&lt;br /&gt;
The fets are not a part of the optical path so the circuit needs additional ISOLATED +Vcc suppl to effect gate drive.
&lt;br /&gt;
While it does function it might be cheaper to go with the technology intended for this kind of work.. a triac and an opto triac trigger
	&lt;/span&gt;&lt;br /&gt;
	</description>
	</item>
	<item>
		<title>AVR forum :: RE: overflow with big arrays?</title>
		<link>http://www.avrfreaks.net/index.php?name=PNphpBB2&amp;file=viewtopic&amp;theme=print&amp;p=678462#678462</link>
		<description>Author: &lt;a href=&quot;http://www.avrfreaks.net/index.php?name=PNphpBB2&amp;amp;file=viewprofile&amp;amp;u=95206&quot; target=&quot;_blank&quot;&gt;clawson&lt;/a&gt;&lt;br /&gt;
	Subject: RE: overflow with big arrays?&lt;br /&gt;
	Posted: Mar 10, 2010 - 10:56 PM (GMT 1)&lt;br /&gt;
	Topic Replies: 11&lt;br /&gt;&lt;br /&gt;
	&lt;span class="postbody"&gt;Well the worry in that is the 3798 bytes in .bss - that's a big chunk out of your 4096. In fact .data is 244 so 244+3798 = 4042 so that's close to all of SRAM even before you consider stack space for CALL/RET and automatics (rule of thumb - leave 25% for those)
&lt;br /&gt;

&lt;br /&gt;
But your numbers don't add up. If your unpopulated arrays were only as given in the first post it's already been calculated that it'd only occupy 706 bytes so you have a whole load more arrays you aren't telling us about or the dimensions of the ones you have are not as you said in the first post.
&lt;br /&gt;

&lt;br /&gt;
Cliff
	&lt;br /&gt;_________________&lt;br /&gt;&lt;a href=&quot;http://www.nongnu.org/avr-libc/user-manual/FAQ.html&quot; target=&quot;_blank&quot; class=&quot;postlink&quot;&gt;&lt;img src=&quot;http://www.wrightflyer.co.uk/faq.jpg&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;
	</description>
	</item>
	<item>
		<title>AVR forum :: RE: ADC conversion on ATTiny25 dependence from Vcc?</title>
		<link>http://www.avrfreaks.net/index.php?name=PNphpBB2&amp;file=viewtopic&amp;theme=print&amp;p=678461#678461</link>
		<description>Author: &lt;a href=&quot;http://www.avrfreaks.net/index.php?name=PNphpBB2&amp;amp;file=viewprofile&amp;amp;u=234273&quot; target=&quot;_blank&quot;&gt;mitko_drifta&lt;/a&gt;&lt;br /&gt;
	Subject: RE: ADC conversion on ATTiny25 dependence from Vcc?&lt;br /&gt;
	Posted: Mar 10, 2010 - 10:54 PM (GMT 1)&lt;br /&gt;
	Topic Replies: 5&lt;br /&gt;&lt;br /&gt;
	&lt;span class="postbody"&gt;I just read in the manual, that the ADC needs between 50 and 200 KHz. I run my AVR at 8 MHz and the ADC prescaler is set at 2, which results in 4 MHz. So maybe the problem is that it runs too fast. Gonna try it out on Friday and then report. Thanks for the help!&lt;img src=&quot;modules//http://&lt;!-- l --&gt;&lt;a href=&quot;modules/PNphpBB2/images/smiles/icon_smile.gif&quot; target=&quot;_blank&quot;&gt;modules/PNphpBB2/images/smiles/icon_smile.gif&lt;/a&gt;&lt;!-- l --&gt;&quot; alt=&quot;Smile&quot; border=&quot;0&quot; /&gt;
	&lt;/span&gt;&lt;br /&gt;
	</description>
	</item>
	<item>
		<title>AVR studio 4 forum :: RE: Controlling 2 GLCDs with one ATMega</title>
		<link>http://www.avrfreaks.net/index.php?name=PNphpBB2&amp;file=viewtopic&amp;theme=print&amp;p=678460#678460</link>
		<description>Author: &lt;a href=&quot;http://www.avrfreaks.net/index.php?name=PNphpBB2&amp;amp;file=viewprofile&amp;amp;u=95206&quot; target=&quot;_blank&quot;&gt;clawson&lt;/a&gt;&lt;br /&gt;
	Subject: RE: Controlling 2 GLCDs with one ATMega&lt;br /&gt;
	Posted: Mar 10, 2010 - 10:51 PM (GMT 1)&lt;br /&gt;
	Topic Replies: 1&lt;br /&gt;&lt;br /&gt;
	&lt;span class="postbody"&gt;I've not looked at the code but does the actual hardware interaction with the KS0108 not boil down to just one or two routines? If so you can just put a &amp;quot;gate&amp;quot; on those and have a global switch set to 1 or 2 then if (controller==1) do IO to one controller else the other.
&lt;br /&gt;

&lt;br /&gt;
Of course if they have littered the low level stuff all over the place this would be trickier but on the whole most drivers will be written to have just one low level h/w access routine.
&lt;br /&gt;

&lt;br /&gt;
EDIT: Your in luck it looks like they isolated it all within ks0108WriteCommand1() and ks0108WriteData1(). So just make a last minute decision in those routines which controller you are talking to.
&lt;br /&gt;

&lt;br /&gt;
Actually this is complicated a bit because these routines are already effectively doing:
&lt;br /&gt;
&lt;div class=&quot;codetitle&quot;&gt;&lt;b&gt;Code:&lt;/b&gt;&lt;/div&gt;&lt;div class=&quot;codecontent&quot;&gt;&amp;nbsp; &amp;nbsp;if&amp;#40;chip == CHIP1&amp;#41; &amp;#123;
&lt;br /&gt;
&amp;nbsp; &amp;nbsp;&amp;#125; else if&amp;#40;chip == CHIP2&amp;#41; &amp;#123;&lt;/div&gt;
&lt;br /&gt;
because a single module already has two different controller chips on it - so maybe just split this 4 ways now? (chip1/2 on module1 and chip3/4 on module 2)
	&lt;br /&gt;_________________&lt;br /&gt;&lt;a href=&quot;http://www.nongnu.org/avr-libc/user-manual/FAQ.html&quot; target=&quot;_blank&quot; class=&quot;postlink&quot;&gt;&lt;img src=&quot;http://www.wrightflyer.co.uk/faq.jpg&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;
	</description>
	</item>
	<item>
		<title>General Electronics :: RE: AC Switching Question</title>
		<link>http://www.avrfreaks.net/index.php?name=PNphpBB2&amp;file=viewtopic&amp;theme=print&amp;p=678459#678459</link>
		<description>Author: &lt;a href=&quot;http://www.avrfreaks.net/index.php?name=PNphpBB2&amp;amp;file=viewprofile&amp;amp;u=19130&quot; target=&quot;_blank&quot;&gt;ignoramus&lt;/a&gt;&lt;br /&gt;
	
	Posted: Mar 10, 2010 - 10:51 PM (GMT 1)&lt;br /&gt;
	Topic Replies: 4&lt;br /&gt;&lt;br /&gt;
	&lt;span class="postbody"&gt;It would be cheaper to use something intended for the jobsince the opto trnasistor as shown may not withstand reversal of polarity so that You would need to econce it within a fourdiode bridge.
&lt;br /&gt;

&lt;br /&gt;
Check out &lt;!-- m --&gt;&lt;a href=&quot;http://www.futurlec.com/LED/MOC3021.shtml&quot; target=&quot;_blank&quot;&gt;http://www.futurlec.com/LED/MOC3021.shtml&lt;/a&gt;&lt;!-- m --&gt; as the right opto device to trigger larger Triacs. Of itself MOC3021 is good for 100mA.
	&lt;/span&gt;&lt;br /&gt;
	</description>
	</item>
	<item>
		<title>AVR forum :: RE: Initializing STA013</title>
		<link>http://www.avrfreaks.net/index.php?name=PNphpBB2&amp;file=viewtopic&amp;theme=print&amp;p=678458#678458</link>
		<description>Author: &lt;a href=&quot;http://www.avrfreaks.net/index.php?name=PNphpBB2&amp;amp;file=viewprofile&amp;amp;u=65839&quot; target=&quot;_blank&quot;&gt;Jepael&lt;/a&gt;&lt;br /&gt;
	
	Posted: Mar 10, 2010 - 10:39 PM (GMT 1)&lt;br /&gt;
	Topic Replies: 4&lt;br /&gt;&lt;br /&gt;
	&lt;span class="postbody"&gt;It can't be 0x83. That would mean read address, when write address is 0x82.
&lt;br /&gt;

&lt;br /&gt;
Datasheet says write address is 0x86 and read address is 0x87 (the 7-bit address without read-write bit (marked x) being 1000 011x).
&lt;br /&gt;

&lt;br /&gt;
At least you should tell us how you got it working.
	&lt;/span&gt;&lt;br /&gt;
	</description>
	</item>
	<item>
		<title>AVR forum :: RE: how to use HyperTerminal with USB port  (merged)</title>
		<link>http://www.avrfreaks.net/index.php?name=PNphpBB2&amp;file=viewtopic&amp;theme=print&amp;p=678455#678455</link>
		<description>Author: &lt;a href=&quot;http://www.avrfreaks.net/index.php?name=PNphpBB2&amp;amp;file=viewprofile&amp;amp;u=133670&quot; target=&quot;_blank&quot;&gt;husdat&lt;/a&gt;&lt;br /&gt;
	Subject: RE: how to use HyperTerminal with USB port&lt;br /&gt;
	Posted: Mar 10, 2010 - 10:34 PM (GMT 1)&lt;br /&gt;
	Topic Replies: 5&lt;br /&gt;&lt;br /&gt;
	&lt;span class="postbody"&gt;sorry,
&lt;br /&gt;
my school network got lagged, and prompted me to click Submit twice.
&lt;br /&gt;

&lt;br /&gt;
&lt;span style=&quot;color: red&quot;&gt;{yep, that happens now and then. Two threads merged, some cleanup ... Plons(mod) }&lt;/span&gt;
	&lt;/span&gt;&lt;br /&gt;
	</description>
	</item>
	<item>
		<title>General Electronics :: RE: Single Wire Unidirectional Serial Protocol for Long Distance</title>
		<link>http://www.avrfreaks.net/index.php?name=PNphpBB2&amp;file=viewtopic&amp;theme=print&amp;p=678451#678451</link>
		<description>Author: &lt;a href=&quot;http://www.avrfreaks.net/index.php?name=PNphpBB2&amp;amp;file=viewprofile&amp;amp;u=23728&quot; target=&quot;_blank&quot;&gt;ka7ehk&lt;/a&gt;&lt;br /&gt;
	
	Posted: Mar 10, 2010 - 10:15 PM (GMT 1)&lt;br /&gt;
	Topic Replies: 13&lt;br /&gt;&lt;br /&gt;
	&lt;span class="postbody"&gt;And Lee's definitions are still valid.
&lt;br /&gt;

&lt;br /&gt;
Jim
	&lt;br /&gt;_________________&lt;br /&gt;Jim Wagner
&lt;br /&gt;
Oregon Research Electronics, Consulting Div.
&lt;br /&gt;
Tangent, OR, USA&lt;/span&gt;&lt;br /&gt;
	</description>
	</item>
</channel>
</rss>