This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Hello world simple program to drive DC Motor

Hi

I'm working on a project to drive a DC motor, I really didn't find any example. I would like to know how can I program a pin in Keil, and I would be happy to have a simple example about it.

By the way Im using NRF51 DK.

Bests,

Parents
  • Examples and description are in the SDK, download it and look inside for the docs, then the examples. SDK something like: [your path]/nrf51_sdk_v6_1_0_b2ec2e6/Documentation/s110/html/index.html

    Something like the Blinky or PWM examples may help for Motors.

    Another option is to look at "mbed", I'm only just getting into this, but I believe the new nRF51-DK supports mbed nicely. The mbed supports debug printf through the USB serial without interferring with BLE.

    Paul

Reply
  • Examples and description are in the SDK, download it and look inside for the docs, then the examples. SDK something like: [your path]/nrf51_sdk_v6_1_0_b2ec2e6/Documentation/s110/html/index.html

    Something like the Blinky or PWM examples may help for Motors.

    Another option is to look at "mbed", I'm only just getting into this, but I believe the new nRF51-DK supports mbed nicely. The mbed supports debug printf through the USB serial without interferring with BLE.

    Paul

Children
No Data
Related