Use this forum to chat about hardware specific topics for the ESP8266 (peripherals, memory, clocks, JTAG, programming)

User avatar
By Claude
#1485 Image

FTDI enumerates properly and the ESP8266 outputs a 26MHz square wave on GPIO0 (as written in the datasheet when no code is loaded).
At least a partitially YAY :P
Will test the rest of the board tomorrow or on the weekend..
User avatar
By Claude
#1504 Okay just got the AT Interpreter FW boot on my board.

Did a test with an SMA Antenna (+3db) and the onboard Molex LDS Antenna

Here are the results from AT+CWLAP

Edit : @tinhead Added "No Antenna"

SMA
Code: Select allAT+CWLAP
+CWLAP:(0,"",0)
+CWLAP:(4,"Locatec-WLAN",-88)
+CWLAP:(3,"Locatec-WLAN",-70)
+CWLAP:(3,"wifi_proveo",-45)
+CWLAP:(4,"GaesteWLAN",-77)
+CWLAP:(4,"AIRNET",-77)


Molex
Code: Select allAT+CWLAP
+CWLAP:(0,"",0)
+CWLAP:(4,"Locatec-WLAN",-91)
+CWLAP:(3,"Locatec-WLAN",-76)
+CWLAP:(3,"wifi_proveo",-58)
+CWLAP:(4,"AIRNET",-76)
+CWLAP:(4,"GaesteWLAN",-76)


No Antenna
Code: Select allAT+CWLAP
+CWLAP:(0,"",0)
+CWLAP:(3,"Locatec-WLAN",-85)
+CWLAP:(3,"wifi_proveo",-65)
Last edited by Claude on Fri Oct 10, 2014 8:36 am, edited 1 time in total.