How feasible is this 8085 project?

ananth22290
@ananth22290-baGv6U • Oct 25, 2024

Hi,

Microprocessor 8085 is being taught in our college currently.
We have been asked to do a mini project using it to gain some
familiarity.
My idea is to build a toy car,

  • Which is operated by a computer
  • Has a camera attached to it, whose live display is shown in
    the monitor
  • Is wireless

Can this be done?
And where should i start?
Suggestions and ideas for something better is welcome😀

Thanks

Replies

Welcome, guest

Join CrazyEngineers to reply, ask questions, and participate in conversations.

CrazyEngineers powered by Jatra Community Platform

  • Harshad Italiya

    @harshad-ukH5ww Jan 18, 2010

    yes it is possible to make such project with 8085 but for that you may need many interfacing Chips so i suggest why not you use 8051 yeah it is microcontroller while 8085 is microprocessor and in industry 8085 MIcroprocessor are already absolute so why not go with 8051 its not that much difficult to learn if you know basics of 8085 then you can easily learn 8051 also.

  • ananth22290

    @ananth22290-baGv6U Jan 19, 2010

    Thank you Godfather.
    Does this look a bit complicated for a mini project?
    And can you please suggest something simpler and interesting using 8085?

    Thanks

  • piyushh

    @piyushh-O70sb6 Jan 19, 2010

    ya ananth..as Godfather has said..mc8051 is much more better then using mp8085...n ya buddy using mp 8085 is more complicated then usin any microcontroller as it requires interfacing chips n memory e.g for programmin u need extra memory RAM or ROM n programming ROM require extra equipments..n ya u need I/O ports for interfacin..better use easily available 8051 mc like atmega 8, 16 or 32 ot of atmel series which has inbuild suffecient memory n can be programmed easily using win avr if u purchase it with mp board.. just need to concentrate on programming which is the main task for ur project as u hav mentioned above

  • ananth22290

    @ananth22290-baGv6U Jan 19, 2010

    Hey Piyushh thanks a ton mate 😀

  • piyushh

    @piyushh-O70sb6 Jan 19, 2010

    most welcome buddy..anytime.

  • Harshad Italiya

    @harshad-ukH5ww Jan 19, 2010

    ananth22290Thank you Godfather.
    Does this look a bit complicated for a mini project?
    And can you please suggest something simpler and interesting using 8085?

    Thanks

    Yes you can make Project in which you Can interface Seven segment/LED display and it display the Character or Number which you press from Keyboard you have to also interface keyboard with 8085. Hows this project?

  • ananth22290

    @ananth22290-baGv6U Jan 20, 2010

    @Godfather : That looks interesting. Thank you

  • Harshad Italiya

    @harshad-ukH5ww Jan 21, 2010

    ananth22290@Godfather : That looks interesting. Thank you

    Welcome Looking forward to see you active here on CE!

  • dineshkumar

    @dineshkumar-tofkty Jan 22, 2010

    no need to use the microprocessor.it is not economical.so you use the microcontroller. [​IMG]

  • imnitsy

    @imnitsy-VRNV82 Jan 28, 2010

    well..some one plz tell me abt interfacin in mu p..
    as dscussd abv..a projct related to display a character or number when pressed on keybrd using a seven segment/led display..actually..mu p is just recently started in my cllg..
    i jsut want to know..how interfacing is done in mu p..n how do i cnnct my pc with the mu p. to get the desired display..?

  • Harshad Italiya

    @harshad-ukH5ww Jan 31, 2010

    imnitsywell..some one plz tell me abt interfacin in mu p..
    as dscussd abv..a projct related to display a character or number when pressed on keybrd using a seven segment/led display..actually..mu p is just recently started in my cllg..
    i jsut want to know..how interfacing is done in mu p..n how do i cnnct my pc with the mu p. to get the desired display..?


    Do you want to interface QWERTY keyboard with MPU?

  • imnitsy

    @imnitsy-VRNV82 Jan 31, 2010

    godfatherDo you want to interface QWERTY keyboard with MPU?

    yes exactly!!!

  • Harshad Italiya

    @harshad-ukH5ww Jan 31, 2010

    Keyboard has the PS2 Connector..
    You can send data to Serial port and after that Serial Communication between PC and uController is easy via RXD TXD pin.