TOP Contributors

  1. MIKROE (2663 codes)
  2. Alcides Ramos (357 codes)
  3. Shawon Shahryiar (307 codes)
  4. jm_palomino (112 codes)
  5. Chisanga Mumba (90 codes)
  6. S P (73 codes)
  7. dany (71 codes)
  8. MikroBUS.NET Team (35 codes)
  9. NART SCHINACKOW (34 codes)
  10. Armstrong Subero (27 codes)

Most Downloaded

  1. Timer Calculator (137069 times)
  2. FAT32 Library (70199 times)
  3. Network Ethernet Library (56080 times)
  4. USB Device Library (46395 times)
  5. Network WiFi Library (42013 times)
  6. FT800 Library (41347 times)
  7. GSM click (29108 times)
  8. mikroSDK (26544 times)
  9. PID Library (26486 times)
  10. microSD click (25483 times)
Libstock prefers package manager

Package Manager

We strongly encourage users to use Package manager for sharing their code on Libstock website, because it boosts your efficiency and leaves the end user with no room for error. [more info]

< Back
mikroSDK Library

Brushless 5 click

Rating:

5

Author: MIKROE

Last Updated: 2018-05-29

Package Version: 1.0.0.0

mikroSDK Library: 1.0.0.0

Category: Brushless

Downloaded: 4318 times

Not followed.

License: MIT license  

Brushless 5 click is a 3 phase sensorless BLDC motor controller, with a soft-switching feature for reduced motor noise and EMI, and precise BEMF motor sensing, which eliminates the need for Hall-sensors in motor applications.

No Abuse Reported

Do you want to subscribe in order to receive notifications regarding "Brushless 5 click" changes.

Do you want to unsubscribe in order to stop receiving notifications regarding "Brushless 5 click" changes.

Do you want to report abuse regarding "Brushless 5 click".

  • mikroSDK Library 2.0.0.0
  • Comments (0)
DOWNLOAD LINK RELATED COMPILER CONTAINS
mikroBasic PRO for ARM
  • lib
  • src
  • exa
  • hlp
  • hex
  • sch
  • pcb
  • doc
mikroBasic PRO for AVR
  • lib
  • src
  • exa
  • hlp
  • hex
  • sch
  • pcb
  • doc
mikroBasic PRO for dsPIC30/33 & PIC24
  • lib
  • src
  • exa
  • hlp
  • hex
  • sch
  • pcb
  • doc
mikroBasic PRO for FT90x
  • lib
  • src
  • exa
  • hlp
  • hex
  • sch
  • pcb
  • doc
mikroBasic PRO for PIC
  • lib
  • src
  • exa
  • hlp
  • hex
  • sch
  • pcb
  • doc
mikroBasic PRO for PIC32
  • lib
  • src
  • exa
  • hlp
  • hex
  • sch
  • pcb
  • doc
mikroC PRO for ARM
  • lib
  • src
  • exa
  • hlp
  • hex
  • sch
  • pcb
  • doc
mikroC PRO for AVR
  • lib
  • src
  • exa
  • hlp
  • hex
  • sch
  • pcb
  • doc
mikroC PRO for dsPIC30/33 & PIC24
  • lib
  • src
  • exa
  • hlp
  • hex
  • sch
  • pcb
  • doc
mikroC PRO for FT90x
  • lib
  • src
  • exa
  • hlp
  • hex
  • sch
  • pcb
  • doc
mikroC PRO for PIC
  • lib
  • src
  • exa
  • hlp
  • hex
  • sch
  • pcb
  • doc
mikroC PRO for PIC32
  • lib
  • src
  • exa
  • hlp
  • hex
  • sch
  • pcb
  • doc
mikroPascal PRO for ARM
  • lib
  • src
  • exa
  • hlp
  • hex
  • sch
  • pcb
  • doc
mikroPascal PRO for AVR
  • lib
  • src
  • exa
  • hlp
  • hex
  • sch
  • pcb
  • doc
mikroPascal PRO for dsPIC30/33 & PIC24
  • lib
  • src
  • exa
  • hlp
  • hex
  • sch
  • pcb
  • doc
mikroPascal PRO for FT90x
  • lib
  • src
  • exa
  • hlp
  • hex
  • sch
  • pcb
  • doc
mikroPascal PRO for PIC
  • lib
  • src
  • exa
  • hlp
  • hex
  • sch
  • pcb
  • doc
mikroPascal PRO for PIC32
  • lib
  • src
  • exa
  • hlp
  • hex
  • sch
  • pcb
  • doc

mikroSDK Library Blog

Brushless 5 click

Brushless 5 click

Native view of the Brushless 5 click board.

View full image
Brushless 5 click

Brushless 5 click

Front and back view of the Brushless 5 click board.

View full image

Library Description

The library provides generic functions for working with the Click board.

Key functions:

  • void brushless5_motorParameters(uint8_t poles, uint8_t slots) - Sets the number of poles and slots of the motor. This needs to be set correctly for the calculation to be correct
  • uint16_t brushless5_getSpeed(uint16_t pulseSample) - Calculates the speed of accumulated pulses from the interrupt pin and returns the motor speed value.
  • uint8_t brushless5_intGet() - Returns the state of the interrupt pin.

Example description

The application is composed of three sections:

  • System Initialization - Initializes the GPIO structure.
  • Application Initialization - Initializes the GPIO driver and configures the PWM 
    peripheral for controlling the speed of the motor.
  • Application Task - (code snippet) - Increases and decreases the speed of the motor demonstrating the speed control.
void applicationTask()
{
 for(i=0;i<pwm_period;i++)
 {
 brushless5_setSpeed(i);
 Delay_ms(10);
 }
 Delay_ms(1000);

 for(i=pwm_period;i>1;i--)
 {
 brushless5_setSpeed(i);
 Delay_ms(10);
 }
 Delay_ms(1000);
}
  • void brushless5_pwmInit() - Initializations of the PWM on the mikroBUS 1.
  • void brushless5_setSpeed(uint16_t speed) - Sets the PWM signal for the motor.


Other MikroElektronika libraries used in the example:

  • PWM Library

Additional notes and information

Depending on the development board you are using, you may need USB UART clickUSB UART 2 click or RS232 click to connect to your PC, for development systems with no UART to USB interface available on the board. The terminal available in all MikroElektronika compilers, or any other terminal application of your choice, can be used to read the message.

ALSO FROM THIS AUTHOR

Stretch click

10

Stretch click is a mikroBUS add-on board with circuitry for measuring stretch forces with conductive rubber cords. The click has screw terminals for connecting 2mm-diameter and 1m-long conductive rubber cord. The resistance of the chord increases when stretched, impacting the voltage available on the AN pin.

[Learn More]

Brushless 9 click

0

Brushless 9 Click is a compact add-on board suitable for controlling BLDC motors with any MCU. This board features the TC78B027FTG, a 1-Hall sine-wave PWM controller for three-phase brushless DC motors from Toshiba Semiconductor. It simplifies the motor selection by using only one Hall sensor input that can be used with either a single Hall sensor motor or the more conventional 3 Hall sensor motors.

[Learn More]

Mikromedia 3 for STM32F4 Capacitive

0

This project contains example for testing modules on Mikromedia 3 for STM32F4 Capacitive

[Learn More]