It seems to be unused since people use more recent models, so I am having lots of trouble finding help.
Whenever I upload to it, I get this error:
1 - 1Archiving built core (caching) in: C:\Users\(myUsername)\AppData\Local\Temp\arduino_cache_499360\core\core_esp8266_esp8266_thing_CpuFrequency_80,UploadSpeed_921600_ae403b993bb39c8ed987052fb6352185.a
2 - Sketch uses 226733 bytes (52%) of program storage space. Maximum is 434160 bytes.
3 - Global variables use 31940 bytes (38%) of dynamic memory, leaving 49980 bytes for local variables. Maximum is 81920 bytes.
4 - warning: espcomm_sync failed
5 - error: espcomm_open failed
6 - error: espcomm_upload_mem failed
7 - error: espcomm_upload_mem failed
I added in the numbers so it's easier to differentiate between the lines. All the bolded lines are marked red (errors).
Things I have tried:
1) My RX and TX outputs work fine
2) My voltage is at ~3.3 coming from a power supply
3) The ESP8266 blinks blue for a second when turned on and never blinks again until I turn it on again
4) The board I have my IDE set to is "Sparkfun ESP 8266 thing"
5) Connecting "RESET" or "ENABLE" to 3.3v
6) Connecting GPIO0 to ground, turning it on, then unplugging it when the board connects
My connections are as follows:
VC -> 3.3v
GND -> GND
RX -> RX
TX -> TX
I really need some help figuring this out. Thanks in advance to any replies!