PCb board similar to Arduino UNO


Closed Thread
Results 1 to 3 of 3

Hybrid View

  1. #1
    Join Date
    Feb 2023
    Posts
    7


    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...

  2. #2


    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 : 1

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