Skip to content
This repository has been archived by the owner on Oct 2, 2020. It is now read-only.

MCU Module: added NodeMCU modules ESP-12E and ESP-32S #1426 #2073

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions MCU_Module.dcm
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,12 @@ K STM32 Nucleo ST
F http://www.st.com/st-web-ui/static/active/en/resource/technical/document/data_brief/DM00105918.pdf
$ENDCMP
#
$CMP NodeMCU_DEVKIT_V1.0
D Microcontroller module with ESP8266 MCU
K ESP8266 microcontroller module USB WIFI
F https://github.com/nodemcu/nodemcu-devkit-v1.0/blob/master/NODEMCU_DEVKIT_V1.0.PDF
$ENDCMP
#
$CMP Omega2+
D Iot Computer Module by Onion
K onion omega module
Expand Down
45 changes: 45 additions & 0 deletions MCU_Module.lib
Original file line number Diff line number Diff line change
Expand Up @@ -1201,6 +1201,51 @@ X NC 9 -1100 700 150 R 50 50 1 1 N N
ENDDRAW
ENDDEF
#
# NodeMCU_DEVKIT_V1.0
#
DEF NodeMCU_DEVKIT_V1.0 A 0 20 Y Y 1 F N
F0 "A" -400 1150 50 H V L CNN
F1 "NodeMCU_DEVKIT_V1.0" 100 -1250 50 H V L CNN
F2 "Module:NodeMCU_devkit" 100 -1350 50 H I L CNN
F3 "" 0 -1200 50 H I C CNN
$FPLIST
NodeMCU*devkit*
$ENDFPLIST
DRAW
S -400 1100 400 -1200 0 1 10 f
X ADCEX 1 500 200 100 L 50 50 1 1 B
X GND 10 0 -1300 100 U 50 50 1 1 P N
X 3V3 11 100 1200 100 D 50 50 1 1 W
X CH_PD/EN 12 500 600 100 L 50 50 1 1 B
X ~RESET 13 500 800 100 L 50 50 1 1 I
X GND 14 0 -1300 100 U 50 50 1 1 W
X VIN 15 200 1200 100 D 50 50 1 1 W
X 3V3 16 100 1200 100 D 50 50 1 1 P N
X GND 17 0 -1300 100 U 50 50 1 1 P N
X TX/IO1 18 -500 -600 100 R 50 50 1 1 B
X RX/IO3 19 -500 -500 100 R 50 50 1 1 B
X ADC 2 500 100 100 L 50 50 1 1 I
X IO15/HCS 20 -500 500 100 R 50 50 1 1 B
X IO13/HMOSI 21 -500 400 100 R 50 50 1 1 B
X IO12/HMISO 22 -500 300 100 R 50 50 1 1 B
X IO14/HSCK 23 -500 200 100 R 50 50 1 1 B
X GND 24 0 -1300 100 U 50 50 1 1 P N
X 3V3 25 100 1200 100 D 50 50 1 1 P N
X IO2 26 -500 800 100 R 50 50 1 1 B
X IO0 27 -500 600 100 R 50 50 1 1 B
X SDA/IO4 28 -500 -800 100 R 50 50 1 1 B
X SCL/IO5 29 -500 -900 100 R 50 50 1 1 B
X NC 3 400 0 100 L 50 50 1 1 N N
X IO16 30 -500 700 100 R 50 50 1 1 B
X IO10 4 -500 100 100 R 50 50 1 1 B
X IO9 5 -500 0 100 R 50 50 1 1 B
X IO8/MOSI 6 -500 -200 100 R 50 50 1 1 B
X IO11/CS 7 -500 -400 100 R 50 50 1 1 B
X IO7/MISO 8 -500 -300 100 R 50 50 1 1 B
X IO6/SCK 9 -500 -100 100 R 50 50 1 1 B
ENDDRAW
ENDDEF
#
# Omega2+
#
DEF Omega2+ U 0 20 Y Y 1 F N
Expand Down