Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

low cost picstick_25k50 platform with programming via USB mass storage

Status
Not open for further replies.

enkilo

Newbie
Joined
Sep 17, 2010
Messages
1
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,307
I have found these two underrated but almost unknown projects "picstick_25k50" and "USB-Stack"
They're easily manufactured with low part count and can be made by soldering novices.

It is the cheapest possible opensource microcontroller I know of. The circuit board is small, made with through-hole parts and can be used on breadboard, using wire-wrap or with JST connectors which makes it ideal for experimenting and building sophisticated machines.
The PIC18F25K50 is a very capable $2 microcontroller with builtin USB, an internal oscillator up to 64MHz and many analog peripherals.
The cost for a small lot of 20 picsticks is as low as $5 per unit. Because of the internal oscillator a quartz can be omitted. The same goes for the costly USB plug and cable because the USB connector is directly on the print board.
There are two bootloaders for it. One is from the Pinguino IDE, an opensource programming environment close and compatible to Arduino. The other makes the "picstick" appear as USB thumb drive to which you can drag & drop a new program as a .HEX file. For this mode the button needs to be pressed while plugging it into the USB. When programmed, the picstick can then be either powered by USB or independently from a 3.7V lithium battery.

libpicp and pictest are two skeleton projects, for writing software libraries and programs compatible across a range of PIC12/16/18 and across the sdcc and the xc8 compiler.
from the author of the USB-uC bootloader is also the USB-Stack project which contains templates for USB devices like MIDI and HID using xc8 and MPLAB IDE.

Hardware layouts

OSH Park PCB service
Pinguino IDE and bootloader

Hackaday article about the USB stack for PIC

USB Stack for making picstick appear as USB device (for MIDI etc.)
PIC18F25K50 datasheet

Library for different PICs (16F876A, 18F252, ....)

Test programs for different PICs
 

Attachments

  • photo_2022-08-20_20-10-18.jpg
    photo_2022-08-20_20-10-18.jpg
    450.7 KB · Views: 89
  • photo_2022-08-20_20-10-25.jpg
    photo_2022-08-20_20-10-25.jpg
    407.1 KB · Views: 80
  • picstick_25k50_v1.brd.png
    picstick_25k50_v1.brd.png
    22.2 KB · Views: 83
  • picstick_25k50_v1.sch.png
    picstick_25k50_v1.sch.png
    82.1 KB · Views: 77
  • picstick_layout.jpg
    picstick_layout.jpg
    57.2 KB · Views: 85

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top