Design Circuits with NodeMCU in Fritzing

How To Design Circuits with NodeMCU in Fritzing?

Tasnim Zotder
3 min readJan 27, 2022

--

Fritzing is an open-source software to design circuits, PCB, and write code for Arduino devices. Fritzing provides components from a variety of designers and producers. Besides, one can use any custom components by adding the part file which has a file extension fzpz. In this article, we'll learn how to design circuits with NodeMCU in Fritzing.

Also Read in 👉 How To Design Circuits with NodeMCU in Fritzing? — Tasnim Zotder

Components & Services

Steps

1. Download & Install Fritzing File

  • To download Fritzing from the official site it asks for € 8 (or € 25). To save money download from third-party website 👉 Fritzing (64-bit) Download (2022 Latest) (filehorse.com).
  • After completion of the downloading, move the fritzing.---.zip file to a directory where you want to install it like C:\src.
  • Now extract the .zip file.
  • In that extracted directory, there’ll be a file named Fritzing.exe. Make to a shortcut of that file in the Desktop (optional).
Fritzing.exe File

2. Add NodeMCU Part File

NodeMCU in Fritzing
NodeMCU in Fritzing

3. Design a Circuit

  • Open the Fritzing Software.
  • Add NodeMCU by searching it in the Parts section.
Parts Section — Fritzing
  • Now add a breadboard and a LED.
NodeMCU, LED and Breadboard — Fritzing
  • Now make a connection.
NodeMCU complete circuit — Fritzing

4. Export The Design

To export the circuit as an image file -

  • Go to File --> Export --> as Image --> PNG/JPG/SVG/PDF.

This exported image can’t use in production. To export for production, select the for Production option in the Export option.

Also Read in 👉 How To Design Circuits with NodeMCU in Fritzing? — Tasnim Zotder

References 📝

--

--