====== ESP8266 thinker.com ====== La puce a un connecteur d'antenne connexion ESP12? vue de dessus prise antenne en haut a gauche de https://www.tindie.com/products/Ba0sh1/esp8266-esp-0712-full-io-breadboard-adapter/ {{:esp8266:esp8266-07-connexions.png?200|}} x REST TXD x x ADC RXD x x CH_PD GPIO4 x x GPIO16 GPIO5 x x GPIO14 GPIO0 x x GPIO12 GPIO2 x x GPIO13 GPIO15 x x VCC GND x conso tel quel 116 mA ===== Flash ===== Connexions: * GND : gpio 15 / gpio 0 * VCC : ph_pd * rxd et txd sur txd et rxd comme d'hab sudo esptool.py --port /dev/ttyUSB0 write_flash 0x00000 ./nodemcu_9-5.bin ESPlorer donne une bone connexion et > =node.info() 0 9 5 9979458 1261768 512 0 40000000 Tests connexion SD sur SPI de hardware/esp8266com/esp8266/libraries/SPI/SPI.cpp GPIO12 MISO GPIO13 MOSI GPIO14 CLK GPIO04 CS fonctionne mais il faut faire attention a SD.begin(4) pour le GPIO04 ;-) ...