LoginSignup
0
0

More than 5 years have passed since last update.

ESP8266 の起動

Posted at

ESP8266EX Hardware User Guideより

モジュールに電源を入れる前に

  • GND RXD TXD(I02) はPCとの通信に使います。PCとのコミュニケーションのために、USB端子とTTLシリアルケーブル (例えばFT232) などを使ってつなぎます。

プログラムをFlashメモリーに焼く方法

  • 最初Flashメモリーの中身は空です。
  • プログラムを焼くためには、モジュールをUART Download modeにします。
  • IO15とIO0をlow-voltage levelにします。
  • IO2は浮かせておきます。
  • flash downloading toolsを使ってプログラムをFlashメモリーに焼きます。
  • プログラムを焼いた後、 IO15をlow-voltage level, IO2 は浮かせたまま、IO0をhigh-voltage levelにします。
  • リセットします。
  • モジュールはUART Download modeからFlash Boot modeになります。
Flash Burn Flash Boot
IO0 Low High
IO2 NC NC
IO15 Low Low

IMG_2864.JPG

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0