0xbabayaga / DDOZER

Peristaltic dosing pump
4 stars 0 forks source link

replacement for STM8S105K4T6C #1

Open dodolcool opened 3 years ago

dodolcool commented 3 years ago

Hello im interest in building DDOZER really loved the design. the question is can i change the STM8S105K4T6C with the prebuild stm8s? (not the IC version but the prebuild like arduino nano version) since my soldering skill still on beginner and have no luck with the IC smd model.

thanks

Kamal

0xbabayaga commented 3 years ago

Hello Kamal,

Of course if you re-create the same schematic (connection of MCU to other parts of design) with Arduino Nano STM8S series you will have the same working hardware.

dodolcool commented 3 years ago

great i will try it soon :) one more question what type of stepper motor did u used?

0xbabayaga commented 3 years ago

DRV8825 stepper driver allows you to connect a big enough variety of stepper motors. I have used most popular motor which usually used in 3D-printing like NEMA 17 (1.8) 17HS2408 dimension

dodolcool commented 3 years ago

thanks for your information. now i have basic question :D what program need to use to upload to stm? i tried with arduino IDE with stm plugin but not work >.<

im sorry for a lots of question

0xbabayaga commented 3 years ago

Unfortunately i have never used Arduino products so i cannot help you

dodolcool commented 3 years ago

what compiler program did you use to upload to stm?