7
7

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

ESP-WROOM-02をArduinoにしてとりあえずLチカする

Last updated at Posted at 2015-08-20

何をするか

こちらの記事 http://qiita.com/azusa9/items/264165005aefaa3e8d7d で解説してくださっていることを実際に自分でもやってみる。
OS: OSX 10.10.4 Yosemite

必要なもの

ESP-WROOM-02

ブレイクアウトボードとセット

DSC_1704.jpg

モジュールのみ

変換基板が無くてもリード線をそのままハンダ付けすれば使えなくもない。

DSC_1702.jpg

こうするとすぐにパターンが剥がれてしまうので良くない例。
こちらの人のようにユニバーサル基板に載せるべきだった↓
http://qiita.com/ikesato/items/92f4cb143e7aeb5e0f9b

usb-シリアル変換基板

こういうようなもの
http://www.marutsu.co.jp/pc/i/137791/

その他部品

これを見て集める
http://tech-blog.cerevo.com/archives/859/

動作モード

  • IO0ピンをプルアップ -> Flash Boot Mode
  • 直販のブレイクアウトボードでは「B」側にジャンパピンを移動した状態。
  • 内蔵Flashに書き込まれたプログラムを実行するモード
  • IO0ピンをプルダウン -> UART Download Mode
  • 直販のブレイクアウトボードでは「D」側にジャンパピンを移動した状態。
  • シリアル通信を使ってFlashにプログラムを書き込むモード
  • リセットは?

配線

これを見て頑張る
http://tech-blog.cerevo.com/archives/859/

DSC_1708.jpg

LEDは300Ωくらいの抵抗を介してpin13につないでおく。
ピン番号はここ http://tech-blog.cerevo.com/archives/859/ をみればわかる。

書き込み

こちらの記事を参考に http://qiita.com/azusa9/items/264165005aefaa3e8d7d Arduinoを準備しておく
「ファイル」->「スケッチの例」->「02.Digital」->「BlinkWithoutDelay」を開く。

  1. ジャンパピンを移動して「UART Download Mode」にする
  2. 電源を切入するなどしてリセットする
  3. Arduinoの書き込みボタンを押す

もし

error: failed reading byte
warning: espcomm_send_command: cant receive slip payload data
warning: espcomm_send_command(FLASH_DOWNLOAD_BEGIN) failed

こういうエラーが出たら?
このブログを参考になんとかする。
http://hpclab.blogspot.jp/2015/06/esp8266-arduino-ide-on-mac-os-x.html

Writing at 0x00000000... (0 %) 
Writing at 0x00000400... (0 %) 
Writing at 0x00000800... (1 %) 
Writing at 0x00000c00... (1 %) 
Writing at 0x00001000... (2 %) 
Writing at 0x00001400... (2 %) 
Writing at 0x00001800... (3 %) 
Writing at 0x00001c00... (3 %) 
Writing at 0x00002000... (4 %) 
Writing at 0x00002400... (4 %) 
Writing at 0x00002800... (5 %) 
Writing at 0x00002c00... (5 %) 
Writing at 0x00003000... (6 %) 
...

こんなんが出て書き込みをしてくれる。

動きましたか?僕は動きました

先人たちに感謝

7
7
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
7
7

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?