Category: Tutorial

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.

How to use SD Card Adapter esp8266 and Arduino 8

How to use SD card with esp8266 and Arduino – 1

When you use a microcontroller an important features is store data, for logging or setting, for a web server or to show image. The better solution is an SD card, because It’s simple, small and low power device.
Now we are going to look how to connect and use with standard SD library with Arduino and esp8266.

WeMosD1Mini esp8266 Sleep modem light deep wake 6

WeMos D1 mini (esp8266), the three type of sleep mode to manage energy savings – Part 4

When you create a new IoT project probably you need to connect microcontroller to a battary power source, but if you don’t use a power saving options your battery will run out in no time.
As a lot of IoT microcontroller, WeMos D1 mini have some power saving mode.
The types are modem sleep, light sleep and deep sleep.