Skip to content

Take chars from the usb connection and turn them into IQ symbols to be modulated and broadcast.

Notifications You must be signed in to change notification settings

mjbella/USB-to-Baseband

Repository files navigation

------------------------------------------------------------------------------
README
------------------------------------------------------------------------------

This example implements a USB CDC-ACM device (aka Virtual Serial Port)
to demonstrate the use of the USB device stack.

Board connections:
------------------

  CN5	(USB_OTG_FS)	USB acting as device, connect to computer

Building:
---------

Make sure you have cloned the libopencm3 submodule.  The easiest way to
do this is with a recursive clone when cloning this repo.

    git clone --recursive

Build the libopencm3 binaries before building the main project.

    cd libopencm3 && make

Then build the project

    make

About

Take chars from the usb connection and turn them into IQ symbols to be modulated and broadcast.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •