bleeptrack / picoplanet

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PicoPlanet

Product Image PicoPlanet is a series of procedurally designed PCBs.
Available here: Tindie
More information about the design process: link coming soon

Features:

  • Dimensions: 27.0 x 89.2 mm

  • SAMD21

  • USB-C

  • 3 capacitive touch buttons (planets)

  • 1 RGB LED

  • 4 additional pins on the backside with 3.3V and 5V

Pinout

Front

Pinout Front

Back

Pinout Back

Usage

Important: because the PCBs are procedurally generated, the threshold values for the capacitive touch buttons might need to be adjusted by you.

Circuit Python (recommended)

  • Download Circuit Python from circuitpython.org
  • Connect your PicoPlanet to your PC. A drive called PLANETBOOT should appear.
  • Place the firmware on the PLANETBOOT drive and wait for a moment. PLANETBOOT will dismount and a new drive called CIRCUITPY will appear.
  • More information on Circuit Python can be found here: CPY getting started
  • In case you want to update your Circuit Python Version, you need to bring your board back to bootloader mode. This can be done by connecting a wire to the GND pin on the backside and double tap the RESET pad with the other end of the wire. The PLANETBOOT drive should appear now and you can place the updated firmware in the drive. See example video.

Arduino

  • In your Arduino IDE, unter File > Preferences add https://boards.bleeptrack.de/package_bleeptrack_index.json to "Additional Boards Manager URLs"
  • Open your Board Manager. Search for "bleeptrack boards" and install them.
  • Choose bleeptrack boards > PicoPlanet in your Board selection
  • Compile and upload :)
  • If Arduino does not detect your PicoPlanet board, bring your board into bootloader mode by connecting a wire to the GND pin on the backside and double tap the RESET pad with the other end of the wire. The PLANETBOOT drive should appear now and the Arduino IDE will recognize the board again. See example video.
  • The LED RGB Pins can directly be accessed by LED_R, LED_G, LED_B

Troubleshooting

  • bossac not found when compiling Arduino Sketch: reinstall bleeptrack-boards package or install another package that contains bossac like Arduino SAMD Boards (32-bits ARM Cortex-M0+)

Generator

You can play with the generator yourself. Run npm install in the generator folder to download the dependencies. Open index.html and reload the page to generate a new image. You have two options to save: Perfect Purple gives a SVG that is compatible with svg2shenzen and is made for typical PCBs (like the Oshpark's Perfect Purple). You can also choose After Dark which is specifically made for Oshpark's After Dark with a black base plate and a clear solder mask.

The generated images are currently not suitable to use them directly for pen plotters (and in the vector format also not for laser cutters). You might need to adjust them to your needs.

You are free to use the code and the generated images in any non-commercial way.

Accessories

  • A case by tinyledmatrix can be found in this repo in the frameCase folder
  • Another case by Kartoffel is on Thingiverse: Bumpercase

About


Languages

Language:JavaScript 48.1%Language:C++ 23.0%Language:C 16.4%Language:Python 8.9%Language:GDB 2.1%Language:HTML 1.3%Language:CSS 0.2%