TOP Contributors

  1. MIKROE (2658 codes)
  2. Alcides Ramos (355 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 (136934 times)
  2. FAT32 Library (70053 times)
  3. Network Ethernet Library (56013 times)
  4. USB Device Library (46328 times)
  5. Network WiFi Library (41936 times)
  6. FT800 Library (41253 times)
  7. GSM click (29043 times)
  8. mikroSDK (26447 times)
  9. PID Library (26435 times)
  10. microSD click (25391 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: 1665 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

PROGRAM ZA 18F2550 10 BIT AND SET JOY

0

This is a simple demonstration of 8 Axis, 12 Buttons and Hat Joystick Controller Possibility of adjusting OFFSET potentiometer USING REFERENCES VREF+ and VREF- Due to the angle of the potentiometer. There are opportunities to expand the matrix of buttons Program to use USB_HID_desc

[Learn More]

Tool: PIC uart to USB interface

0

Converts PIC level Uart signals to USB in both directions. This project is meant for use with PC's that do not have an RS232 interface any more. It makes it possible to handle the pic uart signals with a PC without an RS232 interface.

[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]