The use of the ESP8266 in the world of IoT

User avatar
By riker1
#72428 Hi
I am haning the FaryLink WLan when ESP01 is hooked up to an Uno.
can connect to it.
IP is 192.168.4.1

But nothing more...

did not find any documentation what to do with that.

thanks for some hints.

This FayLink is also on an NodeMCU . ....


T
User avatar
By m_elias
#72829 Did you find anymore info about this? I ran a port scan on the ESP-01 while connected to the FaryLink wifi, it found no open ports from 1-1024.
User avatar
By µrt
#73244 My recent purchase of ESP01 has FaryLink. I think it is AT firmware as it responds to GMRS. I can't communicate with it over serial using serial console, etc.

Only way I was able to talk to it was esplorer. Here is the reset output:

Code: Select all ets Jan  8 2013,rst cause:1, boot mode:(3,0)

load 0x40100000, len 2408, room 16
tail 8
chksum 0xe5
load 0x3ffe8000, len 776, room 0
tail 8
chksum 0x84
load 0x3ffe8310, len 632, room 0
tail 8
chksum 0xd8
csum 0xd8

2nd boot version : 1.6
  SPI Speed      : 40MHz
  SPI Mode       : QIO
  SPI Flash Size & Map: 8Mbit(512KB+512KB)
jump to run user1 @ 1000

Farylink Technology Co., Ltd. v1.0.0.1
ready
AT+GMR

AT version:1.3.0.0(Jul 14 2016 18:54:01)
SDK version:2.0.0(5a875ba)
Farylink Technology Co., Ltd. v1.0.0.1
Apr 13 2017 22:40:23
OK



Arduino software doesn't seem to be able to program it.
User avatar
By bert490
#73521 My Farylink module works fine on serial. To verify it I used a terminal program and typed the AT commands. A crucial thing is that each command must end with CR+LF. Putty under Windows would not work for me, but Teraterm and Bray's Terminal worked. Each needed to have the CR+LF setting checked for manual entry, or $0D$0A appended for macros.