i have a esp8266-12e on NodeMCU module... i've made a script with arduino IDE to control a bipolar stepper motor through a Easy driver (this https://learn.sparkfun.com/tutorials/ea ... k-up-guide)
Both easy driver and esp are connected to 8VDC ...
when i plug the power ... the easydriver card turn on but esp stay frozen... if i push the reset button then everything boot and works good.
this is the pin i am using:
#define stp 16
#define dir 5
#define MS1 4
#define MS2 0
#define EN 2
#define bot_stop 14
#define bot_velo 12
#define buzz 13
but i tried to disconnect some of the pin but the trouble persists.
If i power the esp through the usb port it works and boot easily.
the strange part is that i tried to monitor the device through a FT232 and my computer... the ESP didnt froze anymore... and the result is this one at boot:
ets Jan 8 2013,rst cause:2, boot mode:(3,1)
load 0x4010f000, len 1384, room 16
tail 8
chksum 0x2d
csum 0x2d
v09f0c112
~ld
i hope someone can help me with this