EEKit Blog. Programmer's Notes
Electronics Engineering Kit. | eekit.blogspot.com
Pages
Home
Glossary
About
14 Apr 2020
How to Format a USB Drive to FAT32 on Mac
diskutil list
sudo diskutil eraseDisk FAT32 SA MBRFormat
/dev/disk2
SA // New disk name
or use
https://www.sdcard.org/downloads/formatter/index.html
13 Apr 2020
Setup Serial Port VM VirtualBox
for macOS, Unix
Enable in Virtual Box
Ports ->
Host Device:
/dev/tty.wchusbserial1420
Important! In the guest system install drivers for the device that will be used with the port.
Newer Posts
Older Posts
Home
Subscribe to:
Posts (Atom)
Popular Posts
Ремонт и восстановление SELGA 404-405. Часть 1. (Repair SELGA 404/405. Part 1)
Селга 404/405 – советский супергетеродинный СВ/ДВ радиоприемник, производством которых занимался завод Radiotehnika, Рига. Литва. Корпус при...
Доработка приемника Селга 404-405. Индикатор точной настройки. Часть 2. (Tuning indicator SELGA 404/405. Part 2)
Часть 1 Для определения точной настройки приемника используется изменение постоянной составляющей на коллекторе транзистора УПЧ Т2. При от...
STM32CubeIDE autocomplete doesn't work. Solving the problem
Using Mac or Linux Assign the hotkeys, uncheck or use with the default settings - Apply settings and reload the CubeIDE - Use " Shift+...
The basics of Arduino game programming: Start & Board Setup. (Part 1)
Preamble Have you ever played games? Sure! Would you like to build and program yours one? Follow to me! I guarantee, that the pro...
Get Started with ESP8266/ESP32. Setup RTOS & NONOS, IDF SDKs
My setup IDF_PATH --> sudo nano ~/.zshrc 1. Toolchain Setup https://docs.espressif.com/projects/esp8266-rtos-sdk/en/latest/...