A
A
A
A
A
A
A
A
A

Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.

Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.

Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.

Building a device prototype

Part 1: Exploring your kit

Let's go over the parts included in the kit and what they are used for.

Part 2: Harmless electronics

A short disclaimer.

Part 3: Inspecting your microcontroller board

Let's look intently at the HUZZAH board and try to decipher the meaning of its labels.

Part 4: Adding support for our board in Arduino

To program our board we will be using the Arduino environment, but our board is not really from the Arduino brand, so we need to add support for it before we can continue. The video will show you this step in greater detail. Oh, and you will need this copy and paste this URL to follow the video. https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json this is the URL that you will need to paste on the boards manager setting.

Part 5: Checking that everything works

Now that we have the Arduino programming environment setup, we need to verify that we can actually upload code to the board. Once we clear this step we will have successfully set ourselves up for the work ahead.

Part 6: Why are we using the HUZZAH?

Why was this board chosen instead of the more conventional choice of an Arduino? What are its advantages and disadvantages?