• 1
    Step 1

    Installing Embedis

    To Install Embedis in the Arduino IDE, please see the Detailed Install Directions. Embedis is installed using the Arduino Library Manager, from the top menu bar :

    Sketch -> Include Library -> Manage Libraries -> Embedis

    You will also need the ESP8266 tools and ESP8266 sketch data download utility installed with Arduino IDE 1.6.7 or later. For more information, please follow the board manager install directions at esp8266/Arduino.

  • 2
    Step 2

    Installing the Adafruit I2C FRAM Library

    The Adafruit FRAM I2C library is installed using the Arduino Library Manager, from the top menu bar :

    Sketch -> Include Library -> Manage Libraries -> Adafruit FRAM I2C

    adafruit_i2c_fram_install.png
  • 3
    Step 3

    Loading the Example Project

    After installing the Embedis library in the Arduino IDE, the Embedis examples will be available under the menu as :

    File -> Examples -> Embedis -> esp8266 -> Embedis_I2C_FRAM

    Make sure to select your specific ESP8266 board model under the Board Manager, and set the "port" to the correct COM: port for your board. Then just press the "Download" button to compile and download your project.

    adafruit_i2c_fram_3.png