UKHAS Wiki

UK High Altitude Society

User Tools

Site Tools


guides:linkingarduinotontx2

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
guides:linkingarduinotontx2 [2014/05/07 20:50] – Added link to the new version of the article upuguides: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 NTX2B Transmitter ======== 
- +
-[[http://ava.upuaut.net/?p=617|Getting Started with the NTX2B]] +
- +
-Which covers the newer NTX2B. I will transfer this new article here eventually - M0UPU +
- +
- +
-========Linking an Arduino to a Radiometrix NTX2 Transmitter ======== +
  
 ===== 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 NTX2]] to an Arduino and getting it to shift its transmission between two frequencies slightly giving two tones. In the second part I’ll demonstrate how to control this and use the circuit to transmit data at 50 or 300 baud using [[http://en.wikipedia.org/wiki/Radioteletype|RTTY]]. +In this short tutorial I’ll give a step by step instructions on connecting a [[https://store.uputronics.com/index.php?route=product/product&path=61&product_id=60|Radiometrix NTX2B]] to an Arduino and getting it to shift its transmission between two frequencies slightly giving two tones. In the second part I’ll demonstrate how to control this and use the circuit to transmit data at 50 or 300 baud using [[http://en.wikipedia.org/wiki/Radioteletype|RTTY]]. 
    
-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 ====
  
- Radiometrix NTX2 \\+ Radiometrix NTX2B \\
  Arduino or similar microcontroller\\  Arduino or similar microcontroller\\
  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 257: Line 250:
 ===== Where to buy the NTX2 ===== ===== Where to buy the NTX2 =====
  
-  *[[http://ava.upuaut.net/store/index.php?route=product/product&path=71_63&product_id=92|HAB Supplies stock the NTX2]] +  *[[https://store.uputronics.com/index.php?route=product/product&path=61&product_id=60|Uputronics stock the NTX2B]] 
-  *[[http://uk.farnell.com/radiometrix/ntx2-434-650-10/transmitter-434-65mhz-10mw/dp/1348829|Farnell(UK)]] - expensive+
 ===== 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.1399495830.txt.gz · Last modified: 2014/05/07 20:50 by upu

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki