Posts

Showing posts from January, 2020

Disable Drive Signature Enforcement

Disable Driver Signature Setting ---> Update & Security ---> Recovery ---> Advanced Startup ---> Click Restart After Restart Choose --- Troubleshoot Advance Option Startup Setting ---> Restart Again After Restart In Startup Setting Window Disable Drive Signature Enforcement  Restart After Restart In Startup Setting Window 7) Disable Drive Signature Enforcement (To Choose The Setting Press F7 Key) PC Will Reboot. -------------------------------------------------------DONE

How to Flash ESP8266 Modules

Image
Method 1: Auto Resetting Programmer Using a NodeMCU Flash ESP-01 easily with your NodeMCU Basically we are going to disable the ESP8266 on the NodeMCU by forcing the EN pin low, this will prevent the ESP8266 module on the NodeMCU from booting. We are then going to connect all the relevant pins of the NodeMCU board to our external ESP8266. Wiring it up To wire it up, you will need the standard ESP8266 wiring as shown in the previous step and then to add the following connections (also shown in the image above): ·          Connect 3V of the NodeMCU to VCC of the ESP8266 ·          Connect GND to GND ·          Connect TX of the NodeMCU to TX of the ESP8266 (This is different than the previous step) ·          Connect RX of the NodeMCU to RX of...