Giter Club home page Giter Club logo

rtl-sdrangelove's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

rtl-sdrangelove's Issues

Please fix bug

rtl-sdrangelove/sdrbase/gui/rollupwidget.cpp:151
QPainterPath path;
But this needs
#include <QPainterPath>
to build.

===
rtl-sdrangelove/sdrbase/gui/rollupwidget.cpp:151:22: error: aggregate ‘QPainterPath path’ has incomplete type and cannot be defined 151 | QPainterPath path;

Also, /home/kolodin/src/rtl-sdrangelove/plugins/samplesource/gnuradio/gnuradiothread.cpp:139
There is no method
connect(m_src, 0, adaptor, 0);

AGC

Hi,

Using version 6.17.4 with RTL-SDR I noticed AGC doesn't seem to work. Ticking the box makes no difference. You still need to set Gain manually. Tried it in FM Broadcast and DAB+.
73

Herman

Cannot compile glscope under armhf

I've tried to compile sdrangelove. Make ran for a couple minutes, then it stopped due to some GL-related errors. it can't complile the glscope.gcc.

[ 1%] Automatic moc for target sdrangelove
[ 1%] Built target sdrangelove_automoc
[ 2%] Automatic moc for target sdrbase
[ 2%] Built target sdrbase_automoc
[ 3%] Building CXX object CMakeFiles/sdrbase.dir/sdrbase/gui/glscope.cpp.o
/home/odroid/sdrangelove/sdrbase/gui/glscope.cpp: In member function ‘virtual void GLScope::paintGL()’:
/home/odroid/sdrangelove/sdrbase/gui/glscope.cpp:129:15: error: ‘glPushMatrix’ was not declared in this scope
glPushMatrix();
^
/home/odroid/sdrangelove/sdrbase/gui/glscope.cpp:130:25: error: ‘glScalef’ was not declared in this scope
glScalef(2.0, -2.0, 1.0);
^
/home/odroid/sdrangelove/sdrbase/gui/glscope.cpp:131:29: error: ‘glTranslatef’ was not declared in this scope
glTranslatef(-0.50, -0.5, 0);
^
/home/odroid/sdrangelove/sdrbase/gui/glscope.cpp:142:24: error: ‘glColor4f’ was not declared in this scope
glColor4f(1, 1, 1, 0.5);
^
/home/odroid/sdrangelove/sdrbase/gui/glscope.cpp:143:22: error: ‘glBegin’ was not declared in this scope
glBegin(GL_LINE_LOOP);
^
/home/odroid/sdrangelove/sdrbase/gui/glscope.cpp:144:17: error: ‘glVertex2f’ was not declared in this scope
glVertex2f(1, 1);
^
/home/odroid/sdrangelove/sdrbase/gui/glscope.cpp:148:8: error: ‘glEnd’ was not declared in this scope
glEnd();
^
/home/odroid/sdrangelove/sdrbase/gui/glscope.cpp:167:14: error: ‘glPopMatrix’ was not declared in this scope
glPopMatrix();
^
/home/odroid/sdrangelove/sdrbase/gui/glscope.cpp:175:12: error: ‘GL_LINE_SMOOTH’ was not declared in this scope
glEnable(GL_LINE_SMOOTH);
^
/home/odroid/sdrangelove/sdrbase/gui/glscope.cpp:197:12: error: ‘GL_LINE_SMOOTH’ was not declared in this scope
glEnable(GL_LINE_SMOOTH);
^
/home/odroid/sdrangelove/sdrbase/gui/glscope.cpp:262:12: error: ‘GL_LINE_SMOOTH’ was not declared in this scope
glEnable(GL_LINE_SMOOTH);
^
/home/odroid/sdrangelove/sdrbase/gui/glscope.cpp:284:12: error: ‘GL_LINE_SMOOTH’ was not declared in this scope
glEnable(GL_LINE_SMOOTH);
^
CMakeFiles/sdrbase.dir/build.make:687: recipe for target 'CMakeFiles/sdrbase.dir/sdrbase/gui/glscope.cpp.o' failed
make[2]: *** [CMakeFiles/sdrbase.dir/sdrbase/gui/glscope.cpp.o] Error 1
CMakeFiles/Makefile2:127: recipe for target 'CMakeFiles/sdrbase.dir/all' failed
make[1]: *** [CMakeFiles/sdrbase.dir/all] Error 2
Makefile:76: recipe for target 'all' failed
make: *** [all] Error 2
odroid@odroid:~/sdrangelove/build$

I've checked the qt openGL, and it was installed on this system

latest sdrangelove broke audio card selection.

new version just gives:
Default output device (use first suitable)

Sample Audio list from preferences:
(from older snapshot)

Default output device (use first suitable)
default
hdmi:CARD=HDMI,DEV=0
default:CARD=Generic
sysdefault:CARD=Generic
front:CARD=Generic,DEV=0
surround21:CARD=Generic,DEV=0
iec958:CARD=Generic,DEV=0

Can't decode LoRa

Hi, I've tried the LoRa channel using the base modem configs with no luck:

Bw125Cr45Sf128  
Bw = 125 kHz, Cr = 4/5, Sf = 128chips/symbol, CRC on. Default medium range.
Bw500Cr45Sf128  
Bw = 500 kHz, Cr = 4/5, Sf = 128chips/symbol, CRC on. Fast+short range.
Bw31_25Cr48Sf512    
Bw = 31.25 kHz, Cr = 4/8, Sf = 512chips/symbol, CRC on. Slow+long range.
Bw125Cr48Sf4096     
Bw = 125 kHz, Cr = 4/8, Sf = 4096chips/symbol, CRC on. Slow+long range.

Any advises?

TII in DAB+

Hi,

Using version 6.17.4 with RTL-SDR in DAB modulation I noticed TII are not decoded or I might have missed this being new to SDRAngel.
OS: Windows 10.

73

Herman

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.