Continue to Site

Welcome to our site!

Electro Tech is an online community (with over 170,000 members) who enjoy talking about and building electronic circuits, projects and gadgets. To participate you need to register. Registration is free. Click here to register now.

  • Welcome to our site! Electro Tech is an online community (with over 170,000 members) who enjoy talking about and building electronic circuits, projects and gadgets. To participate you need to register. Registration is free. Click here to register now.

two signal problem

Status
Not open for further replies.

aidantmurphy

New Member
I have a two signals generated through a microcontroller but i want to delay one of them by 180 degrees. Is there a simple method of this using a hardware design.
thanks
 
Hi,
is inverting one signal an option?
If yes it can be done like this:
Code:
                             VCC
                              +
                              |
                              |
                             .-.
                             | |        .  .--.
                             | |10k     |  |  |
                             '-'        |  |  |
         .--.  .              |         '--'  '
         |  |  |              o---------------o
         |  |  |              |
         '  '--'           ||-+              OUT
                           ||<- BS170
        o------------------||-+
                              |
       IN (from MC)           |
                             ===
                             GND
created by Andy´s ASCII-Circuit v1.24.140803 Beta [url]www.tech-chat.de[/url]

hth
regards
joachim
 
that will only work provided the signals are symmetrical, like a square wave with 50% duty cycle, or a sine or triangle wave... in the case of a microcontroller it's probably a square wave, so unless it's symmetrical that won't help...
 
Status
Not open for further replies.

Latest threads

New Articles From Microcontroller Tips

Back
Top