Important..!About atmega16 grid follower code is Not Asked Yet ? .. Please ASK FOR atmega16 grid follower code BY CLICK HERE ....Our Team/forum members are ready to help you in free of cost...
Below is stripped version of available tagged cloud pages from web pages.....
Thank you...
Thread / Post Tags
Title: code for wall following robot using atmega16
Page Link: code for wall following robot using atmega16 -
Posted By: chandu_14
Created at: Thursday 17th of August 2017 08:07:26 AM
PROGRAM FOR WALL FOLLOWER.
#include // For ATMega8
int main(void)
{

DDRC=0x00; // set PORTC as input port
DDRB=0x0F; // PB0, PB1, PB2, PB3 as output port for motor
int Right_sensor=0;

while(1) // infinite loop
{
Right_sensor=(PINC&0x01); //sensor status connected at PC0
if(Right_sensor==0x00) //right sensor OFF

{
PORTB=0x08; //right turn
}

else
PORTB=0x01; //left turn
}

} ....etc

[:=Read Full Message Here=:]
Title: line follower robot using atmega16 pdf
Page Link: line follower robot using atmega16 pdf -
Posted By: kannanvadassery
Created at: Thursday 17th of August 2017 06:48:05 AM
my colleage project
iwant to join my colleage technical group
so i want to give them a project based on lfr. ....etc

[:=Read Full Message Here=:]
Title: line follower robot complete circuit and code using atmega8
Page Link: line follower robot complete circuit and code using atmega8 -
Posted By: yashaswini
Created at: Thursday 17th of August 2017 05:03:02 AM
Please provide me line follower robot complete circuit and code using atmega8. Thank you ....etc

[:=Read Full Message Here=:]
Title: grid follower using avr atmega16
Page Link: grid follower using avr atmega16 -
Posted By: apratik
Created at: Thursday 17th of August 2017 05:27:43 AM
can u help me with code for grid follower using avr atmega 16 using codevision platform ....etc

[:=Read Full Message Here=:]
Title: grid follower code
Page Link: grid follower code -
Posted By: selman_999
Created at: Thursday 05th of October 2017 03:52:25 AM
I am looking for simple grid follower code for my automatic bot in c language which after moving in grid will detect the white patches present inside some of the grids.. At the cross position of grids(coordinates). After sensing 4 squares adjacent to it., it will move to its next destination formulated before by the organiser.. Main thing I want to know simple grid follower programme of an automatic bot.. So plzz send as soon as possible. ....etc

[:=Read Full Message Here=:]
Title: maze solving robot atmega16 source code
Page Link: maze solving robot atmega16 source code -
Posted By: revathidivya
Created at: Thursday 17th of August 2017 05:08:57 AM
This is my maze solving robot project which worked out pretty well. I have put up my whole project report that i submitted to my college but i have chucked out the exact code. if i get a good response and demans then i will surely give you all the exact working code of my project.If you are interested only to learn about the algorithm and not worried about the design pl skip to the section 5 of this text.

1 INTRODUCTION

Atonomous robots have wide reaching applications.From Bomb sniffing to finding humans in wreckage to home automation.Major p ....etc

[:=Read Full Message Here=:]
Title: line follower robot using atmega16 in pdf
Page Link: line follower robot using atmega16 in pdf -
Posted By: anirudhjnair
Created at: Thursday 05th of October 2017 04:36:34 AM
ATmega16(L)

Program Flash memory space is divided in two sections, the Boot program section and theApplication Program section. Both sections have dedicated Lock bits for write and read/writeprotection. The SPM instruction that writes into the Application Flash memory section mustreside in the Boot Program section.During interrupts and subroutine calls, the return address Program Counter (PC) is stored on theStack. The Stack is effectively allocated in the general data SRAM, and consequently the Stacksize is only limited by the total SRAM size ....etc

[:=Read Full Message Here=:]
Title: digital code lock with lcd and keypad using atmega16
Page Link: digital code lock with lcd and keypad using atmega16 -
Posted By: netbug
Created at: Thursday 17th of August 2017 06:49:36 AM
To get full information or details of digital code lock with lcd and keypad using atmega16 please have a look on the pages

http://seminarsprojects.net/Thread-digital-code-lock-full-report

if you again feel trouble on digital code lock with lcd and keypad using atmega16 please reply in that page and ask specific fields in digital code lock with lcd and keypad using atmega16 ....etc

[:=Read Full Message Here=:]
Title: 8051 line follower robot code
Page Link: 8051 line follower robot code -
Posted By: reshmi raju
Created at: Thursday 17th of August 2017 06:43:48 AM
There is a condition of circle with an input and output i am not able to detect a circle ....etc

[:=Read Full Message Here=:]
Title: line follower robot using atmega16 hex file
Page Link: line follower robot using atmega16 hex file -
Posted By: manish gupta
Created at: Thursday 17th of August 2017 05:07:01 AM
i need hex file ready to burn on atmega16 based obstacle avoiding robot having two infrared sensors in front and two motors ! plz urgent ....etc

[:=Read Full Message Here=:]
Please report us any abuse/complaint to "omegawebs @ gmail.com"


Powered By MyBB, © 2002-2024 iAndrew & Melroy van den Berg.