Skip to content

ricochetGobz/ricochet_test_wifi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ricochet Test Wifi with ESP8266

Test of arduino wifi shield esp8266.

Photo

Photo

AT Commands

Photo

  • AT+RST : Reset la carte wifi.
  • AT+CWMODE=3 : Serveur et client TCP à la fois.
  • AT+CWLAP : Lister les réseaux wifi captés.
  • AT+CWJAP="wifi_name","password" : connexion à une wifi.
  • AT+CIFSR : Connaitre l'adresse IP de la carte. la première en tant que serveur, la deuxième en tant que client.

Make' Article about ESP8266 and Setup :

Article Tuto Complet de Make:

Use HelloServer to control a simple LED with only Esp8266 module. Don't forget to set your SSID and password wifi. Go to Esp8266's Ip throught your browser, enter Pin Number and then the state of the Pin, it should be somthing like :

  http://192.168.43.223/gpio/1

How to cabling and communicate with an Arduino

TUTO FR

Uniquement en 3.3V !!!

Mettre le moniteur en NL et CR & 115200 baud.

  • Cabling for using AT commands :

Photo

  • Cabling for automatics connection with the arduino script automaticConnection.ino :

Regarder le tuto.

Utils : How to use the ESP alone

Tuto ESP8266 Remote Controlled Sockets

Tuto ESP8266 how to install board arduino IDE

TUTO FR flashage

Compileur ESP pour OSX

TUTO NODE MCU

About

Test of arduino wifi shield esp8266.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Other 100.0%