A Microcontroller Operated SWR Meter: Unterschied zwischen den Versionen

Aus DL8RDS Wiki
Wechseln zu: Navigation, Suche
(New page: == Project description == This project is part of the SVXLink project. Since I intend to use T7F transceivers for this project, it is high...)
 
Zeile 16: Zeile 16:
  
 
== Progress ==
 
== Progress ==
* 2009-09-05 The BeagleBoard has an I2C header in the expansion port. So it is just a wonderful idea to use it and read out some things. The only problem: It's operated with 1,8V. So I need a bidirectional voltage translator. I found one across the Atlantic at Ebay: Gravitech has such a thing for a decent price: http://gravitech.us/MicroResearch/I2C/I2C-TRN/I2C-TRN-Manual.pdf
+
* 2009-09-04 The BeagleBoard has an I2C header in the expansion port. So it is just a wonderful idea to use it and read out some things. The only problem: It's operated with 1,8V. So I need a bidirectional voltage translator.  
 +
** I found one across the Atlantic at Ebay: Gravitech has such a thing for a decent price: http://gravitech.us/MicroResearch/I2C/I2C-TRN/I2C-TRN-Manual.pdf
 +
** Another option would be to built it by myself using the PCA9306: http://focus.ti.com/docs/prod/folders/print/pca9306.html
 +
* 2009-09-05 I decided to get the one from Gravitech.
  
 
+
* Come back and see in a few weeks / months...
 
 
Come back and see in a few weeks / months...
 

Version vom 5. September 2009, 04:16 Uhr

1 Project description

This project is part of the SVXLink project. Since I intend to use T7F transceivers for this project, it is highly interesting to detect troublesome antenna and SWR conditions and to be able to shut off the transmitter. The only way to do that is to read out the SWR digitally. And this can be done using the I2C BUS.

BTW, I want to measure some more values:

  • PA temperature
  • Transmitter power consumption / input current
  • Total system input current

And I want to switch some things, too:

  • Be able to switch the transceiver OFF

2 Other People's work

3 Progress

  • Come back and see in a few weeks / months...