I want to generate a single wave pulse with a certain frequency but not a continuous wave. is that possible? if yes how do I achieve it with bitscope micro Bs05?
I want to generate a single wave pulse with a certain frequency but not a continuous wave. is that possible? if yes how do I achieve it with bitscope micro Bs05?
Doesn’t its generator have the one-shot setting?
I could not find it. Please help me to find if it is there.
What you have described above sounds like a repeating pulse - it has frequency. There is a user manual here - look in the Wavegen section. There also seems to be a lot of other on-line support.
Didn't help:(
What is the lowest frequency you can set?
With the symmetry setting in its lowest, you can get a 1% duty cycle.
If you can put frequency down to 1/(5*60) = 0.0033333, you’d have a pulse of 3 sec (5*60) * 1% every 5 minutes...
What is the lowest frequency you can set?
With the symmetry setting in its lowest, you can get a 1% duty cycle.
If you can put frequency down to 1/(5*60) = 0.0033333, you’d have a pulse of 3 sec (5*60) * 1% every 5 minutes...
Thanks a lot. It was helpful.
Also can we generate a pulse only when a trigger is given?? i.e. I want one pulse after 5 mins another pulse after 10 mins and so on.....
And what if I want to 2pulses evey 5 mins?
What is the minimum frequency you can set on the device?
5hz
Then a pulse every 5 minutes is out of its range.
exactly.. so what do i do??
Why must it be every 5 minutes? Maybe a look at this from another angle.
nvsabhiram wrote:
exactly.. so what do i do??
On the list of possibly pointless tasks, this seems high unfortunately. Have you not questioned why it needs to be 5 minutes, or why you cannot use (say) an Arduino?
There's an API for the Bitscope, you could try that.. but you may find it hard to find people with experience in that to do such a specific thing with it. An Arduino or Pi is 1000 times as popular.
You should try to move the problem into something you actually have a chance to solve.
shabaz wrote:
There's an API for the Bitscope, ...
It seems to support the data acquisition side of the instrument only. As you suggested, looking elsewhere for a solution would be a better path.