Hi, I have a problem with a card that I am assembling for a project, I have to control an RGB strip with a NODEMCU v2, as long as it was on the breadbord worked perfectly, the moment I go to solder the components on a millefori, the card issues this error even just by loading an ESP8266_STANDALONE.
Terminal:
ets Jan 8 2013,rst cause:2, boot mode:(1,6)
I already know that the restart is due to the gpo0, but it is disconnected!
this is the electric scheme:
The npn transistor are: bd221
(datasheet: https://www.semicon-data.com/transistor/tc/bd/BD221.html)
On the node mcu v2 these are the pins:
d0=gpio16 (Red Channel)
d1=gpio5 (Green Channel)
d2=gpio4 (Blue Channel)
Now the nodemcu v2 card also desoldering it and trying again to load the code (from disconnected) with arduino, it seems to no longer work as before.
With only the standard esp8266_standalone code from the terminal says:
from BAUDRATE=74880 -->
ets Jan 8 2013,rst cause:2, boot mode:(3,6)
load 0x4010f000, len 1384, room 16
tail 8
chksum 0x2d
csum 0x2d
v614f7c32
~ld
⸮⸮
from BAUDRATE=9600 -->
d(⸮4⸮⸮[45] Connecting to Frattini_WIFI
$⸮%
I noticed that the operation led on the nodemcuv2 board emits a very weak light
Can someone tell me what it can be? Thank you so much!!
Mattia.