Search the web
Sign In
New User? Sign Up
booksbybibin
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 1722 - 1751 of 1866   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1722
It seems like a classic case of "code porting without consulting the datasheet" :)) See the initialisation for the USART. To be more precise, see the value you...
Mihai Galos
mihaigalos
Offline Send Email
Jun 2, 2009
8:43 am
1723
Thank you, Mihai! I've modified the UBRR it seems to work,i receive what i send. PS: tu sigur esti roman d al meu, multam de ajutor ;)...
im_shield
Offline Send Email
Jun 3, 2009
6:37 pm
1724
Hi dears :) Dears, I am using ATmega16 microcontroller and I need help for about it. I have interfaced a sensor to portA0 and using ADC which is built in it i...
Arian
happyman757
Offline Send Email
Jun 4, 2009
8:50 am
1725
This might do it, #define U16_NIBBLE(val) ((uint_8)((val >> 12) & 0x0F)) /*! \note Hex_Ascii. \note Convert unsigned int value into ascii string. \param...
s.holder123@...
s.holder123...
Offline Send Email
Jun 5, 2009
9:02 am
1726
Take a look at a toy car we made using remote control. http://frommykeyboard.wordpress.com/ Rohith ... From: im_shield <im_shield@...> Subject:...
Rohith Rajesh
rohith_rajes...
Offline Send Email
Jun 5, 2009
9:03 am
1727
I use that in my project. I use the aff_float (convert float in to char then send to LCD).   ________________________________ From: Arian...
alexandru sorin
alexandru_sorin
Offline Send Email
Jun 5, 2009
9:03 am
1728
Stefan, you never fail to amaze me. If this code was written by you, I respect your knowledge in C coding, I myself understand pointer arithmetic but I am...
Mihai Galos
mihaigalos
Offline Send Email
Jun 8, 2009
9:28 am
1729
Hello every body I am working on project to control servo using atmega 16 , I am able to control it through at89c51 but i cant control it through 16l please...
gaurav9995
Offline Send Email
Jun 8, 2009
9:28 am
1730
Please help me, i had made the moving text using dot matrix 8x8, using shift register 74595, i want scanning row but i dont understand. Please give me...
noboru keiji
x_xohm
Offline Send Email
Jun 8, 2009
9:28 am
1731
Thanks :) Can u send ASM code Regards...
Arian
happyman757
Offline Send Email
Jun 8, 2009
9:29 am
1732
Mihai,   Thanks for the line, Hows it going out there ? well i hope, didn't realsie that pointers would be such a problem, sorry. It works fine though i am...
STEVEN HOLDER
s.holder123...
Offline Send Email
Jun 9, 2009
9:27 am
1733
Instead of shift register, use 3 to 8 decoder. In moving display columns are scanned not rows. Select a particular column from decoder and apply value to row...
nitin chaudhary
nitin2162000
Offline Send Email
Jun 9, 2009
9:28 am
1734
http://winavr.scienceprog.com/example-avr-projects/servo-motor-control-using-avr.html...
m_vish88
Offline Send Email
Jun 10, 2009
8:48 am
1735
Dear Gaurav, Can you explain, How you have control the servo. By External pulse mode, Speed control mode or torque control. Whether you are control it by...
Dixit
dixitsolanki
Offline Send Email
Jun 10, 2009
8:48 am
1736
 can u please summerize code and schematic for ur porject and attach as zipped files. Kudrot. ________________________________ From: STEVEN HOLDER...
kudrot elahi
dollar_124
Offline Send Email
Jun 10, 2009
8:49 am
1737
Hi dixit.......... Thanks for response. Actually i am new to this topic and I don't know which mode I should run. But the thing I want to do is to control;...
gaurav9995
Offline Send Email
Jun 11, 2009
6:45 pm
1738
dont worry sir, stay in our group coz some people like me are interested in pointers too.keep up the gud work .:) regards, Ashish...
write_to_ashuji
Offline Send Email
Jun 11, 2009
6:45 pm
1739
Hai,         Thanks for the replay. I tried with the points which you told but now nothing happens, so it will be very help full for me if you can...
deepak tc
deepakcheriyan
Offline Send Email
Jun 11, 2009
6:46 pm
1740
Hi, You have created a word variable but you are still returning a byte value from the adc process. Try the code with the changes highlighted, THIS TIME WITH...
s.holder123@...
s.holder123...
Offline Send Email
Jun 12, 2009
9:22 am
1741
Thank you, much appreciated, i will try :) Regards...
s.holder123@...
s.holder123...
Offline Send Email
Jun 12, 2009
9:22 am
1742
Hello,           Thanks for the code, it is working.           If you dont mind I like to know how this "while(bit_is_ set(ADCSRA, ADSC));...
deepak tc
deepakcheriyan
Offline Send Email
Jun 15, 2009
8:32 am
1743
Hi, Glad to hear it is working. If you look in the file io.h there are a number of other header files included with this, one of the them is sfr_defs.h. In...
Steven Holder
s.holder123...
Offline Send Email
Jun 16, 2009
8:40 am
1744
pls follow the following code and u will get hex code 4m ur compiler/software that u r using *//sample code for ATMEGA 16 #include<avr\io.h> ...
nandan amar
nandan.amar
Offline Send Email
Jun 16, 2009
8:40 am
1745
Hi, I am new to microcontrollers.I have just started a project on avr microcontrollers ATmega8 using a temp sensor and an led. I have written c program for it....
welkyb
Offline Send Email
Jun 17, 2009
9:01 am
1746
Hai,         Yes, you can directly write c program in AVR Studio. I first installed WinAVR and then AVR Studio.        You can start new project...
deepak tc
deepakcheriyan
Offline Send Email
Jun 18, 2009
8:37 am
1747
Hi, Yes you can write the code directly to AVR studio 4.create folder for ur project .all u have to do is to start a new project in Avr studio,Then show the...
kallolkk
Offline Send Email
Jun 18, 2009
8:37 am
1748
the procedure is like this: start---->AvrStudio4-------enter click on 'New project' then 'AVRgcc' then give project folder name and click on 'Next' then select...
m_vish88
Offline Send Email
Jun 18, 2009
8:38 am
1749
hi that right u can simulate c Program for AVR using AVR studio. But for that u hav to select the AVR GCC at the start wizard of the project. this is the GNU C...
Rahul Waghmare
wagh_rahul23
Offline Send Email
Jun 18, 2009
8:38 am
1750
Hi All,   I am designing a timer circuit and having difficulties, actually this circuit contains the 555 timer interfaced with avr controller and controller...
Muhammad Sadiq Asgher
ms_asgher
Offline Send Email
Jun 22, 2009
9:05 am
1751
hi everyone, i'm new to avrs. i'm using an atmega8 to interface an rtc with an 16x2 lcd. i'm contemplating whether to use ds1307 or ds1302 as rtc chip. i'm...
murlidhar.shenoy
murlidhar.sh...
Offline Send Email
Jun 23, 2009
4:48 am
Messages 1722 - 1751 of 1866   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help