Discussion Title | Created date |
---|---|
A similarity of Time series algorithm problem HI, I found a algorithm for compute the similarity of time series. Called An Efficient and Accurate Method for Evaluating Time Series Similarity Michael Morse Jignesh M. Patel... |
Saturday, 1 December 2007 - 02:05 |
Supply Power to small device from phone line? HI, I have made a small "security" device, which able to detect approaching human by using IR receiver and an AVR. I know the power line is able to supply a limited amount... |
Sunday, 17 December 2006 - 12:17 |
Google Code Search is cool, like this! http://www.google.com/codesearch... Seems useful. |
Thursday, 5 October 2006 - 13:15 |
Amazing, Samsung 1.98-inch VGA display Quote:San Francisco, CA – June 6, 2006: Samsung Electronics Co., Ltd., the world's largest provider of thin-film transistor, liquid crystal display ( TFT -LCD) panels, announced... |
Saturday, 26 August 2006 - 14:48 |
Anybody used R61503B drived LCD HI, I got QCIF(176×220)TFT LCD, and the driver IC is R61503B. Every body know this type of driver? From Renesas. I even can't get the datasheet from google...... Thanks |
Friday, 18 August 2006 - 05:50 |
Please Recommend some Universities && Electrical Eng Hi, In this winter, I will start to apply (undergraduate) Universities. After took some advice of friends here, I finally decided to choose electrical engineering as major in... |
Tuesday, 15 August 2006 - 16:01 |
What's Major in College Studying or Using AVR or Other MCUs Hi, I'm looking for and prepare to apply University now, I love AVR and other Microcontrollers I want get into a proper Major or Division( undergraduate) , so please help me... |
Wednesday, 9 August 2006 - 06:59 |
Questions about RC5 infrared transmit with avr Hi, I want to add a infrared sender and a receiver to two mega8 AVR. And I have read the Atmel's app note AVR415 about RC5 and AVRs, finally I chose the TSAL62 as the sender... |
Wednesday, 2 August 2006 - 11:36 |
Try to light a nokia 6610 LCD , but its display wired> HI, I bought a Nokia 6610 LCD, and use this guy's program on mega8 http://thomaspfeifer.net/nokia_6... However, it could not display properlly. Did that mean it was a broken LCD? |
Saturday, 29 July 2006 - 17:31 |
DS1307 and I2C problem, Could not get data. HI, I use AVR315's TWI function try to control DS1307, and write the second into eeprom. I connected the SDA SCL pin's and two 6.5k resitor to VCC(5.2V) and a 32.768k crystal.... |
Thursday, 27 July 2006 - 18:22 |
Where Can I get ASCII characters in a 6x8 dot format Hi, I'm trying to make a propeller clock, and now, it can display a few character ( due to the mega8's size and IAR's non-understandable complex, I can only make a array size [... |
Thursday, 27 July 2006 - 05:44 |
Bit Operation problem, failed to use macros Hi, Here is the code, Old, is my original code, I want to change them in to bit operation. #define SETBIT(ADDRESS,BIT) (ADDRESS |= (1<<BIT)) #define CLEARBIT(ADDRESS... |
Wednesday, 26 July 2006 - 09:45 |