-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Closed
Description
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
Labels
No labels