-->
Page 1 of 1

ESP07-S is same of ESP07 ? [SOLVED]

PostPosted: Mon Feb 19, 2018 10:29 am
by gioreva
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.

Re: ESP07-S is same of ESP07 ?

PostPosted: Tue Feb 20, 2018 2:29 am
by gioreva
Solved
This ESP07S is broken.