skip to main
|
skip to sidebar
Total Pageviews
PRASO's Solution for EMBETRONIX & ROBOTIX
SOLUTION PROVIDER OF ANY SORT OF PROBLEMS RELATED TO ELECTRONICS AND TELECOMMUNICATION
Thursday, March 10, 2011
Check How to Work with L293D Ic for Driving Motors
http://www.youtube.com/watch?v=3Vfbfskhf30
Tuesday, March 1, 2011
EMBETRONIX AND ROBOTIX: Display All The Value from 0 to 255 in Binary Format using ATMEGA 16 MicroController
Display All The Value from 0 to 255 in Binary Format using ATMEGA 16 MicroController
Display All The Value from 0 to 255 in Binary Format using ATMEGA 16 MicroController
#include
#include
main ()
{
unsigned char i;
DDRB=0xFF;
while(1)
{
for(i=0;i<256;i++)
{
PORTB=i;
_delay_ms(500);
}
}
}
EMBETRONIX AND ROBOTIX: LED Blinking Using ATMEGA-16 Microcontroller
LED Blinking Using ATMEGA-16 Microcontroller
LED Blinking Using ATMEGA-16 Microcontroller
#include
#include
main ()
{
DDRB=0xFF;
while(1)
{PORTB=0xFF;
_delay_ms(2000); //on for 2 seconds or 2000ms
PORTB=0x00;
_delay_ms(2000); //off for 2 seconds or 2000ms
}
}
Newer Posts
Older Posts
Home
Subscribe to:
Posts (Atom)
EMBETRONIX AND ROBOTIX
Any queries on Embedded system and Robotix is solved....
Followers
Subscribe Now:
A must magazine for all electronics students and professionals. Download the may edition at:
http://purestuffs.blogspot.com/2009/04/elektormay-2009114mb.html
The VLSI Handbook, 2nd edition
http://purestuffs.blogspot.com/2009/05/vlsi-handbooksecond-edition3336mb.html
Electronics for Dummies: Are you thinking about building your own electronic gizmos? Ever wonder ho
http://http://purestuffs.blogspot.com/2009/03/electronics-for-dummies171mb.html
http://purestuffs.blogspot.com/2009/02/illustrated-dictionary-of-electronics.html
Encyclopedia of Electronics Circuits: An E-book containing explanation and schematic representation
http://purestuffs.blogspot.com/2009/02/encyclopedia-of-1000-electronic.html
A BOOK FOR ROBOTICS BEGINNING
http://rapidshare.com/files/185425473/Mcgraw-Hill_-_Robot_Mechanisms_
How much Do you Like this Blog?
This Is a blog recently developed to provide solution regarding ROBOTIX and EMBEDDED SYSTEM.
Do mail me: somanath29@gmail.com
Search This Blog
Blog Archive
▼
2011
(14)
▼
March
(5)
Check How to Work with L293D Ic for Driving Motors
EMBETRONIX AND ROBOTIX: Display All The Value from...
Display All The Value from 0 to 255 in Binary Form...
EMBETRONIX AND ROBOTIX: LED Blinking Using ATMEGA-...
LED Blinking Using ATMEGA-16 Microcontroller
►
February
(9)
►
2010
(5)
►
September
(1)
►
July
(1)
►
January
(3)
About Me
Somanath Nanda
View my complete profile