TOP Contributors

  1. MIKROE (2663 codes)
  2. Alcides Ramos (358 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 (137111 times)
  2. FAT32 Library (70238 times)
  3. Network Ethernet Library (56129 times)
  4. USB Device Library (46434 times)
  5. Network WiFi Library (42080 times)
  6. FT800 Library (41390 times)
  7. GSM click (29118 times)
  8. mikroSDK (26564 times)
  9. PID Library (26503 times)
  10. microSD click (25487 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: 1668 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 using PIC18F4550

10

I make this project just to learn USB communication protocol with PIC18F4550, you can use HID terminal of MikroC for sending and receiving data. I also develop visual C sharp application, which can receive and transmit data, there is also proteus simulation: my.world782@gmail.com Ignore PWM lines bcz I am working on this code.

[Learn More]

Easy USB HID Temperature Sensor with Display TFT and PIC32MX7

0

This Project utilizes temperature sensor and USB HID on PIC32MX7 Multi Media Board. Temperature is read from pin RB8/AN8 (°C). Value is then displayed on TFT display. The temperature value is send via USB to PC . This project work with USBHIDNetClass USBHID Drive and Visual C# 2008/2010 or VB.NET.

[Learn More]

USB Random Generator

0

Turn your Mikromedia for STM32 into an USB Random Generator. This example uses the STM32F407VG hardware RNG to feed a stream of random bits to USB HID. In Linux, you could use the resulting /dev/hidraw0 as a drop-in replacement for /dev/urandom, just by plugging the device.

[Learn More]