-->
Page 1 of 1

Install ESP8266 Board on Codebender.cc

PostPosted: Fri Feb 05, 2016 9:18 am
by fogo
Hi, I'm trying to install the esp8266 board found here

http://arduino.esp8266.com/versions/2.0 ... index.json

in the codebender.cc platform

https://codebender.cc/boards


The upload fails because the structure of the uploaded file must have this structure

##########################################################

uno.name=Arduino Uno
uno.upload.protocol=arduino
uno.upload.maximum_size=32256
uno.upload.speed=115200
uno.bootloader.low_fuses=0xff
uno.bootloader.high_fuses=0xde
uno.bootloader.extended_fuses=0x05
uno.bootloader.path=optiboot
uno.bootloader.file=optiboot_atmega328.hex
uno.bootloader.unlock_bits=0x3F
uno.bootloader.lock_bits=0x0F
uno.build.mcu=atmega328p
uno.build.f_cpu=16000000L
uno.build.core=arduino
uno.build.variant=standard



Is there a way to solve this problem? How can i convert the .json file?


thanks a lot for the help

Re: Install ESP8266 Board on Codebender.cc

PostPosted: Fri Feb 05, 2016 11:06 am
by martinayotte
According to codebender.cc web site, they are not supporting ESP8266.
So, you won't be able to make it work.
There is no relation between JSON and board.txt you provided.