PCb board similar to Arduino UNO


+ Reply to Thread
Results 1 to 3 of 3
  1. #1
    Join Date
    Sep 2023
    Posts
    1

    Default PCb board similar to Arduino UNO

    Hi,

    I am working on a project, where I need to design a PIC Board similar to Arduino UNO in design. I am using PIC18F452 microcontroller instead of Atmega328 microcontroller.

    So, we will be designing the PIC basic circuit and the programmer/burner on the board. So, it should be just a plug and play thing.

    Similarly it should have a reset buttong and a power LED. So, can someone provide me the complete circuit diagram for this board, if you could rovide its PCB design that would be better.

    I am designing this kind of board: https://www.pcbway.com/project/share...ENT_BOARD.html but with a few changes. It has used PIC16F877a but I will be using the PIC 18F452.

    Thanks in advance.

  2. #2
    Join Date
    Feb 2023
    Posts
    4


    Did you find this post helpful? Yes | No

    Default Re: PCb board similar to Arduino UNO

    There are boards out there that are pin comparable with the Arduino shields. I have a few here and I use 18F27k40's on them. It has more power than the 877 or 452's. But I suppose if you need the pins? Crownhill has stopped making there board but there is still a couple more out there. Just Google it...

  3. #3


    Did you find this post helpful? Yes | No

    Default Re: PCb board similar to Arduino UNO

    What you want to do is little complex

    On Arduinos, they use a usb to serial bridge ic like the FTL232, there is no built in burner. The IDE compiles and loads the hex via the usb to FTL232 to AVR UART. Arduinos have a bootloader.

    So to duplicate this for a pic you will need a bootlader file. Then you will need some kind pc script program that takes the hex file from a folder and sends it out the usb port. Most pic pcbs use ICSP port and an external programmer.

    Microchip app note describes the process. It's old from 2002 so not sure what resources are still available?

    http://ww1.microchip.com/downloads/e...tes/00851b.pdf

    Post your progress

Similar Threads

  1. Replies: 8
    Last Post: - 6th February 2014, 18:36
  2. How to Interface PIC24FJ256GA110 with an Arduino UNO?
    By sharath12 in forum Code Examples
    Replies: 2
    Last Post: - 8th April 2012, 18:06
  3. Replies: 6
    Last Post: - 22nd March 2012, 11:13
  4. PCB board place
    By lerameur in forum General
    Replies: 7
    Last Post: - 11th March 2011, 22:56
  5. universal PIC Board (PCB)
    By NavMicroSystems in forum Schematics
    Replies: 16
    Last Post: - 19th September 2005, 19:13

Members who have read this thread : 10

You do not have permission to view the list of names.

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts