You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Depending on if you want to use this library as the plug and play Arduino library or you want to get insight in the algorithm and make changes there are two ways to install this code.
127
107
128
108
- Full library installation [Docs](https://docs.simplefoc.com/library_download)
- Reopen Arduino IDE and you should have the library examples in `File > Examples > Simple FOC`.
151
131
152
-
### *SimpleFOClibrary* minimal project builder
132
+
##Community and contributing
153
133
154
-
For those willing to experiment and to modify the code I suggest using the minimal project builder [minimal branch](https://github.com/simplefoc/Arduino-FOC/tree/minimal).
155
-
> This code is completely independent and you can run it as any other Arduino Sketch without the need for any libraries.
134
+
For all the questions regarding the potential implementation, applications, supported hardware and similar please visit our [community forum](https://community.simplefoc.com) or our [discord server](https://discord.gg/kWBwuzY32n).
156
135
157
-
All you need to do is:
158
-
- Go to [minimal branch](https://github.com/simplefoc/Arduino-FOC/tree/minimal)
159
-
- Follow the tutorial in the README file and choose only the library files that are necessary for your application.
136
+
It is always helpful to hear the stories/problems/suggestions of people implementing the code and you might find a lot of answered questions there already!
137
+
138
+
### Github Issues & Pull requests
139
+
140
+
Please do not hesitate to leave an issue if you have problems/advices/suggestions regarding the code!
141
+
142
+
Pull requests are welcome, but let's first discuss them in [community forum](https://community.simplefoc.com)!
143
+
144
+
If you'd like to contribute to this porject but you are not very familiar with github, don't worry, let us know either by posting at the community forum , by posting a github issue or at our discord server.
160
145
161
146
## Arduino code example
162
147
This is a simple Arduino code example implementing the velocity control program of a BLDC motor with encoder.
@@ -230,9 +215,6 @@ Here are some of the *Simple**FOC**library* and *Simple**FOC**Shield* applicatio
230
215
</p>
231
216
232
217
233
-
## Documentation
234
-
Find out more information about the Arduino SimpleFOC project in [docs website](https://docs.simplefoc.com/)
0 commit comments