본문 바로가기
IT

[Arduino] Wall Plotter

by 블랙오닉스 2023. 7. 15.

0. 구매

https://ko.aliexpress.com/item/1005002322985172.html?spm=a2g0o.order_list.order_list_main.5.4872140fJMK1yE&gatewayAdapt=glo2kor 

 

https://ko.aliexpress.com/item/1005002322985172.html?gatewayAdapt=glo2kor&spm=a2g0o.order_list.order_list_main.5.4872140fJMK1yE

AliExpress.com에 오신것을 환영합니다 로그아웃 회원가입 로그인   내 주문 내 코인 메시지 센터 결제 위시리스트 내 쿠폰

ko.aliexpress.com

1. Manual, Source Code

https://github.com/MoebiusTech/Wall-Draw-Painting-Robot

 

GitHub - MoebiusTech/Wall-Draw-Painting-Robot

Contribute to MoebiusTech/Wall-Draw-Painting-Robot development by creating an account on GitHub.

github.com

2. 코드 분석

  1. Serial Port:  BAUD Rate 115200
  2. SD Card에서 1.nc (G code) 파일을 Open
  3. Open되면 1line 씩 읽어서 Serial Port로 전달
  4. Parsing 해서 좌표 이동
  5. Z값의 +/- 확인해서 Servo Motor 제어
  6. FAT16/32, SD HC1 까지만 지원