All Projects → projetsdiy → esp-01-WiFi-Scanner-ESP-01-OLED-I2C-Display

projetsdiy / esp-01-WiFi-Scanner-ESP-01-OLED-I2C-Display

Licence: GPL-3.0 license
Scanner WiFi avec écran OLED I2C (SSD1306) sur un ESP-01 (ESP8266)

Programming Languages

c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to esp-01-WiFi-Scanner-ESP-01-OLED-I2C-Display

Esp8266 Oled Ssd1306
Driver for the SSD1306 and SH1106 based 128x64, 128x32, 64x48 pixel OLED display running on ESP8266/ESP32
Stars: ✭ 1,590 (+7471.43%)
Mutual labels:  i2c, ssd1306
NR1-UI
Userinterface for Volumio (RaspberryPi) with ssd1322 and ssd1306 oled display, spectrum bargraph, progress bar, LED functions, Standby-functions, 4 Buttons and Rotary Encoder.
Stars: ✭ 29 (+38.1%)
Mutual labels:  i2c, ssd1306
PCF8574 library
i2c digital expander for Arduino, esp32, SMT32 and ESP8266. Can read write digital values with only 2 wire. Very simple to use and encoder support.
Stars: ✭ 145 (+590.48%)
Mutual labels:  i2c, esp-01
Raspberry-ssd1306
ssd1306 Command Line Tool for Raspberry Pi
Stars: ✭ 34 (+61.9%)
Mutual labels:  i2c, ssd1306
Periph
Go·Hardware·Lean
Stars: ✭ 1,700 (+7995.24%)
Mutual labels:  i2c, ssd1306
PCF8591 library
Library to use i2c analog IC with arduino and esp8266. Can read analog value and write analog value with only 2 wire (perfect for ESP-01).
Stars: ✭ 24 (+14.29%)
Mutual labels:  i2c, esp-01
ssd1306-esp-idf-i2c
Sample code for driving 128x64 OLED display (SSD1306 driver) via ESP-IDF's I2C master driver
Stars: ✭ 93 (+342.86%)
Mutual labels:  i2c, ssd1306
BME680
Arduino Library to access the Bosch BME680 - temperature, pressure, humidity and gas sensor
Stars: ✭ 30 (+42.86%)
Mutual labels:  i2c
db wlan manager
Monitors your Wifi to keep you logged in and resets your Wifi, if your data is drained
Stars: ✭ 23 (+9.52%)
Mutual labels:  wifi
wifisdk
Free WiFi Connect SDK
Stars: ✭ 28 (+33.33%)
Mutual labels:  wifi
rpi
Microcontroller projects (RPi, Arduino, ATTiny85, ESP, Pico, STM8/32)
Stars: ✭ 76 (+261.9%)
Mutual labels:  i2c
ESP8266-Hobo-Clock
Self adjustable ESP8266 clock without RTC and NTP
Stars: ✭ 24 (+14.29%)
Mutual labels:  ssd1306
ESP32 Thing
Development platform for the Espressif ESP32 WiFi/Microcontroller SoC
Stars: ✭ 66 (+214.29%)
Mutual labels:  wifi
Rotatey Balls
🧊 3D animated gyro balls with ESP32, SSD1306 and MPU6050
Stars: ✭ 16 (-23.81%)
Mutual labels:  ssd1306
FNET
The FNET is a free, open source, dual TCP/IPv4 and IPv6 Stack (under Apache Version 2.0 license) for building embedded communication software on 32bit MCUs.
Stars: ✭ 97 (+361.9%)
Mutual labels:  wifi
Easy-HotSpot
Easy HotSpot is a super easy WiFi hotspot user management utility for Mikrotik RouterOS based Router devices. Voucher printing in 6 ready made templates are available. Can be installed in any PHP/MySql enabled servers locally or in Internet web servers. Uses the PHP PEAR2 API Client by boenrobot.
Stars: ✭ 45 (+114.29%)
Mutual labels:  wifi
refluxion
Refluxion -- MITM WPA attacks tool
Stars: ✭ 25 (+19.05%)
Mutual labels:  wifi
x-ray
See the wifi password of the network you're on
Stars: ✭ 13 (-38.1%)
Mutual labels:  wifi
embedded-sht
Embedded SHT Drivers for Sensirion Temperature and Humidity Sensors - Download the Zip Package from the Release Page
Stars: ✭ 53 (+152.38%)
Mutual labels:  i2c
RFMap
RFMap - Radio Frequency Mapper
Stars: ✭ 23 (+9.52%)
Mutual labels:  wifi

Comment relier un écran OLED I2C et un ESP-01 (ESP8266)

Tutoriel rapide pour apprendre comment relier un mini écran OLED (SSD1306) sur un module ESP8266 ESP-01. Lire l'article complet sur Projets DIY http://www.projetsdiy.fr/scanner-wifi-ecran-oled-i2c-ssd1306-esp01-esp8266/

Matériel nécessaire

Pour réaliser ce projet vous aurez besoin des éléments suivants : - Un module ESP-01 - Un module FTDI - Un Ecran OLED I2C 0.96'' monochrome (basé sur le chipset SSD1306) - Des Jumpers Dupont - Un bouton poussoir (Reset optionnel) - Une résistance 220 ohms (optionnel)

Circuit pour téléverser le programme

La programmation de l'ESP-01 se déroule en deux temps. Branchez tout d'abord votre ESP comme ceci pour que l'ESP-01 démarre en mode bootload. Avant de téléverser le programme, modifiez les variables ssid et password de votre réseau.

Pour ceux qui découvrent l'ESP8266 (et l'ESP-01), vous pouvez consulter cet article qui explique comment flasher le firmware d'origine http://www.projetsdiy.fr/esp-01-esp8266-flasher-firmware-origine/

Brancher l'écran OLED

Maintenant que le code a été téléversé dans l'ESP-01, on peut brancher l'écran OLED sur l'ESP-01 comme ceci - SDA <--> GPIO0 - SCK <--> GPIO2 - GND <--> GND - VCC <--> 3.3V

A la mise sous tension de l'ESP, le programme de scanner WiFi démarre et affiche après quelques secondes le réseau sur lequel l'ESP-01 est connecté, l'adresse ip de ce dernier ainsi que la force du signal.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].