You are not logged in.
Pages: 1
I haven't done much with my 2 arduino unos since shortly after I got them. Lately I have gotten them back out and have been working on being able to use them to supply squarewave signals like a zapper. Of course it helps to know if you actually have a square wave. Not having a lot of money I looked around to see if there was an alternative and I found one. There is a program that works with the arduino called Processing IDE. It can take the output of an arduino and create the waveform like an oscilloscope. There is also a program for the arduino uno that will drive this program. You can find this information here:
https://www.instructables.com/id/Oscill … rocessing/
There are links to all the files you need plus examples of how to do other things with the oscilloscope. The arduino IDE can run in windows, linux or mac but the oscilloscope program for Processing IDE seems to only be for windows or linux.
So far I have not gotten very far with any squarewave generating except as a fixed frequency and to be honest I have no clue how that program works to determine how to change the frequency. I may just have to break down and build a signal generator that can do multiple types of waveforms. The program I thought was working turned out to NOT be putting out a squarewave, once I got the oscilloscope program running, so I am back to square one on that. But there are other articles on the Internet about this
This is a link to some very interesting stuff on timers and interrupts. The whole site has a lot of good information that I haven't had time to check out. I do know the frequency counters he supplies the code to seem to work quite well.
http://www.gammon.com.au/timers
Anyone with an arduino can jump in here and share links or what you know about programming the arduino uno (or other boards that are relatively compatible). Or even if you do not have an arduino but like the projects and maybe do programming for other boards, jump in and share if you want.
Offline
They sound interesting, though most of my powered pieces have to be outside, and I'm a little wary of having big ol boards out there. Hard to protect.
Seattle's a pretty wet place...
Hopefully the little fellas I ordered are enough for now.
Website: https://www.aetheric.org
Bastion community: bastion.mn.co
Offline
You have a point, Jeaux. What I am playing with now is the sonar device that came with my arduino kit. I remember someone on here found out that pointing the sonar device at orgone devices causes it to produce orgone and do other things. I went a step further. I recalculated the timings and have the sonar turning on and off at a rate of 33khz. The sonar is pointed at an old combat cone of Loohan's with an 80% duty cycle. I get the feeling the range has been extended about 22%.
Offline
A big OOPS on the frequency driving the ultrasonic device. I hooked up the frequency counter and found out it wasn't anywhere near 33khz and it wasn't very stable, either. Back to the drawing board. Going to cut out all the code about measuring and merely trigger the device on and off. With any luck, this might work. I either need to buy some real test gear or buy a lot more arduinos.
Offline
Some of these zappers actually have a serial input and can be hooked to an Arduino so that the frequency can quickly be changed. Just thought I'd toss that out in case anyone was interested.
Offline
Pages: 1