コンテンツにスキップ

Panironino#


Panironino is Fab Academy compatible ESP8266 breakout board, and it is highly inspired by Barduino 2.0 which is developed by FabLab BCN.
The name is a pun for ESP8266’s 8(pa)2(ni)66(ro-ni) + Arduino, which only Japanese can understand…

It is almost redraw Neil´s version with some improvements. They are:

  • Thicker traces to support bigger current draws
  • Large GND and 3V3 planes
  • 100% compatible with default Arduino IDE
  • Led on the power line
  • Programable led on GPIO13 to test sketches

making#


footprint images(png)#

trace

  • endmill: 1/64

trace anntena

  • endmill: 1/32
  • cut depth: 0.01 inch (0.254 mm)
  • max depth: 0.01 inch (0.254 mm)
  • offset number: -1
  • invert image at mods

holes

  • endmill: 1/32
  • invert image at mods

cutout

  • endmill: 1/32

BOM#

  • 1 x ESP-WROOM-02
  • 1 x CAP CERAMIC 1 uF 1206
  • 1 x CAP CERAMIC 10 uF 1206
  • 1 x RES 0 OHM 1206 SMD
  • 2 x RES 510 OHM 1206 SMD
  • 2 x RES 10K OHM 1206 SMD
  • 1 x SWITCH TACT SMD W-GND 160GF
  • 2 x LED RED CLEAR 1206 SMD
  • 1 x IC REG LDO 3.3V 1A SOT223-3
  • 1 x SWITCH SLIDE SPDT

install core#

#

Arudino > Preferences… > Additional Board Manager URLs. Enter the following link into the Additional Board Manager URLs field.

https://arduino.esp8266.com/stable/package_esp8266com_index.json

Then, Tools > Boards > Board Manager…, Search ESP8266 and install.

programming#

hello.ESP-WROOM-02D.echo(arduino)#

references#