-
Notifications
You must be signed in to change notification settings - Fork 43
feat: Blogpost: NuttX motor control and sensing part 1/2 #480
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Blogpost: NuttX motor control and sensing part 1/2 #480
Conversation
1e8d7de to
aa7b577
Compare
|
Thanks @fdcavalcanti for your contribution! |
|
|
||
| ## Introduction | ||
|
|
||
| This series of articles demonstrates how to use multiple ESP32-C6 peripherals to build a complete motor control and sensing system. We'll explore: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would suggest to avoid the use of "We/they/our" in overall documentation. @pedrominatel any recommendation about it or it is good as is?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would say this applies to academic articles. Many articles on the portal are "friendly".
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think using "we/they/our" is inappropriate for this content.
| #define BASE_PPR 11 /* Base encoder PPR */ | ||
| #define GEAR_RATIO 34 /* Gear reduction ratio */ | ||
| #define PULSES_PER_REV (BASE_PPR * GEAR_RATIO) | ||
| ``` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
By looking at the review page here, sounds the formatting isn't ok here.. PTAL. Text color below is not the same color as in other parts of the document.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems Markdown does not color the defines.
I added some functions and it highlighted fine on the same code block.
aa7b577 to
4eb5729
Compare
|
Applied most of the suggestions and also added a schematic. |
4eb5729 to
408cc5d
Compare
content/blog/nuttx-motor-control-and-sensing/img/motor_spin.gif
Outdated
Show resolved
Hide resolved
56d991c to
0c7e707
Compare
|
Seems we have an error regarding the directory of the article. Should I change it? |
Yes, you need to move your article folder to the |
0c7e707 to
cd28c61
Compare
|
@pedrominatel done |
cd28c61 to
72c3279
Compare
|
Thank you @f-hollow |
72c3279 to
284fed1
Compare
Description
This PR adds an article titled NuttX for Motor Control and Sensing.
This is the first part of it, with one more to follow in the next weeks.
Related
None.
Testing
Built file on
hugo serverlocally.Checklist
Before submitting a Pull Request, please ensure the following: