Show Posts
|
|
Pages: [1] 2
|
|
4
|
Forum 2005-2010 (read only) / Frequently-Asked Questions / Re: Tone()
|
on: June 10, 2010, 05:03:10 am
|
|
Not all frequencies are illegal and it depend on how you transmit them... some yard a way for an experiment will not let you talk to some rushen submarine comerat commander...
But you do say that you think I can get to 1Mhz... how? can I just write tone(pin, 1000000) that will not work, right?
|
|
|
|
|
6
|
Forum 2005-2010 (read only) / Frequently-Asked Questions / Re: Tone()
|
on: June 09, 2010, 04:09:26 pm
|
|
I was thinking to use it to make some weak, easy to control, radio signal.
If I use the pin HIGH, delay, pin LOW, delay.
I get a problem, that what ever I write on the program will change the signal, that why I was thinking about using tone()
What do you think? :-?
|
|
|
|
|
10
|
Forum 2005-2010 (read only) / Frequently-Asked Questions / Re: Tone()
|
on: June 08, 2010, 02:03:56 am
|
|
Are you sure about it?
the Arduino clock is much faster and it you can get higher frequency only buy writing HIGH, delaymicro, LOW, delay...
I tried it yesterday with X as frequency and a analogRead to control the X.
I gut up to over 100000Hz.
Then I tried 20Mhz, I wrote 20000000, witch is the Arduin Duemilanove clock.
It worked, but I am not sure at witch frequency...
The way I chekt it was plugging the output to antenna and trying to read volt that is crated on a diode witch is grounded from one side and connected to other antenna on the other side
Are you sure in what you are saying? , Or did I do some thing wrong?
|
|
|
|
|