TOP Contributors

  1. MIKROE (2760 codes)
  2. Alcides Ramos (374 codes)
  3. Shawon Shahryiar (307 codes)
  4. jm_palomino (118 codes)
  5. Bugz Bensce (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 (139226 times)
  2. FAT32 Library (71732 times)
  3. Network Ethernet Library (57114 times)
  4. USB Device Library (47426 times)
  5. Network WiFi Library (43051 times)
  6. FT800 Library (42401 times)
  7. GSM click (29832 times)
  8. mikroSDK (28050 times)
  9. PID Library (26881 times)
  10. microSD click (26197 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: 1680 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

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]

USB Gyroscope L3G4200D

0

The L3G4200D is a low-power three-axis angular rate sensor able to provide unprecedented stablility of zero rate level and sensitivity over temperature and time. It includes a sensing element and an IC interface capable of providing the measured angular rate to the external world through a digital interface (I2C/SPI).

[Learn More]

USB MSD Host Library

5

Library for making an USB host capable of reading and writing sectors from/to USB memory sticks (&quot;USB drives&quot; or &quot;pen drives&quot;).To read/write actual files from/to the USB memory stick you need still e.g. a Fat16 or Fat32 library (see example).

[Learn More]