generating PWM signals using arduino and timers of atmega8 #include <avr/interrupt.h> // This is using the 16-bit timer. 10-bit pwm void setup() { // TCCR1B // Bit 7 6 5 4 3 2 1 0 // Bit Name COM1A1 COM1A0 COM1B1 COM1B0 ----- - Read more… Started by Mayank Gupta
Generating PWM waves of desired frequency...... Friends first of all thanks for reading this question..... Actually i need to generate a PWM signal of frequency near about 40 Hz with the help of Atmega 8 microcontroller ,it is easily done with the help of following program void setup() { Read more… Started by Mayank Gupta
Connecting brushless motor with esc and battery and receiver ...... Friends i got esc and brushless motors ,battery 1.brushlessmotor 2826 700kv 2.18 amp esc 3.11.1 v LiPo battery now the problem is that i dont where to connect which wire ,as the motor is consisting of three wires .please help me and post me some picture Read more… Started by Mayank Gupta