Category: Electronic

esp-12 hybrid programming board and breadboard adapter main 2

esp-12 esp-07 (esp8266) programming board and breadboard adapter

When I went to use esp12 and esp07, and the first problem was how to put it on the breadboard, luckily I found an adapter developed by tweeto, and that was what I needed, but I would like to make it easier to use, so I redesigned it smaller and added some labels to identify the pins, than I create a PCB to use It as programming board.

ESP32 integrated LittleFS FileSystem 4

ESP32: integrated LittleFS FileSystem – 5

LittleFS was recently added and focuses on higher performance and directory support, but has a higher resource consumption and occupancy per file, although not by default for esp32 it should be remembered that it takes up less resources than FatFS.

Ho to use SD Card Adapter esp32 19

How to use SD card with esp32 – 2

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 esp32.