m-lundberg / simple-pid

A simple and easy to use PID controller in Python
MIT License
792 stars 216 forks source link

DC Servo Motor position control with an implemented Fuzzy-PID Controller using Raspberry Pi Pico #47

Closed Nmsngym closed 2 years ago

Nmsngym commented 2 years ago

Hello! May I ask if you have any ideas on how to program/code a Fuzzy-PID Controller in Raspberry Pi Pico/Micropython? I have a project on implementing a control system, Fuzzy-PID Controller, in my DC Servo Motor for the position control using RPi Pico. Well, my college department does not authorize the use of Arduino. :(( I saw your repositories and see it as a guide, tho, I'm still confused because mine is position control. The model of my servo motor is DSS-M15S.

m-lundberg commented 2 years ago

Hi, like I mentioned in the PR you created I can't really help you with this.