HackTJ-8-ACJ / Hardware

Hardware portion of our HackTJ 8.0 project.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HackTJ - Hardware

This is the repository for the hardware portion of our HackTJ 8.0 project. The code controls an Adafruit HUZZAH ESP8266 microcontroller, which has onboard WiFi, and uses an HC-SR04 Ultrasonic Sensor.

Usage

The code in this repo won't work as-is. It is a PlatformIO project, and needs to be built with that. Additionally, it requires a file called secrets.h to be present in the include/ directory and declare as const char * values for both WiFi_ssid and WiFi_password (in order for the ESP8266 chip to connect to WiFi). Don't ask for it please, since it has my WiFi SSID and password :)

About

Hardware portion of our HackTJ 8.0 project.


Languages

Language:C++ 100.0%