Skip to content

Instantly share code, notes, and snippets.

@andrewjaykeller
Last active November 16, 2016 22:42
Show Gist options
  • Save andrewjaykeller/a75e7fd32c426fd13514dd1eb79489d8 to your computer and use it in GitHub Desktop.
Save andrewjaykeller/a75e7fd32c426fd13514dd1eb79489d8 to your computer and use it in GitHub Desktop.
OpenBCI wifi
Wifi
For the firmware that runs on ESP8266 see [OpenBCI_Wifi](https://github.com/PushTheWorld/OpenBCI_Wifi) on PushTheWorld’s github repository.
For the software that runs on OpenBCI, we will start from scratch with an ino file that just does SPI.
The ESP8266 runs arduino as well so there are several installs that need to happen in order to make that work. Simply google search ESP8266 Arduino and you will see the github repo with instructions. We must clone and download the library into your Arduino libraries folder. We have to do this because we need the “SPISlave” feature that has not been published in their latest release.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment