Difference between revisions of "BG7TBL"

From sigrok
Jump to navigation Jump to search
(→‎Protocol: Added more details)
Line 31: Line 31:


== Protocol ==
== Protocol ==
=== Signal generator ===
Baud 57600, 8n1


The protocol is a serial protocol, send a f and the frequency divided by 10 to set the output to the desired frequency.
The protocol is binary serial based. To set a frequency send:
 
* 0x8f
 
Then f and then the frequency divided by 10 with leading zeroes. For example this is the payload for 400MHz.
 
* 400 000 000 / 10
* f040000000
 
=== Spectrum analyzer ===
 
The protocol is briefly described in the source code here:
 
https://github.com/DoYouKnow/BG7TBL_Reader

Revision as of 23:49, 11 October 2015

BG7TBL
BG7TBL case.jpg
Status planned
Frequency (user) 138MHz-4.4GHz
Waveforms sine (fixed)
Amplitude ? V
Connectivity USB

The BG7TBL USB RF Signal Generator is a PC-based function generator. It has no external controls, requiring a USB connection to a computer.

Software to run this hardware can be found here http://www.dl4jal.eu/.

This device can be bought on ebay for ca $65. Search for "138MHz-4.4GHz". There is a version with the ADF4351 instead that will give you more range (35MHz-4.4GHz).

Hardware

Photos

Protocol

Signal generator

Baud 57600, 8n1

The protocol is binary serial based. To set a frequency send:

  • 0x8f

Then f and then the frequency divided by 10 with leading zeroes. For example this is the payload for 400MHz.

  • 400 000 000 / 10
  • f040000000

Spectrum analyzer

The protocol is briefly described in the source code here:

https://github.com/DoYouKnow/BG7TBL_Reader