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 huy vo

  1. H

    codevision AVR + Proteus problem

    Thank you for your comment, I have corrected the simulation and removed the code written on codevision AVR, can you review and help me with the problem of speed reduction? #include <mega8.h> #define C0 PORTC.3 #define C1 PORTC.4 #define C2 PORTB.2 #define C3 PORTB.3 #define C4 PORTB.4...
  2. H

    codevision AVR + Proteus problem

    below is my simulation diagram, the dynamic speed reduction function does not work, I have looked at the code but can't solve it, can you help me because this is very important in my graduation thesis... thanks
  3. H

    codevision AVR + Proteus problem

    I have a problem with the increase and decrease of the motor speed of the circuit, please help me because this is my graduation thesis.
  4. H

    help me proteus Arduino code

    i send you proteus and arduino files you can see why bldc motor is not running under rheostat control. thanks
  5. H

    help me proteus Arduino code

    #define PWM_MAX_DUTY 255 #define PWM_MIN_DUTY 50 #define PWM_START_DUTY 100 byte bldc_step = 0, motor_speed, pin_state; void setup() { DDRD |= 0xE0; // configure pins 5, 6 and 7 as outputs PORTD = 0x00; DDRB |= 0x0E; // configure pins 9, 10 and 11 as outputs PORTB =...
  6. H

    help me i found this project that fits what i am looking for but i don't know what this is

    help me !!! I found this project that fits what I'm looking for but I don't know what I've been looking for thanks

Part and Inventory Search

Back
Top