guides:linkingarduinotontx2
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
guides:linkingarduinotontx2 [2014/05/07 20:57] – Amended purchase links. upu | guides:linkingarduinotontx2 [2016/10/21 21:57] (current) – upu | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | **THIS ARTICLE HAS BEEN SUPERSEDED**. There is a new version of this article here : | + | ========Linking an Arduino to a Radiometrix |
- | + | ||
- | [[http:// | + | |
- | + | ||
- | Which covers the newer NTX2B. I will transfer this new article here eventually - M0UPU | + | |
- | + | ||
- | + | ||
- | ========Linking an Arduino to a Radiometrix | + | |
===== Part 1 - Test Circuit and Test Code ===== | ===== Part 1 - Test Circuit and Test Code ===== | ||
Line 18: | Line 11: | ||
**This may be the first bit of code you've come across with regards to creating a tracker. There is always the tempation to cut and paste it and away you go. And in isolation this may work. However should you then cut and paste further code without understanding what is going you will end up with an unworkable mess and something that is next to impossible for us to assist you with. Pretty please take the time to work out what the code below is doing, redo it yourself, break it, fix it most importantly __understand__ it. ** | **This may be the first bit of code you've come across with regards to creating a tracker. There is always the tempation to cut and paste it and away you go. And in isolation this may work. However should you then cut and paste further code without understanding what is going you will end up with an unworkable mess and something that is next to impossible for us to assist you with. Pretty please take the time to work out what the code below is doing, redo it yourself, break it, fix it most importantly __understand__ it. ** | ||
- | In this short tutorial I’ll give a step by step instructions on connecting a [[http://www.radiometrix.co.uk|Radiometrix | + | In this short tutorial I’ll give a step by step instructions on connecting a [[https://store.uputronics.com/index.php? |
- | The theory is as follows: you adjust the voltage on the NTX2's TXD pin which adjusts its transmission frequency slightly. The difference in this frequency is called the shift. By doing this in a controlled fashion you can transmit 1's and 0's and therefore data. There are a number of methods to adjusting the voltage, connecting the TXD to a PWM on the Arduino, using a DAC or the most simple method discussed here using a voltage divider. | + | The theory is as follows: you adjust the voltage on the NTX2B's TXD pin which adjusts its transmission frequency slightly. The difference in this frequency is called the shift. By doing this in a controlled fashion you can transmit 1's and 0's and therefore data. There are a number of methods to adjusting the voltage, connecting the TXD to a PWM on the Arduino, using a DAC or the most simple method discussed here using a voltage divider. |
- | The NTX2 is a FM (Frequency Modulation) module intended to have a voltage applied to the TXD pin of between 0 and 3 volts. This voltage range changes the output frequency of the module by up to 6KHz. This means for each 1Hz change in frequency you need to change the voltage by 0.0005v (3 divided 6000) so to get a shift of 500hz you need to toggle the voltage applied to the TXD pin by 500x0.0005=0.25v. | + | The NTX2B is a FM (Frequency Modulation) module intended to have a voltage applied to the TXD pin of between 0 and 3 volts. This voltage range changes the output frequency of the module by up to 6KHz. This means for each 1Hz change in frequency you need to change the voltage by 0.0005v (3 divided 6000) so to get a shift of 500hz you need to toggle the voltage applied to the TXD pin by 500x0.0005=0.25v. |
Getting the shift totally accurate isn't entirely essential but it should be kept in the 300-600Hz region. | Getting the shift totally accurate isn't entirely essential but it should be kept in the 300-600Hz region. | ||
Line 28: | Line 21: | ||
==== Items Required ==== | ==== Items Required ==== | ||
- | | + | |
| | ||
1 x 47k resistor (Somewhere from 40k to 50k exact value isn't critical)\\ | 1 x 47k resistor (Somewhere from 40k to 50k exact value isn't critical)\\ | ||
Line 255: | Line 248: | ||
{{: | {{: | ||
- | ===== Where to buy the NTX2B ===== | + | ===== Where to buy the NTX2 ===== |
- | *[[http://ava.upuaut.net/store/ | + | *[[https://store.uputronics.com/ |
- | *[[http:// | + | |
===== Acknowledgements ===== | ===== Acknowledgements ===== | ||
- | Thanks to Rob Harrison for the RTTY code and to Dave Akerman for suggesting a more sensible one pin circuit to drive the NTX2. | + | Thanks to Rob Harrison for the RTTY code and to Dave Akerman for suggesting a more sensible one pin circuit to drive the NTX2B. |
Article authored by Anthony Stirk. | Article authored by Anthony Stirk. | ||
Additional amendments by Keval, lz1dev, Costyn, Jcoxon. | Additional amendments by Keval, lz1dev, Costyn, Jcoxon. |
guides/linkingarduinotontx2.1399496254.txt.gz · Last modified: 2014/05/07 20:57 by upu