I've made my own ESP8266-12e development board to be used with the Arduino IDE, but I can't manage to upload anything to the board. I am using a FT232RL for UART communication (https://www.ftdichip.com/Support/Documents/DataSheets/ICs/DS_FT232R.pdf).
I put the board into programming mode, my computer detects a new device as usbserial-A90J7PTX (I am using a Mac by the way) but when I try to upload the program via Arduino IDE, I get the error message: espcomm_upload_mem failed
Has anyone tried this before?