Search results

  1. Amar Dhore

    PIC 16F676 problem

    Did you see if PORTA 1 & 2 are analog pins. If they are, it will not function unless you clear the analog bits.
  2. Amar Dhore

    Distance sensor in movement

    To measure the distance in moving cars, ultrasonic sensors would be my first option. Most of the car companies uses these sensor for Ant-collision as well as other cars/object detection.
  3. Amar Dhore

    PIC18F4680 Graphical LCD

    For your PIC18, check for Microchip MLA examples library... I would recommend to use a PIC32 for LCD graphical interface ..so you can use Microchip Harmony. Harmony has a lots of inbuilt function/examples for a LCD graphical interface and easy to implement..
  4. Amar Dhore

    LPC2148 uploading problem

    check this out: http://www.keil.com/forum/19435/error-failed-to-autobaud-step1/
  5. Amar Dhore

    Store on hard drive

    Yes..I agree @Gryd3..
  6. Amar Dhore

    Store on hard drive

    Depends on what kinda protocol your hard drive talks. Lets assume its USB (most of Mass storage are USB), you can get a Micro-controller which supports USB (PIC32) and write some code to make it work.
  7. Amar Dhore

    Hi and pic question!

    you are welcome. Enjoy.
  8. Amar Dhore

    Hi and pic question!

    Download MPLABX and compiler you going to use (XC8, XC16 or XC32) from microchip/download http://microchip.wikidot.com/ this is great site for any PIC user
  9. Amar Dhore

    Hi and pic question!

    If you are beginner to programming, Arduino would be good choice to go ahead. Its very easy to setup/program and there lots of documentation and sample projects available. PICs are always the best but need little bit of programming knowledge to work with them.. --
Top