Results 1 to 5 of 5

Thread: PIC programming 101

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #3
    Orca Whisperer N1LAF's Avatar
    Join Date
    Jul 2007
    Location
    Ledyard, CT
    Posts
    13,949
    Digikey has a wide range of socket-able development kits, some with built-in programmers.


    Microchip Curiosity 8/14/20 pin Eval boards, with built-in programmer $26


    Microchip Curiosity 28/40 pin Eval boards, with built-in programmer $40

    For button press, I use counters. when you have your code in place, you can toggle an output line and measure its frequency when running, tells you the period of your program loop. Knowing that, you can determine the counter value that will give you a positive button press, and compensate for minor switch bounce. You will be able to quickly change banks.
    Last edited by N1LAF; 05-09-2020 at 06:45 AM.

Posting Permissions

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