ESP07-S is same of ESP07 ? [SOLVED]
Posted: Mon Feb 19, 2018 10:29 am
Hi
I replaced an ESP07 with an ESP07S, but the circuit no longer works.
The GP16, pin4, does not go lower on command.
Are the two modules identical ?
#include <SPI.h>
#include <MFRC522.h>
#define RST_PIN 17 // Configurable, see typical pin layout above
#define SS_PIN 16 // Configurable, see typical pin layout above
MFRC522 mfrc522(SS_PIN, RST_PIN); // Create MFRC522 instance.
I replaced an ESP07 with an ESP07S, but the circuit no longer works.
The GP16, pin4, does not go lower on command.
Are the two modules identical ?
#include <SPI.h>
#include <MFRC522.h>
#define RST_PIN 17 // Configurable, see typical pin layout above
#define SS_PIN 16 // Configurable, see typical pin layout above
MFRC522 mfrc522(SS_PIN, RST_PIN); // Create MFRC522 instance.