Pinecil

From PINE64
Revision as of 15:25, 31 December 2020 by Arwen (talk | contribs) (→‎Overall description: Fixed syntax with comma)
Jump to navigation Jump to search

PAGE UNDER CONSTRUCTION, INFO SUBJECT TO CHANGE

Overall description

The Pinecil is a portable, temperature controlled soldering iron. It's main features are:

  • Portability
  • Settable temperature
  • Soldering tips:
    • Replaceable
    • More than half a dozen available. Currently sold as 2 separate sets of 4, one fine set, the other larger.
    • Compatible with TS100
  • Flexible power sources:
    • Barrel jack
    • USB Type C power delivery

There are additional features that include:

  • Programmable via embedded processor
  • Display that can have items like temperature
  • Idle detection, for automatic power down of tip

Pictures

  • Pinecil Renders:

Pinecil Exploded Diagram ver 0.9.png


Pinecil-bb2-01.jpg

  • Pinecil Prototype:

PinecilPrototype.jpg

Pinecil tips

  • Default tip model TS-B2 accompany with Pinecil
  • Tip set 1 (left) & 2 (right): PinecilTipSets.jpg
  • Uses TS-100 compatible tips

Specifications

  • Dimensions: 170mm with solder tip or 98mm without solder tip x 12.8mm x 16.2mm
  • Weight: 30g with solder tip, 20g without solder tip
  • CPU: GD32VF103TB 32-bit RV32IMAC RISC-V “Bumblebee Core” @ 108 MHz
  • Memory:
    • 128KB Flash
    • 32KB SRAM
  • DC in (only one of the following at a time):
    • 12V- 24V DC5525 Barrel Jack
    • USB-C 12-20V PD
    • QC3.0
    • Recommend operating voltage 12-21V, maximum rating at 24V

Pinecil board information, schematics and certifications

  • Pinecil breakout board: Pinecil-breakout-board-02.jpg


Firmware Image Releases

Links to development firmware and documentation:

Datasheets for components and peripherals


Development efforts

Project Homepage Project Source Implementations
Ralimtek https://ralimtek.com https://www.gitmemory.com/Ralim

How to update a firmware

(Method tested on Linux, should work on any OS where dfu-util works, instructions assumes you have dfu-util 0.9)

Warning: This potentially can brick your device. Do on your own risk!
If dfu-util command cannot find a device with 28e9:0189 ID, try to run it with sudo
  1. Enter an update mode. For that plug USB cable while holding *-* button (button, that's closest to USB-C port)
  2. Make a firmware backup: dfu-util -d 28e9:0189 -a 0 -U ~/pinecil/internal.flash.stock -s 0x08000000
    1. 28e9:0189 -- USB Device ID (can be obtained from lsusb or dfu-util -l but in dfu-util output it might be hard to identify the Pinecil device)
    2. -a 0 -- selects partition to flash. List of possible options can be obtained via dfu-util -l. Partition 0 - internal SPI flash. Partition 1 - fuses (description of fuses can be found in User Manual for the chip)
    3. -U -- specifies a mode. U is upload, which means that firmware will be downloaded and saved to file (yes, that's confusing, but it is what it is, feel free to verify that in a manual of your version of dfu-util). Command must be followed by a path to file where you want to save your firmware. dfu-util will refuse to dump firmware if you already have a file with that name.
    4. -s 0x08000000 -- specify the address in a flash from which dump will start. This can be obtained from dfu-util -l.
  3. Flash a new firmware: dfu-util -d 28e9:0189 -a 0 -D ~/pinecil/internal.flash.stock -s 0x08000000:mass-erase:force
    1. -D -- is a mode to Download firmware to the device (yes, that's confusing, but you indeed Upload from device and Download to device with dfu-util). That should follow the file with the firmware Same stock one from (1) used here on purpose.
    2. -s 0x08000000:mass-erase:force -- specified the address where to flash the file. :mass-erase:force is required to force-erase flash before updating firmware, otherwise you might have unpredictable results.

Disassembly steps

  1. Remove tip if present.
    1. Let tip cool down.
    2. Loosen top (display side) screw (PH1) on the tip side of the device.
    3. Gently pull tip out.
  2. Slide rubber off towards the tip side.
  3. Remove the ground screw (longer screw on the top side towards the port side) (PH1).
  4. Remove the bottom screw (at the tip side, between the legs) (PH1).
  5. Slightly pull the two halves of the case apart at the tip side, enough to get a fingernail or guitar pick between the halves.
  6. Move the pick down the length of the split to loosen the bottom half's clips from the top half of the case.
  7. Once loose, remove the bottom half by moving it forward (it is retained by the top half at the port side).
  8. Remove the screws retaining the copper tip contacts (PH000).
  9. Remove the now loose copper tip contacts.
  10. Gently push the board towards the tip side by pushing on one of the ports (for example, by using a misaligned USB C connector).
  11. The PCB assembly is now free to be lifted out.
    1. The key caps are now no longer retained, carefully set aside the top half, or remove the caps and store them separately.

Assembly steps

  1. Place the key caps into their recesses in the top half of the case.
  2. Place the PCB assembly into the top half of the case ports first.
    1. Lower the rest of the board into the case and move the PCB assembly towards the port side of the case (the DC barrel connector may be a firm place to gently push).
  3. Install the copper tip contacts.
    1. Orient the contact to align the alignment pin with the alignment hole next to the big hole on one of the big gold pads.
    2. Install and gently tighten the PH000 screw until the clip is no longer loose.
  4. Place the bottom half of the case into the top half by sliding the lip on the port side (side without the feet) of the bottom half under the arch of the port side of the top half.
  5. Gently close the case by bringing the two halves together, paying attention to each clip's alignment and ensuring the case edges align.
  6. Install the short PH1 screw at the bottom of the tip side of the case.
  7. Install the longer PH1 screw at the ground connection point at the top side of the case (between the display and the ports).
  8. Slide the rubber sleeve on (larger ridge first).
  9. Gently insert tip.
  10. Gently tighten the top PH1 screw to retain the tip.