Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Recent content by geo2020

  1. G

    How to write dsPIC33CK64MP105

    I am trying to send a program to the dsPIC33CK64MP105 through the PICKit3. In the dsPIC documentation for the SSOP package there are different PGCi PGDs. There are PGC1, PGC2, PGC3 and PGD1, PGD 2, and PGD3. Which of them should I use to load the program?
  2. G

    Debug with dspic33ep

    I have used different PIC16F and 18F and always for debugging I have used proteus or loading the program with the PICkit to the PIC (encapsulated PDIP). Now I want to use a dsPIC33EP. But what if the dsPIC does not exist in the proteus libraries and this dsPIC does not exist with the PDIP...
  3. G

    Which microcontroller to use to control a BLDC motor?

    Thanks for the info. So you tell me this scheme is not going to help me to control a BLDC motor. Could you advise me some type of information or documentation where to start the design of a control for a BLDC motor?
  4. G

    Which microcontroller to use to control a BLDC motor?

    The scheme is the idea of ​​what I want to do. For the proteus simulation I only use the MCU and the oscilloscope to see the PWM signal at the outputs. The doubt is the next one. Currently what pic is there to perform this type of control?
  5. G

    Which microcontroller to use to control a BLDC motor?

    I attach my scheme in the following image. Thanks.
  6. G

    Which microcontroller to use to control a BLDC motor?

    I am trying to develop a controller for a 1500W BLDC motor and would like to know what microcontroller I can use for this. I have run several tests with the PIC18F4431 and PIC16F887. I have not obtained the expected result. Currently what pic is there to perform this type of control?
  7. G

    [PIC] How to shifted phases in PIC18f4431

    I am trying to design a driver for a BLDC motor. I have managed to generate 6 PWM signals with the PIC18F4431. How I can shifted the phases? I attach my code and the image of the PWM signals. void pwm_inicialitze(void) { PORTB=0x00; TRISBbits.TRISB0=0; TRISBbits.TRISB1=0...

Part and Inventory Search

Back
Top