Skip to main content

Program PIC microcontrollers using LabJack U3

Project description

labjack_pic

Program PIC microcontrollers using LabJack U3

I have multiple PICkits 1, 2, and 3, but none of them can program the part I selected for my latest project. Rather than shell out for yet another PICkit, I wrote this script to program the part using a LabJack U3 which I already had lying around.

Connections

Connect GND, MCLR, ICSPDAT, ICSPCLK to FIOs on the LabJack. Defaults are:

  • MCLR on FIO4
  • ICSPDAT on FIO5
  • ICSPCLK on FIO6

You can use different pins, just edit the script correspondingly.

If your cirucit is OK with 5V power and doesn't draw too much current, you can power it with VS (usb power). Otherwise arrange some other power supply. LabJack outputs are 3.3 V, so lower voltages are a bad idea.

Installation

pip3 install labjack_pic

Usage

labjack_pic [filename.hex]

This programs the hex file:

  • If the hex file contains program code, it will bulk erase that area first
  • If the hex file contains config words, it will erase those first
  • If the hex file contains user id words, it will erase that area first
  • If the hex file contains EEPROM data, it will not erase that first. It will update any bytes specified.

Devices supported

This script only supports low-voltage programming. This means MCLR is not available as a general-purpose input in the circuit. This also means that this programmer cannot recover a part that has been programmed to MCLR-as-input.

Currently supports devices covered by Programming Specification 40002317. These are:

  • PIC16F18013
  • PIC16F18023
  • PIC16F18014
  • PIC16F18024
  • PIC16F18044
  • PIC16F18054
  • PIC16F18074
  • PIC16F18015
  • PIC16F18025
  • PIC16F18045
  • PIC16F18055
  • PIC16F18075
  • PIC16F18026
  • PIC16F18046
  • PIC16F18056
  • PIC16F18076

I would accept patches to support other PICs, but larger memory devices are probably going to be obnoxiously slow to program with LabJack hardware.

Performance

The SPI clock of the U3 is relatively slow. Writing takes maybe 2-3x as long as a proper programmer that can do the full 5 MHz clock.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

labjack_pic-0.0.2.tar.gz (15.4 kB view details)

Uploaded Source

Built Distribution

labjack_pic-0.0.2-py3-none-any.whl (15.2 kB view details)

Uploaded Python 3

File details

Details for the file labjack_pic-0.0.2.tar.gz.

File metadata

  • Download URL: labjack_pic-0.0.2.tar.gz
  • Upload date:
  • Size: 15.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.8.10

File hashes

Hashes for labjack_pic-0.0.2.tar.gz
Algorithm Hash digest
SHA256 f471e579abcfa92ee2474bdcf5735a1fe59d13f5ef426b924559c4cf643a2b97
MD5 1fc5cccbb33d1862c11550fca01a2bb8
BLAKE2b-256 db478c9b806768f124e0fa67575460ba54396439b0237786d4c18ed21108ac06

See more details on using hashes here.

File details

Details for the file labjack_pic-0.0.2-py3-none-any.whl.

File metadata

  • Download URL: labjack_pic-0.0.2-py3-none-any.whl
  • Upload date:
  • Size: 15.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.8.10

File hashes

Hashes for labjack_pic-0.0.2-py3-none-any.whl
Algorithm Hash digest
SHA256 7ee7568a0a66cdea1d878caacd1573d001ee02f26bebe1c994ca12733ad4b55d
MD5 52210438daf61daf5a03682f27dfdf50
BLAKE2b-256 aaabe21abb4be7b644e1419928d62535ce46191d9a314987510b6c6ff499045e

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page