0
0

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 3 years have passed since last update.

ESP32レーザー彫刻機試運転

Last updated at Posted at 2020-08-13

NEJEのレーザーモジュールはドライバ内蔵であった。
(ドライバ買っちゃったよ・・・)

レーザー側のコネクタ
image.png

TTLをgrbl_ESP32の3.3VPWMに接続すれば制御可能。
12VとGNDもgrbl_ESP32に繋いでおいて大きめ(2A以上)の電源を使えばOK。

ちなみに、5VPWMはspindle enable信号がないと動かないので
下記の変更が必要。
config.h
// #define SPINDLE_ENABLE_OFF_WITH_ZERO_SPEED // Default enabled. Comment to disable.
(コメントアウトする)
Laser modeはスピンドル回転数が0なので、spindle enable信号が出ない。
spindle enable信号がないとレベルシフタが動作しない。
(5VPWMは外付けレーザードライバを接続するときに必要)

今後はコントローラをケースに入れて配線を綺麗にする予定

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?