Skip to content

Commit

Permalink
Added Schematic and PCB for ESP32
Browse files Browse the repository at this point in the history
  • Loading branch information
technik-gegg committed Jan 25, 2022
1 parent 85514fd commit 889ddc2
Show file tree
Hide file tree
Showing 23 changed files with 75,273 additions and 2,943 deletions.
27 changes: 27 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,30 @@
*.workspace
*.bak

# Temporary files
Gerber.zip
*.000
*.bak
*.bck
*.kicad_pcb-bak
*.kicad_sch-bak
*-backups
*.kicad_prl
*.sch-bak
*~
_autosave-*
*.tmp
*-save.pro
*-save.kicad_pcb
fp-info-cache

# Netlist files (exported from Eeschema)
*.net

# Autorouter files (exported from Pcbnew)
*.dsn
*.ses

# Exported BOM files
*.xml
*.csv
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,13 @@ If you need other baudrates, you have to change it in the firmware source code -

## Recent changes

**1.1.1** - Added Schematic and PCB for ESP32 version

This little adapter PCB for the ESP32 DevKit / NodeMCU makes wiring up all the connectors a breeze.

![IFC2](images/ESP32-PCB.png)
![IFC2](images/ESP32-PCB-Back.png)

**1.1.0** - Added ESP32 support

The ESP32 (which has been the base for SMuFF-Ifc version 1) is the bigger brother of the ESP8266 and comes with more features, such as more serial interfaces and Bluetooth support. This enables you to use the SMuFF-Ifc as an three way splitter sitting between Duet / RRF, SMuFF and PanelDue. In addition, this device supports the SMuFF WebInterface (SMuFF-WI) when connecting via Bluetooth.
Expand Down
Loading

0 comments on commit 889ddc2

Please sign in to comment.