usrp-users@lists.ettus.com

Discussion and technical support related to USRP, UHD, RFNoC

View all threads

Support materials for USRP-E312

MA
Mushtaq A. Syed, Ph.D.
Fri, Aug 18, 2023 3:11 PM

Hi:
We are planning on using the USRP E312 SDR for a program at Verus Research. This would require customization of the FPGA code that will ship with the device. Since we don’t want to start the development from scratch, we would like to know if Ettus provides source code for the FPGA, etc., that we can modify for our internal use. Is there a cost associated in using the code and any legal requirements? From where can we download the E312 FPGA source code and related software?
Thanks a lot!
Cheers,
Mushtaq


Mushtaq Syed, Ph.D.
Principal Digital Signal Processing Engineer
Verus Research

[cid:image954100.JPG@16f60c1c.4286f270]http://

Direct  505-396-7109
Cell      408-514-7821

6100 Uptown Blvd NE, Suite 260
Albuquerque, New Mexico 87110
verusresearch.net

NOTICE:  This electronic mail message is intended exclusively for the individual or entity to which it is addressed. This message, together with any attachment, may contain sensitive or privileged information.  Any unauthorized review, use, printing, retention, copying, disclosure, or distribution of said email is strictly prohibited.  If you have received this message in error, please (1) immediately advise the sender by reply email message and (2) delete all copies of this message

Hi: We are planning on using the USRP E312 SDR for a program at Verus Research. This would require customization of the FPGA code that will ship with the device. Since we don’t want to start the development from scratch, we would like to know if Ettus provides source code for the FPGA, etc., that we can modify for our internal use. Is there a cost associated in using the code and any legal requirements? From where can we download the E312 FPGA source code and related software? Thanks a lot! Cheers, Mushtaq ---------------------------- Mushtaq Syed, Ph.D. Principal Digital Signal Processing Engineer Verus Research [cid:image954100.JPG@16f60c1c.4286f270]<http://> Direct 505-396-7109 Cell 408-514-7821 6100 Uptown Blvd NE, Suite 260 Albuquerque, New Mexico 87110 verusresearch.net ---------------------------- NOTICE: This electronic mail message is intended exclusively for the individual or entity to which it is addressed. This message, together with any attachment, may contain sensitive or privileged information. Any unauthorized review, use, printing, retention, copying, disclosure, or distribution of said email is strictly prohibited. If you have received this message in error, please (1) immediately advise the sender by reply email message and (2) delete all copies of this message
MD
Marcus D. Leech
Fri, Aug 18, 2023 3:52 PM

On 18/08/2023 11:11, Mushtaq A. Syed, Ph.D. via USRP-users wrote:

Hi:

                We are planning on using the USRP E312 SDR for a
program at Verus Research. This would require customization of the
FPGA code that will ship with the device. Since we don’t want to start
the development from scratch, we would like to know if Ettus provides
source code for the FPGA, etc., that we can modify for our internal
use. Is there a cost associated in using the code and any legal
requirements? From where can we download the E312 FPGA source code and
related software?

                Thanks a lot!

                Cheers,

                Mushtaq


MushtaqSyed, Ph.D.
Principal Digital Signal Processing Engineer
Verus Research

http://

Direct 505-396-7109
Cell 408-514-7821

6100 Uptown Blvd NE, Suite 260
Albuquerque, New Mexico 87110
verusresearch.net

NOTICE:  This electronic mail message is intended exclusively for the
individual or entity to which it is addressed. This message, together
with any attachment, may contain sensitive or privileged information. 
Any unauthorized review, use, printing, retention, copying,
disclosure, or distribution of said email is strictly prohibited.  If
you have received this message in error, please (1) immediately advise
the sender by reply email message and (2) delete all copies of this
message.


USRP-users mailing list --usrp-users@lists.ettus.com
To unsubscribe send an email tousrp-users-leave@lists.ettus.com

You could start here:

https://kb.ettus.com/Knowledge_Base

The UHD source code is here:

https://github.com/EttusResearch/uhd

That includes the FPGA code

This is from the LICENSE.md file in the codebase:

 Ettus Research FPGA Repository: Licenses

Please refer to the individual files to verify which license applies to
them.

UHD and MPM themselves, are, by default, licensed under the GPLv3. If
you wish
to obtain an alternative license, please contact info@ettus.com. Some of
UHD's
dependencies are shipped as part of the repository
(see https://github.com/EttusResearch/uhd/tree/master/host/lib/deps for
details).

The FPGA codebase (stored under fpga/) has its own
[licensing situation][fpga-license]. See the various subdirectories
therein for
more details.

Individual source files in this repository may have different licenses than
discussed above. Please refer to individual files and directories to verify
which license applies to which file.

GPLv3 License Text (applies to most of UHD and MPM)

                    GNU GENERAL PUBLIC LICENSE
                       Version 3, 29 June 2007

On 18/08/2023 11:11, Mushtaq A. Syed, Ph.D. via USRP-users wrote: > > Hi: > >                 We are planning on using the USRP E312 SDR for a > program at Verus Research. This would require customization of the > FPGA code that will ship with the device. Since we don’t want to start > the development from scratch, we would like to know if Ettus provides > source code for the FPGA, etc., that we can modify for our internal > use. Is there a cost associated in using the code and any legal > requirements? From where can we download the E312 FPGA source code and > related software? > >                 Thanks a lot! > >                 Cheers, > >                 Mushtaq > > ---------------------------- > MushtaqSyed, Ph.D. > Principal Digital Signal Processing Engineer > Verus Research > > <http://> > > Direct 505-396-7109 > Cell 408-514-7821 > > 6100 Uptown Blvd NE, Suite 260 > Albuquerque, New Mexico 87110 > _*verusresearch.net*_ > ---------------------------- > > NOTICE:  This electronic mail message is intended exclusively for the > individual or entity to which it is addressed. This message, together > with any attachment, may contain sensitive or privileged information.  > Any unauthorized review, use, printing, retention, copying, > disclosure, or distribution of said email is strictly prohibited.  If > you have received this message in error, please (1) immediately advise > the sender by reply email message and (2) delete all copies of this > message. > > > _______________________________________________ > USRP-users mailing list --usrp-users@lists.ettus.com > To unsubscribe send an email tousrp-users-leave@lists.ettus.com You could start here: https://kb.ettus.com/Knowledge_Base The UHD source code is here: https://github.com/EttusResearch/uhd That includes the FPGA code This is from the LICENSE.md file in the codebase:  Ettus Research FPGA Repository: Licenses Please refer to the individual files to verify which license applies to them. UHD and MPM themselves, are, by default, licensed under the GPLv3. If you wish to obtain an alternative license, please contact info@ettus.com. Some of UHD's dependencies are shipped as part of the repository (see https://github.com/EttusResearch/uhd/tree/master/host/lib/deps for details). The FPGA codebase (stored under fpga/) has its own [licensing situation][fpga-license]. See the various subdirectories therein for more details. Individual source files in this repository may have different licenses than discussed above. Please refer to individual files and directories to verify which license applies to which file. ## GPLv3 License Text (applies to most of UHD and MPM)                     GNU GENERAL PUBLIC LICENSE                        Version 3, 29 June 2007