Thursday 20 July 2017

ESP8266 interface with SPI Flash (W25Q32FV )

Hardware Connection :


In W25Q32FV pin no 3 and Pin No 7 pullup with 4.7K

Complete Source From : https://github.com/Marzogh/SPIFlash

No comments:

Post a Comment

ESP8266 Multiple Timer

ESP8266 Maximum upto 7 OS_Timer Source code : #include <Arduino.h> extern "C" { #include "user_interface.h"...