Editor Version ×
Standard

1.Easy to use and quick to get started

2.The process supports design scales of 300 devices or 1000 pads

3.Supports simple circuit simulation

4.For students, teachers, creators

Profession

1.Brand new interactions and interfaces

2.Smooth support for design sizes of over 5,000 devices or 10,000 pads

3.More rigorous design constraints, more standardized processes

4.For enterprises, more professional users

Ongoing

STD Simple BLDC

License: CC-BY-NC-SA 3.0

Mode: Editors' pick

  • 1.6k
  • 0
  • 3
Update time: 2022-03-02 20:53:12
Creation time: 2020-11-24 06:58:24
Description
This Is A simple BLDC Driver you can use this Instead of BLDC ESC . i have designed the 2 type of PCB, first is standalone inbuilt PWM or MCU selector which means you can drive your BLDC motor with or without micro-controller selecting the jumper, the second one is just MCU based design, in this board you have to give PWM signal from micro-controller or any other way.
For arduino program you can use blink sketch with 100ms delay , you can copy code from below

// the setup function runs once when you press reset or power the board void setup() {   // initialize digital pin 9 as an output.   pinMode(9, OUTPUT); } // the loop function runs over and over again forever void loop() {   digitalWrite(9, HIGH);   // turn the LED on (HIGH is the voltage level)   delay(100);                       // wait for a second   digitalWrite(9, LOW);    // turn the LED off by making the voltage LOW   delay(100);                       // wait for a second }
Design Drawing
schematic diagram
1 /
PCB
1 /
The preview image was not generated, please save it again in the editor.
Project Attachments
Empty
Project Members
Target complaint
Related Projects
Change a batch
Loading...
Add to album ×

Loading...

reminder ×

Do you need to add this project to the album?

服务时间

周一至周五 9:00~18:00
  • 0755 - 2382 4495
  • 153 6159 2675

服务时间

周一至周五 9:00~18:00
  • 立创EDA微信号

    easyeda

  • QQ交流群

    664186054

  • 立创EDA公众号

    lceda-cn