logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

hackrf_si5351c - chip register read/write tool

Author

       This manual page was written by Maitland Bottoms for the Debian project (but may be used by others).

Description

       The  HackRF  project  started by Michael Ossmann and Jared Boone to build software radio peripheral using
       Free Software and Free Hardware design. Care was taken to only use electronic components  with  published
       documentation (no NDAs!) and to avoid software libraries without open source licenses.

       Jawbreaker  is  the  first  complete  HackRF  platform,  a wideband software radio transceiver with a USB
       interface.

       This application lets the user control the si5351c chip.

Examples

       hackrf_si5351c -n 12 -r # reads from register 12

       hackrf_si5351c -r # reads all registers

       hackrf_si5351c -n 10 -w 22 # writes register 10 with 22 decimal

Name

       hackrf_si5351c - chip register read/write tool

Options

       -n, --register <n>: set register number for subsequent read/write operations

       -r, --read: read register specified by last -n argument, or all registers

       -w, --write <v>: write register specified by last -n argument with value <v>

See Also

       Great Scott Gadgets HackRF web page: http://greatscottgadgets.com/hackrf/

       Other hackrf programs:

       hackrf_cpldjtag(1),   hackrf_info(1),    hackrf_max2837(1),    hackrf_rffc5071(1),    hackrf_spiflash(1),
       hackrf_transfer(1)

Synopsis

hackrf_si5351c[OPTIONS]

See Also