https://github.com/cezarypiatek/hackingesp8266
https://github.com/cezarypiatek/hackingesp8266
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/cezarypiatek/hackingesp8266
- Owner: cezarypiatek
- Created: 2021-01-04T21:34:14.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-01-06T12:05:00.000Z (almost 5 years ago)
- Last Synced: 2025-01-17T05:43:44.228Z (9 months ago)
- Size: 5.86 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hacking ESP8266
## Installing drivers for PL2303 (USB-to-UART) on Windows10
http://wp.brodzinski.net/2014/10/01/fake-pl2303-how-to-install/
## ESP8266 Pinout Reference
https://randomnerdtutorials.com/esp8266-pinout-reference-gpios/
## How to install anything on ESP3266
https://randomnerdtutorials.com/how-to-install-esp8266-board-arduino-ide/
## Using ESP8266 GPIO0/GPIO2
https://www.instructables.com/ESP8266-Using-GPIO0-GPIO2-as-inputs/
## WiFi Status
https://www.arduino.cc/en/Reference/WiFiStatus
## Switch and Led example
https://diyi0t.com/switches-tutorial-for-arduino-and-esp8266/
## How to get the most out of the limited pins on the inexpensive ESP8266-01 WiFi Module
http://www.forward.com.au/pfod/ESP8266/GPIOpins/ESP8266_01_pin_magic.html## The ESP8266 as a microcontroller - Hardware
https://tttapa.github.io/ESP8266/Chap04%20-%20Microcontroller.html
## Pull-up and Pull-donw resistors explained
https://www.electronics-tutorials.ws/logic/pull-up-resistor.html
https://www.circuitbasics.com/pull-up-and-pull-down-resistors/