Skip to content

Commit 5334367

Browse files
committed
Added Espruino Pico
1 parent 9d43052 commit 5334367

File tree

4 files changed

+41
-0
lines changed

4 files changed

+41
-0
lines changed

_board/espruino_pico.md

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
---
2+
layout: download
3+
board_id: "espruino_pico"
4+
title: "Espruino Pico Download"
5+
name: "Espruino Pico"
6+
manufacturer: "Espruino"
7+
board_url: "https://www.adafruit.com/product/2621"
8+
board_image: "espruino_pico.jpg"
9+
features:
10+
11+
---
12+
13+
Control Electronics quickly and easily with a tiny USB stick that runs JavaScript - introducing the **Espruino Pico**! [Dig in to the JavaScript of things, with a mini version of the popular Espruino board we already carry](https://www.adafruit.com/product/1887)
14+
15+
This little board has an STM32 microcontroller pre-programmed with Espruino all ready to go so you can start playing immediately. **Warning: if you only use Assembly and think that even embedded C/C++ is for wimps, this device might explody your head.**
16+
17+
**Essential Features:**
18+
- 22 GPIO pins: 9 analog inputs, 21 PWM, 2 serial, 3 SPI, 3 I2C
19+
- All GPIO is 3.3V but 5 volt tolerant
20+
- 2 rows of 9 0.1" pins, with a third 0.05" row of 8 pins on the end
21+
- On-board USB "PCB Type" connector, plugs right into any computer USB port
22+
- Two on-board LEDs and one button
23+
- [STM32F401CDU6](http://www.espruino.com/datasheets/STM32F401xD.pdf) CPU - ARM Cortex
24+
- On-board 3.3v 250mA voltage regulator, accepts voltages from 3.5v to 16v
25+
- Current draw in sleep: < 0.05mA - over 2.5 years on a 2500mAh battery
26+
- On-board FET can be used to drive high-current outputs
27+
28+
**Note**: As of Friday, October 2nd, 2015 we are selling the updated Pico with both a more helpful silkscreen marking for power, an updated USB power diode, and a 500mA polyfuse added!
29+
30+
The Espruino Pico is a USB stick with a tiny computer and JavaScript interpreter built in, allowing for instant feedback from whatever device you're working with. Simply set up your code with the Espruino and send it to the device without having to wait for the board to 'flash.'
31+
32+
The Pico is also designed to be easy to include in your own designs and builds. The .01" pins are easy to fit in to sockets, and castellated edges mean that unpinned Picos can easily be surface-mounted directly to a PCB. And to make it even easier, [Espruino provided a part library for Eagle CAD that includes the Pico's footprint in several different configurations](https://github.com/espruino/EspruinoBoard/tree/master/Pico/Component).
33+
34+
The Espruino Pico's fast response time has a lot of advantages. It allows for quick and easy debugging and is a great way to test your project before your big reveal. In addition, you can control the Espruino from almost anything - Windows, Mac OS, Linux, RasPi, Android, anything that can talk to a USB Serial port.
35+
36+
## Purchase
37+
* [Adafruit](https://www.adafruit.com/product/2621)
38+
39+
## Contribute
40+
41+
Have some info to add for this board? Edit the source for this page [here](https://github.com/adafruit/circuitpython-org/edit/master/_board/{{ page.board_id }}.md).
680 KB
Loading
1.62 MB
Loading
104 KB
Loading

0 commit comments

Comments
 (0)