Circuit to generate a signal a specific time after a trigger event. The timing can be defined by an RC time constant, or by clock pulses from an oscillator.

learn more… | top users | synonyms (1)

0
votes
2answers
36 views

Alkaline Battery for Boost converter for 1000ma current requirement?

I am working on a very small scale project that needs 300-600ma bursts at 5v for 10-20 seconds (a bank of LEDs) followed by a period of low power consumption (around 10ma for around an hour or so for ...
0
votes
1answer
55 views

Power solenoid valve battery

I'm trying to make an Arduino controlled irrigation timer. My idea is to use an Arduino pro mini and a cheap solenoid valve, wired to a TIP120. However, from my calculations, it's impossible to run ...
0
votes
0answers
26 views

How to make 12 hours timer? [duplicate]

I want to make a timer that trigger every 12 hours and when it triggers it stays high for 30 min then reset again until another 12 hours, and so on. I want to make this circuit with the simlest ...
0
votes
1answer
70 views

Incorrect Manchester encoding from PIC microcontroller

I have written a C program for the PIC18F4620. My PIC works as an encoder, which encodes a data stream in Manchester code. My output is rd7, where it should appear the Manchester code, but only ...
-1
votes
1answer
33 views

STM32F103C8T6 pwm generation

I wrote this code to generate a PWM but I did not get an output. What am I doing wrong? ...
0
votes
2answers
82 views

Getting Clock/Time information from PC to an STM32F4

Assume I connect a microcontroller board (like an STM32F4) to a PC via USB. Is there anything in the USB communication protocol that contains host clock data? In other words, can I sync the ...
0
votes
1answer
31 views

8051 TH0/TLO flag values

I'd like to know how can I calculate TL0 values. For example, when we have assigned hex value 0x05 to TH0 flag, we set our timer reloading time for 250 microseconds. So the question is: how can I ...
0
votes
1answer
35 views

Knock Sensor using 555 Timer with a timed light

I have seen a few Knock Sensors using the Piezo Speaker and the Arduino. I am wondering if there is a way to eliminate the Arduino and utilize a 555 Timer and other simpler components so that when the ...
0
votes
1answer
47 views

How to generate 1min timer interrupt in PIC24F

I m trying to generate a 1 minute interrupt using pic24F seires... To be specific PIC24Fj64GA306 Here is the code snippet ...
0
votes
1answer
68 views

555 and transistors: using a transistor to ground the reset pin of a 555 and how to drive a MOSFET with a 555

Parachute Deployment Timer I am busy trying to build a parachute deployment timer for an amateur rocket using 555 ics What have I done thus far I have a switch that closes temporarily while the ...
-4
votes
1answer
70 views

What type of 555 timer circuit is this [closed]

Could someone please describe what sort of 555 setup/circuit is in the image and how it operates. This is the webpage on which I found it http://www.thefintels.com/aer/protected/timer.htm Thank you ...
1
vote
2answers
291 views

555 timer with output voltage equal to 5V?

I am (still) learning about electronic and want to get a 555 timer. From a datasheet (page 5) it looks like when the input voltage is 5V, then the output voltage is only 3.3V. Is that correct? If ...
1
vote
1answer
101 views

Can the STM32 DMA speed be controlled by the timer?

Is it possible to have the DMA controller on an STM32 transfer each packet only when a timer update event occurs or can you only control the start of a whole chunk of DMA? The use case is (on an ...
1
vote
1answer
39 views

Generating a clock from timer using PWM

I am using CC2640 from TI in one of my designs. As per the datasheet, I can output a clock of maximum 32KHz to any external circuit/IC. As per my design, I Need to provide 1MHz clock to a sensor. ...
0
votes
0answers
65 views

STM32 Encoder mode + Input Capture on the same timer

I want to use CH1 and CH2 in encoder mode and also CH3 in input capture mode, all this using one timer (TIM3). Is it possible? I didn't found any warnings in datasheet. I looked at the block diagrams ...
1
vote
2answers
42 views

Generating pulses via timer match output or timer ISR?

I'm using LPC1778 uC for a project and want to know what is the difference between generating pulses via timer match output and via toggling a pin in a timer ISR. What are the pros and cons of both ...
0
votes
3answers
146 views

How to implement precise delay function in Keil c51 (for c8051) that waits exact amount of CPU clocks, the number of clocks ranges from 1 to 255

So as the title says, I need exact delays, not too long, ideally in the range of 0 - 350 CPU clocks, but if anything would work in narrower range the absolute minimum range is 20 - 127 CPU clocks. So ...
-5
votes
1answer
50 views

Large timer interrupt instructions [closed]

Assume that it takes the micro-controller 1 microsecond to execute an instruction and the timer overflow has also been set to 1 microsecond and in the timer interrupt handler we have some instructions ...
1
vote
3answers
105 views

Uart Transmit every 1µs Interrupt StM32 NucleoF401-Re

I am using the STM32 Nucleo F401-RE and HAL libraries. I would like to send value through UART to the PC console every 1µs interruption. Actually I want every 1 µs interruption to increment a ...
0
votes
1answer
42 views

Why I am seeing a spike of 9V on output and capacitor in 555 timer

I would like to have high voltage at output initially for a period of time, then low and high ... . But in the following circuit, I see spikes on output (green) and capacitor (blue) for a short period ...
-2
votes
1answer
66 views

Help choosing component values for a relay delay circuit

I want to build a circuit that controls a relay with the following specifications: the relay should turn on and stay on for ~60 seconds after the button is pushed the relay should stay on as long as ...
1
vote
3answers
87 views

Deciding Timer Interrupt time

I have used timer interrupt in my application, mainly for timing reasons like timeout detection for processes,pulse generation etc, every 1 ms. Now i have a doubt. Suppose in main(), if im doing ...
1
vote
4answers
78 views

Purpose of Resistor - comparator

I am studying this time delay circuit and am curious to know the purpose of the 4.7kΩ resistor. As I see it, it has no purpose. I've built and tested this circuit with and without it and see no ...
2
votes
0answers
51 views

Implementing periodic sensor data storage and GPRS transmission

I am using custom hardware driven by a TIVA TM4C (specifically, TM4C123GXL) to control a microgrid with battery energy storage, solar panels, four loads controlled by relay, and a SIM900 GSM GPRS ...
0
votes
2answers
80 views

MSP430FR4133 timer interrupt

I am trying to use the timers on the microcontroller in order to count up to 10us then add 1 to the int timer. I intend to use this in a project I am doing where I count the time between pulses from a ...
0
votes
1answer
49 views

Triggering a LED and interrupting it quickly (with a PIR sensor). What do I need for this?

I'm an artist working on a interactive installation. I'm a beginner in electronics and I'm feeling a little bit lost here, can you help me? I have a 5v circuit with a PIR sensor activating a LED and ...
0
votes
1answer
55 views

I have this timer circuit. Push and release vs push and hold give me different times

I have a timer circuit which I slightly modified from the one in this link I have an image below of what my circuit looks like. My problem is this: When I push my start button and immediately let ...
1
vote
1answer
63 views

555 autostart counting

In a monostable configuration of the 555: http://circuitdigest.com/electronic-circuits/555-timer-monostable-circuit-diagram I have connected pin2 to the ground all the time. My goal is that once the ...
1
vote
3answers
104 views

8 bit PICs: timer1 asynchronous vs synchronous operation

The 8-bit PIC family (I'm working with pic18f46k22) offers some timers (timers1/3/5) that can work in both asynchronous and synchronous modes when clocked from an external source. The obvious ...
0
votes
3answers
90 views

Servo control using dsPIC33's Output Compare and Timers

I am trying to control a single servo using output compare and a couple of timers. Timer 2 provides the 20ms period and it controls output compare 1 (OC1). OC1 is running in continuous pulse mode, ...
1
vote
1answer
25 views

Circuit that randomizes shut off time to LED's from 1 - 3 seconds when switch is thrown

I have been asked to create a circuit that drives a set of LED's that when switched off uses a random timer from ~1 - 3 seconds before the lights go off. This will be used in a light signal box for a ...
0
votes
1answer
59 views

555 timer digital clock

How would you go about connecting a 555 timer to a circuit with a 16x2 LCD display, which is already connected, to create a digital clock that counts the time? Do you have a sample of how this code ...
1
vote
1answer
68 views

ATmega48PA: can not run PWM on OC0A and OC2A pins

I have some troubles trying to run Fast PWM on OC0A and OC2A pins. The code is the following: ...
0
votes
1answer
51 views

Setting up a counter on STM32F405xx

How do you correctly setup Timer9 (TIM9)on an STM32F405xx to count pulses on rising edge? Is there a special configuration for the pin to the timer outside of this short example? Here's what I've ...
0
votes
1answer
39 views

555 delay circuit is unsatble

Hello I have built the 555 delay power off circuit by using these 2 guides: home.cogeco.ca/~rpaisley4/LM555.html#30 http://www.electroschematics.com/5963/adjustable-timer-1-10-minute/ I using a ...
2
votes
1answer
71 views

AVR PWM output delay before start

I'm using an ATtiny85 to generate a PWM output (using Timer0 in OCR mode), and this PWM output is being switched on and off at regular intervals. I am finding that when switching on the PWM output, ...
0
votes
3answers
118 views

Is it possible to call Timer ISR when we want it to execute.?

I am using PIC32 and I am doing a timer example. I am using the example of Timer1 provided in microchip documents. My understanding with the timers is when our main program start, timer also start ...
4
votes
6answers
429 views

Calculating Milliseconds using timers in PIC and synchronizing it with DS1307 timing

I have used DS1307 in my project which gives me the values of Hour, Min, Sec but I also need values of Milliseconds. I am ...
0
votes
1answer
99 views

Transistor delay switch equal to a SPDT Relay

I have a circuit I need the functionality of a SPDT switch that is flipped a couple of seconds after power is applied. It is just switching data lines on a USB port so there is no current being ...
0
votes
1answer
67 views

Timers and counters

I have to build a ladder diagram for a system which sounds the alarm if inside 60 seconds after pressing the start button,10 objects have passed.The alarm goes on until we press stop.In the system we ...
0
votes
1answer
105 views

Count pwm pulses on pic

I'm working on PIC18F8722 to generate PWM for 50% duty cycle. I have obtained the PWM and now I need to count the PWM pulse. As per my knowledge we can use timers to generate and count those pulses ...
0
votes
2answers
66 views

PIC16 10hz timer with timer1 and 1Mhz clock

I need to increment a stopwatch at 10hz using timer1 on a PIC16F628. The external clock is 1Mhz, supplied by a packaged oscillator (EPSON sg8002db). With no prescaler, the value to set the timer to (I ...
-2
votes
2answers
122 views

Count external clock pulses for a predefined time interval (PIC16f877a)

I need to count external clock pulses for a predefined time using PIC16f877a. I don't know what to use, whether counter or timer or both. I don't know to use timer and counter modules of PIC16f877a. ...
0
votes
2answers
134 views

Is it possible to implement a fail-proof watchdog timer in software?

I want to add a piece of code for watchdog timer within my source code so that the board resets automatically when programs hangs. I am using Mediatek Linkit One board.
1
vote
0answers
58 views

How to set MSP430 Driver Library timerA configurations

I am using MSP430F5529 and MSP430 Driver Library. As you can see, I set upMode timer configuration, compare mode configuration and enabled the initial interrupts. However, timerA interrupt is not ...
0
votes
3answers
173 views

Timer sequence with delayed off and long trigger pulse

Attached here below is the input and out put sequence that I am trying to achieve with a timing circuit. This looks like something that might be achieved with a few monostable 555 timers, but I am ...
0
votes
1answer
85 views

How to calculate the Timer Preload Properly on PIC32MX575F

I am trying to achieve 1 second on a timer in PIC32MX575F but somehow I am not reaching what I want. Some people says I have to look into the the PLLDIV, some other people says I should look into the ...
1
vote
2answers
148 views

Electric Timer With a Micro-Controller

I am trying to replace some electric timers with some sort of a micro-controller based solution http://www.directindustry.com/industrial-manufacturer/panel-mount-timer-154503.html. I would like to run ...
0
votes
3answers
112 views

One month timer circuit

I need to cut a signal wire after one month from it start working. So I am looking for timer circuit that it work by small battery make a short circuit for my signal wire after around ( few days more ...
0
votes
1answer
98 views

Timer in ATmega2560

...