Skip to content

ESP8266 WIFI Shield for Arduino Uno R3 with Arduino Makefile #2506

@xetra11

Description

@xetra11

Basic Infos

I want to use my WiFi Shield with the following Arduino Makefile: https://github.com/sudar/Arduino-Makefile

Hardware

Hardware: ESP8266 ESP-12E CC3000 UART WIFI
Core Version: n/a

Description

I just bought the WiFi shield pointed out in the Hardware section. As I googled around I found out that natively the Arduino cannot communicate with this WiFi shield out of the box. After some time I found out about your project here and got curious. Checking out your documentation I found a installation description for the Board Manager and the other interesting one was that with the makefile "makeEspArduino". Actually I only need to know what path I should take to get my Arduino to work with your firmware(?).

Settings in IDE (Arduino Makefile config)

ARDUINO_LIBS = ESP8266WiFi
BOARD_TAG = uno
BOARDS_TXT = /home/username/Workspace/Tools/arduino-1.6.7/hardware/arduino/avr/boards.txt
ARDUINO_VAR_PATH = /home/username/Workspace/Tools/arduino-1.6.7/hardware/arduino/avr/variants
ARDUINO_CORE_PATH = /home/username/Workspace/Tools/arduino-1.6.7/hardware/arduino/avr/cores/arduino
BOOTLOADER_PARENT =/home/username/Workspace/Tools/arduino-1.6.7/hardware/arduino/avr/bootloaders
MONITOR_PORT =/dev/ttyACM0

include /usr/share/arduino/Arduino.mk

Sketch

none

Debug Messages

none

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions