Category: Software

FlatCAM pratical tutorial gcode and milling PCB 2

FlatCAM practical tutorial: gcode and PCB milling – Part 6

FlatCAM is a program for preparing CNC jobs for making PCBs on a CNC router. Among other things, it can take a Gerber file generated by your favorite PCB CAD program, and create G-Code for Isolation routing.
Here we are going to create gcode and show the milling process.

FlatCAM pratical tutorial Countour 0

FlatCAM practical tutorial: contour – Part 5

FlatCAM is a program for preparing CNC jobs for making PCBs on a CNC router. Among other things, it can take a Gerber file generated by your favorite PCB CAD program and create G-Code for Isolation routing.
Here we are going mill contour.

FlatCAM pratical tutorial silkscreen geometry 0

FlatCAM practical tutorial: silkscreen geometry – Part 4

FlatCAM is a program for preparing CNC jobs for making PCBs on a CNC router. Among other things, it can take a Gerber file generated by your favorite PCB CAD program and create G-Code for Isolation routing.
Here we are going to add a silkscreen.

FlatCAM pratical tutorial Clean non copper area 0

FlatCAM practical tutorial: clean non copper area – Part 3

FlatCAM is a program for preparing CNC jobs for making PCBs on a CNC router. Among other things, it can take a Gerber file generated by your favorite PCB CAD program and create G-Code for Isolation routing.
Here we are going to remove copper islands.

FlatCAM pratical tutorial: copper traces geometry - Part 2 0

FlatCAM practical tutorial: copper traces geometry – Part 2

FlatCAM is a program for preparing CNC jobs for making PCBs on a CNC router. Among other things, it can take a Gerber file generated by your favorite PCB CAD program, and create G-Code for Isolation routing.
Here tha isolation of traces.

FlatCAM pratical tutorial: Introduciton installation import - Part 1 6

FlatCAM practical tutorial: introduction, installation, and import – Part 1

FlatCAM is a program for preparing CNC jobs for making PCBs on a CNC router. Among other things, it can take a Gerber file generated by your favorite PCB CAD program, and create G-Code for Isolation routing.
Here an introduction, how to install and import files.

74

FTP server on esp8266 and esp32

For static information (Web pages for examples), that not change frequently, esp8266 or esp32 have internal SPIFFS (SPI Flash File System) and you can upload data via Arduino IDE as explained in the article “WeMos D1 mini (esp8266), integrated SPIFFS Filesystem” but for fast operation and future support It’s usefully use FTP.