hello everyone,
I want to implement the FOC algorithm to control the brushless motor with the nrf52 card. is there a library or SDK that I can use.
regards,
hello everyone,
I want to implement the FOC algorithm to control the brushless motor with the nrf52 card. is there a library or SDK that I can use.
regards,
the nrf52 card
What "nrf52 card" ?
Do you mean the nRF52-DK:
https://www.nordicsemi.com/Software-and-Tools/Development-Kits/nRF52-DK
Always helps to give a link - so that people know exactly what you're talking about, without having to guess.
is there a library or SDK
The SDK is described here:
https://infocenter.nordicsemi.com/topic/struct_sdk/struct/sdk_nrf5_latest.html
Drivers for hardware peripherals:
https://infocenter.nordicsemi.com/topic/sdk_nrf5_v16.0.0/hardware_drivers.html
You'll also need the chip datasheet:
infocenter.nordicsemi.com/.../nrf52832_ps.html
and the board documentation via the above link
the nrf52 card
What "nrf52 card" ?
Do you mean the nRF52-DK:
https://www.nordicsemi.com/Software-and-Tools/Development-Kits/nRF52-DK
Always helps to give a link - so that people know exactly what you're talking about, without having to guess.
is there a library or SDK
The SDK is described here:
https://infocenter.nordicsemi.com/topic/struct_sdk/struct/sdk_nrf5_latest.html
Drivers for hardware peripherals:
https://infocenter.nordicsemi.com/topic/sdk_nrf5_v16.0.0/hardware_drivers.html
You'll also need the chip datasheet:
infocenter.nordicsemi.com/.../nrf52832_ps.html
and the board documentation via the above link