
Pulse generator? - Science and Measurement - Arduino Forum
Apr 6, 2011 · HI all. I want to make a programmable pulse generator using Arduino. The "specifications" I need are the following: A) first output generates 10 usec pulse with frequency 10 Hz. B) One …
Arduino pulse generator - General Guidance - Arduino Forum
Oct 24, 2019 · Hello everyone, I need help for creating software for Arduino Uno that can generate a number of square wave pulses that can be adjusted with potentiometer at frequency also adjustable …
Using an arduino as a pulse generator
Feb 12, 2020 · So, I'm wanting to use the UNO as a pulse generator to drive a 1kHz square wave into the input of a High Speed Counter Module on a PLC. The signal will serve as a clock to precisely …
Creating a multiple pulse generator using arduino
Jul 8, 2022 · Hi everyone. I want to create a multiple pulse generator using Arduino (currently using mega2560). I want to create pulses using two push buttons so that each time I press either of the …
Pulse Generator with Nano - Classic Nano - Arduino Forum
Jan 19, 2023 · Hi all, Recently I develop a Fuel Flow simulator using Arduino Nano 328P/5V. Long story short, it has to produce 2 pulses named Drum & Impeller. Let say the pulse width is 5 ms (5000 us), …
Best method to generate a single pulse? - Arduino Forum
Jun 8, 2010 · For a project I'm working on, I need to generate single pulses of a certain width (shortest would be 10us) at various times. The two options I've come up with so far are: Use analogWrite(pin, …
pulse generator to trigger a slave clock - Arduino Forum
Oct 1, 2015 · Hello, I have a slave clock which requires an impuls every minute to advance the movement one step. The characteristics of the clock are simple. A pulse of 24 Volts advances the …
100 microsecond 5V pulse generator - Arduino Forum
Sep 18, 2019 · Hello, I am putting together a circuit to trigger one of our lasers. The triggering requirement are pulse voltage between 4.5 and 5V duration: at least 10 µs Rise time: ideally <300 nS …
Pulse generator with adjustable frequency, duty cycle, number of pulse ...
Mar 29, 2025 · Hello I have a requirement of running stepper motor drivers where a PLC would be an overkill. I just need to rotate the motor some degrees every time a particular proxy sensor is …
PWM pulse generator - General Guidance - Arduino Forum
Apr 26, 2022 · Hey guys, I was trying to make a pulse generator for a project. My goal was to create a square pulse generator of 150 kHz and 5V, using this code: void setup () { Serial.begin (9600); …