Skip to content

Instantly share code, notes, and snippets.

@VerteDinde
Last active December 21, 2021 14:50
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save VerteDinde/5b4c61f57a0d5597f1bb253285abcaeb to your computer and use it in GitHub Desktop.
Save VerteDinde/5b4c61f57a0d5597f1bb253285abcaeb to your computer and use it in GitHub Desktop.
AdaFruit Installation Instructions

IoT Hackathon 2019

AdaFruit Hardware Installation

Hardware + What to Install

In addition to the Microsoft Azure Sphere, we also have hardware available from Adafruit (hardware list).

You will need to install the Arduino IDE to program the device. Depending on your operating system, you may require drivers for the Feather HUZZAH. Follow the instructions here to install drivers and run the Blink Test and the Connecting via WiFi to make sure your system and WiFi are set up correctly.

Install Steps

These instructions largely follow https://learn.adafruit.com/adafruit-feather-huzzah-esp8266/using-arduino-ide You can find more details and screenshots there.

  1. Install the CP2104 VCP Drivers (not necessary for Linux): https://www.silabs.com/products/development-tools/software/usb-to-uart-bridge-vcp-drivers
  2. Install the Arduino IDE here!: https://arduino.cc/download
  1. Run Blink Code
  • File > Examples > ESP8266 > Blink
  • Click Verify (If you don’t have a device)
  • Click Upload (If you do have a device)

Adafruit has several setup tutorials, videos, and articles available to help you familiarize yourself with the platform.

Communication

Please make sure you sign up for the WWCode Portland Slack community and join the #hackathon-2019 channel.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment