Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The ESP32 can be flashed over the air or using a serial to USB adapter.

Visual studio setup:

Setup visual studio,

  1. Clone gitub repo to workspace

  2. Download Git Bash for windows

  3. Cd into the folder “crs-wifi-car-firmware”

  4. “git submodule update --init --recursive” this downloads the ESP-IDF

  5. “source ./install.sh” install relevant tools

  6. Done

\uD83D\uDCD8 Instructions for serial adapter

...