I saw that many ceans are asking about the project or posting threads regarding the query in their project but no one replies back with the status of their project or the improvement in the project.
So i had decided to start one thread as i am right now working on one Line Follower Robot.
And for this first post i want to post this Robot's overview.
I am going to make this Robot based on the Microcontroller and i am using S08AC16 from freescale.
I had searched and read some reports on Line Follower and finally also designed the Circuit i will post it in the next Reply.
After the study i come to know that Line Follower is simply a Combination of Color detection and Stepper Motor control, as we have to sense the color of the line and have to control the stepper motor.
Right now circuit is final.
So my Next Step is...
1. To design the PCB.
2. Make Software Module for Color Sensing ( But before that i have to choose the sensor either IR or LDR, I think i will go with LDR as i also have to sense RED color line in between the Black Line.) and Stepper motor Control and 7 Segment Display.
3. Integrate the software.
So friends please pour your suggestion who had worked with Line Follower.
Dear guest, you must be logged-in to participate on CrazyEngineers. We would love to have you as a
member of our community. Consider creating an
account or login.
I had used PROTEL software for the drawing of Circuit Diagram or Schematic Diagram. Guys you can also try to design this circuit or you can take it as a reference. please come up with your Diagrams.
Well this controller is from Freescale. and its IDE is CODEWARRIOR... so Basically this IDE is the Best i had ever use as compare to KEIL,MPLAB,IAR or AVR Studio.
Initialization of the peripheral in this is very easy thats why we are going with this one.
We can also use PIC18F. But i found This one very user friendly.
I am working on the Seven Segment display Code.
so let me tell you the basic circuitry for the same here to save the pin of controller i had used shift register #-Link-Snipped-#. Because of this now there is no need to connect 8 Pins of Controller to the Seven segment Display.
Now you have to connect only two pins CLOCK and DATA to the Shift Register and the output from the 74HC164 is given to the display.
So untill i post its Code here if anyone is interested to work on this code try to make code and post it here.. no matter if you are using Shift Register or not.. if you are not using then make code without it... use 8 Pins of controller.
if anyone has confused in making code then we will discuss it here. but you must have to try something.
can you please tell me what it will do.Sorry i can't try it because i don't have an programming kit to transfer the code 😔
Well see the programmer for the ATMEL and PHILLIPS is easily available you can try them...i had buy NXP(Phillips) programmer from Local market. let me know if you want any guidance from my side... but before that... be clear that on which controller you want to work... find it out in your local market and then start doing project.
there is one change that i am doing... i am using DC motor not stepper motor so now i required only one L298 Driver as it is Dual Bridge Driver.
Next thing is to run DC motor... so for that there is very simple thing you have to apply 0 and 1 to two different connection of DC motor and if you altered it... it will run in the reverse direction use this basic things to run DC motor..
Well see the programmer for the ATMEL and PHILLIPS is easily available you can try them...i had buy NXP(Phillips) programmer from Local market. let me know if you want any guidance from my side... but before that... be clear that on which controller you want to work... find it out in your local market and then start doing project.
I'm using ATMEL micro controller, and learned KEIL to make hex file and can you please tell me that is there any difference b\w atmel and phillips micro controllers(i don't think so).
I'm using ATMEL micro controller, and learned KEIL to make hex file and can you please tell me that is there any difference b\w atmel and phillips micro controllers(i don't think so).
i had done some modification and instead of L298 i am using Transistor to drive DC motor... and the Robot is almost complete.. i will post its video soon.
i am using Freescale microcontroller and dont know but i have only one Driver 298 so instead of waiting for new one i had used Transistor based circuit.... i had kept speed slow in next modification i will make is faster.
I think you can drive two DC motors with one L298 Ic. There are four input and four output pins, which means we can control 2 DC motors, because, each dc can be controlled by 2 output lines.
Anyhow, it's ok, and do make it faster in the next improvement..
Also, could you give the sensor placement? How many sensors have you used?
I think you can drive two DC motors with one L298 Ic. There are four input and four output pins, which means we can control 2 DC motors, because, each dc can be controlled by 2 output lines.
Anyhow, it's ok, and do make it faster in the next improvement..
Also, could you give the sensor placement? How many sensors have you used?
i had used three Sensors Two for White line and one for black line... now working on new bot i want to make it Compact.