TOP Contributors

  1. MIKROE (2642 codes)
  2. Alcides Ramos (348 codes)
  3. Shawon Shahryiar (307 codes)
  4. jm_palomino (112 codes)
  5. Chisanga Mumba (90 codes)
  6. S P (73 codes)
  7. dany (71 codes)
  8. MikroBUS.NET Team (35 codes)
  9. NART SCHINACKOW (34 codes)
  10. Armstrong Subero (27 codes)

Most Downloaded

  1. Timer Calculator (136225 times)
  2. FAT32 Library (69492 times)
  3. Network Ethernet Library (55711 times)
  4. USB Device Library (45994 times)
  5. Network WiFi Library (41640 times)
  6. FT800 Library (40802 times)
  7. GSM click (28789 times)
  8. PID Library (26333 times)
  9. mikroSDK (26059 times)
  10. microSD click (25146 times)
Libstock prefers package manager

Package Manager

We strongly encourage users to use Package manager for sharing their code on Libstock website, because it boosts your efficiency and leaves the end user with no room for error. [more info]

< Back
Project

UsbPicProg

Rating:

4

Author: Perica Jakimov

Last Updated: 2011-09-06

Package Version: 1.0.0.0

Category: USB

Downloaded: 1661 times

Not followed.

License: MIT license  

This is Simple USB programmer for PIC MCUs made with two mikroElektronika boards.
StartUSB for PIC is used as main board for the programmer, and PICFlash Experimental Board as second board.
The project was build by the concept from usbpicprog.org

No Abuse Reported

Do you want to subscribe in order to receive notifications regarding "UsbPicProg" changes.

Do you want to unsubscribe in order to stop receiving notifications regarding "UsbPicProg" changes.

Do you want to report abuse regarding "UsbPicProg".

  • Information
  • Comments (0)
DOWNLOAD LINK RELATED COMPILER CONTAINS
Other PIC Compilers
  • lib
  • src
  • exa
  • hlp
  • hex
  • sch
  • pcb
  • doc

Project Blog

This project is a simple USB programmer for PIC microcontrollers.

The programmer is built with two mikroElektronika boards, the Start USB for PIC used as a main board, and PICFlash Experimental Board as MCU placement board.

The project is a variant for the programmer shown on usbpicprog.org .

The programmer is very simple, very interesting and very cheap!

The software used is also very simple and it support a lot of PIC MCUs, and can be run on Windows, Linux or Mac OS. Latest software and firmare can be downloaded from usbpicprog download page.

You can use the bootloader for "Start USB for PIC board" to upload the new bootloader!

Picture 01

Picture 01

Picture 01

View full image
Picture 02

Picture 02

Picture 02

View full image
Picture 03

Picture 03

Picture 03

View full image

RELATED CODES

Weather

0

This display weather application use an USB connection to display informations on MikroMMB for PIC18FJ ( rev 1.05 ). The MMB application receive information and display it on the TFT. The PC application ( Visual C# Express ) displays an icon on the taskbar, right click on this icon for configuration's choices.

[Learn More]

USB HID with pywinusb Program

0

This example uses the USB HID library with the STM32F103C8T6. The library also contains a simple python program using pywinusb which allows communication easily with the microcontroller.

[Learn More]

MikroC HID Joystick With Analog/Digital POV

0

An extended version of USB HID Joystick. X,Y and Throttle analog input. POV Hat alternate analog or digital input. 4 buttons supported. PORTB,RB4 selects Analog POV input when set to 1 or Digital POV input, when RB4=0. PORTB,RB5, RB6 and RB7 change POV value.

[Learn More]