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 khaja_minhaj

  1. K

    Need long range RFID module

    Hi! I need long range RFID reader module available in India, up to 10 meters. Can anyone suggest me one? I am unable to find on internet.
  2. K

    Need help regarding generating 60hz frequency using 50hz mains

    Hi! I am trying to generate frequency of pwm in khz. At most, I was able to increase it to 100hz by changing Timerper value( to 1, which is last value and crystal osc to 20MHZ). What more I can do to increase PWM freq? Because output is responding to the change in input freq is responding to...
  3. K

    Need help regarding generating 60hz frequency using 50hz mains

    Thanks Venkatesh. I used third order RC network to get the perfect sine wave and it worked except for the frequency. Previously the freq was 1 hz as you saw. Now it is 1.5 hz when I changed the crystal osc Mhz from 11.095 Mhzto 20 Mhz. That means I should increase the frequency of PWM signals...
  4. K

    Need help regarding generating 60hz frequency using 50hz mains

    Howz that possible? Which values do I need to consider for inductor and capacitor? Please elaborate a bit.
  5. K

    Need help regarding generating 60hz frequency using 50hz mains

    I think sine wave is generated with 8051. I had seen in some forums but that was using assembly language which I was unable to understand clearly.
  6. K

    Need help regarding generating 60hz frequency using 50hz mains

    Sorry Venkatesh. I didn't get you. Actually I modified the Clock freq to 11.095 Mhz. #include <REG52.H> #include <math.h> void pwm_setup(unsigned char); void io_init(); sbit PWMPIN1=P2^0; sbit PWMPIN2=P2^1; #define HALF_SINE_TABLE_SIZE 128 #define MAX_SINE_VALUE 0xFF #define...
  7. K

    Need help regarding generating 60hz frequency using 50hz mains

    Hi Klaus! The code I posted above has sine table values. But I don't know why the frequency comes is ~1hz. The dc bus voltage I am using is 24vdc instead of 230v dc, so that once I succeed , I would test it with 230vdc. I hope this wont be a problem. here is the final output, but is still a...
  8. K

    Need help regarding generating 60hz frequency using 50hz mains

    Its only random values. Could not get calculated ones The frequency of pwm is 60hz according to the code. the frequency is f = 1 / (2pi RC) Is it right way to calculate?
  9. K

    Need help regarding generating 60hz frequency using 50hz mains

    Hi venkatesh! Here are 2 pwms: Here is the output without filtering: I used a kinda filter to which output appeared like this: Here is the filter circuit I used:
  10. K

    Need help regarding generating 60hz frequency using 50hz mains

    Hi venkatesh! Sorry for the long gap. I am still working on it. The code looks fine since I am getting correct waveforms .I think I need a proper filter to cut out the sine wave from the output. Can you show me one? I have tried the the following one but couldn't get it. Here are 2...
  11. K

    Need help regarding generating 60hz frequency using 50hz mains

    Yes I understood how the h bridge works. It should work like this. High side left Mosfet Low side left mosfet high side right mosfet low side right mosfet 1 0 0 1...
  12. K

    Need help regarding generating 60hz frequency using 50hz mains

    Hi! The expected PWMs from microcontroller appear square waves one after the other but not at the same time. Due to this, the output appears in intervals distorted as shown in the image. Please check whether the code is right. I have posted the images, last being the output. #include...
  13. K

    Need help regarding generating 60hz frequency using 50hz mains

    Hi! Right now I am using Keil compiler. I will try the above code and show the result.

Part and Inventory Search

Back
Top