Je débute sur arduino, hier je le suis rendu dans un magasin et j ai opté pour un uno, l idée c est de piloter des volets. J ai donc demandé une carte Wifi. Il l ont donner une carte Olimex esp8826 UEXT.
Après avoir parcouru le forum et 2 site j ai connecter le vaccin de la carte sur le 3,3v le groins et rx et tx le tout avec une résistance afin de descendre la tension à 3,3V sur RX. Je pousse un petit soft pour créer là com la led clignote sur la carte.
Lorsque j essaye la commande AT la
Les sur la carte clignote brièvement mais je ne reçoit rien ...
j ai connecter le vaccin de la carte sur le 3,3v le groins et rx et tx le tout avec une résistance
J'ai du mal à comprendre...
Quelle est la carte que tu as achetée réellement ? La référence que tu donnes n'existe pas. Il existe des cartes basées sur l'ESP8266, mais pas d'ESP8826.
Dans les liens fournis ci-dessus on trouve des infos importantes, telles que:
FAQ How do I put the board in UART mode (so I can change the firmware or upload program via Arduino IDE)?
Press and hold the button and then apply power supply; release the button. Alternatively, set the jumpers to UART mode and after the upload is done, revert them back to the original FLASH mode.
How do I send AT commands to the board?
You need to establish UART connection to the board (using RX, TX, GND). The best approach is to use a USB to serial cable with 3.3V voltage levels and 3.3V power supply. The board's jumpers have to be set to the default FLASH mode. Remember to connect both ground lines - that of the serial cable and the one of the power supply the respective GND pads of the board (a single GND connection would be required if your serial cable is also capable of powering the MOD-WIFI-ESP8266-DEV).
I want to send basic AT commands to the board but I receive no response. The strange thing is that I receive "ready" when I power the module. What is the problem?
All AT commands must end with carriage return and line feed - "/r/n". Your terminal software might have such a new line option - transmiting CR+LF at the end of each command. If it doesn't - either use another terminal software or try to send the commands with "CTRL"+"J" keyboard combination, instead of "ENTER".
I send basic AT commands to the board but I receive only "ERROR" response. What is the problem?
The commands are case sensitive. Make sure you are using capital letters.
Le troisième point concerne ceci (pris sur un tuto de J-M-L) : sélectionne la dernière option (NL et CR)
'vaccin' ?? 'groin' ?? c'est une histoire de vétérinaire ??
l'ESP8926 n'existant pas on peut supposer qu'il s'agit du module Olimex ESP8266 doté d'un connecteur UEXT (MOD-WIFI-ESP8266) Voir sur son schéma et sur le reste de la documentation , ce module peut avoir des particularités par rapport à ceux rencontrés plus courament.
Deux remarques sur le câblage :
-la sortie 3V d'une carte UNO ne peut pas fournir assesz de courant pour un bon fonctionnement à coup sûr d'un ESP266. Alimenter en 3,3V avec un régulateur 500mA
-pour abaisser TX de 5V à 3,3V une résistance ne peut suffire car le courant est non significatif. prévoir deux résiatances formant un pont diviseur.