Skip to content

Instantly share code, notes, and snippets.

How to partition and format a hard drive in Linux

Will be created one partition with GPT as partition table using CLI program parted. The created partition will be formatted with NTFS filesystem.

Getting storage device information

First, list for connected storage devices to your computer and check for its location

@mateuscelio
mateuscelio / pin_config.md
Created February 24, 2021 23:53
How to program ESP32 CAM using Arduino UNO with PlatformIO

Pin connections

Connect ESP UOR(GPIO 3) pin to Arduino RX(D0) pin. Connect ESP UOT(GPIO 1) pin to Arduino TX(D1) pin.

Supply energy to ESP connecting Arduino 5V pin and GND to ESP 5V and GND pin.

Connect Arduino RESET pin to the GND.

To program, connect ESP IO0(GPIO 0) to GND. To start and use serial monitor, disconnects the ESP IO0(GPIO 0) from GND.