Coder Social home page Coder Social logo

Comments (15)

TLeconte avatar TLeconte commented on June 1, 2024 1

acardec run on the same rpi ...

acarsdec -p -o 2 -r 0 -p 48 131.725 131.850
Found Rafael Micro R820T tuner
WARNING: Invalid frequency 0
WARNING: Invalid frequency 48000000
Exact sample rate is: 2000000.052982 Hz

If acars-sdrplay use the same cli syntax than my original program, the order of parameters is important and the -r n must be the last before the frequencies. It's why you got frequencies errors.
Correct syntax is :
acarsdec -p -o 2 -p 48 -r 0 131.725 131.850

from acars-sdrplay.

IT-Berater avatar IT-Berater commented on June 1, 2024 1

i@pi-home:~ $ acarsdec -p 48 -o 2 -r 0 131.725 131.850
Found Rafael Micro R820T tuner
Exact sample rate is: 2000000.052982 Hz

[#1 (F:131.725 L:-19 E:0) 07/01/2019 18:26:10.164 --------------------------------
Mode : e Label : SQ
02XSHAJEDDV05228N00942EV136975/

[#1 (F:131.725 L:-19 E:0) 07/01/2019 18:28:11.160 --------------------------------
Mode : e Label : SQ
02XSHAJEDDV05228N00942EV136975/

[#1 (F:131.725 L:-21 E:0) 07/01/2019 18:28:46.469 --------------------------------
Mode : 2 Label : _d Id : Z Ack : 3
Aircraft reg: D-ATYC Flight id:
No:

[#1 (F:131.725 L:-12 E:0) 07/01/2019 18:29:00.312 --------------------------------
Mode : E Label : 15 Id : 9 Nak
Aircraft reg: G-EUPE Flight id: BA978J
No: M43A
FST01EGLLEDDVN52479E0097997 8 22 29 28235 111 18301828
##########################
Destination Airport : EDDV
Departure Airport : EGLL

from acars-sdrplay.

JvanKatwijk avatar JvanKatwijk commented on June 1, 2024

from acars-sdrplay.

IT-Berater avatar IT-Berater commented on June 1, 2024

Yes, no RPI 3, a old version ...
processor : 0
model name : ARMv6-compatible processor rev 7 (v6l)
BogoMIPS : 697.95
Features : half thumb fastmult vfp edsp java tls
CPU implementer : 0x41
CPU architecture: 7
CPU variant : 0x0
CPU part : 0xb76
CPU revision : 7

Hardware : BCM2835
Revision : 000e

from acars-sdrplay.

IT-Berater avatar IT-Berater commented on June 1, 2024

acardec run on the same rpi ...

acarsdec -p -o 2 -r 0 -p 48 131.725 131.850
Found Rafael Micro R820T tuner
WARNING: Invalid frequency 0
WARNING: Invalid frequency 48000000
Exact sample rate is: 2000000.052982 Hz

[#1 (F:131.725 L:-22 E:0) 07/01/2019 15:28:23.047 --------------------------------
Mode : e Label : SQ
02XSHAJEDDV05228N00942EV136975/

[#1 (F:131.725 L:-22 E:2) 07/01/2019 15:30:23.136 --------------------------------
Mode : e Label : SQ
02XSHAJEDDV05228N00942EV136975/

with 38 % CPU

from acars-sdrplay.

IT-Berater avatar IT-Berater commented on June 1, 2024

bildschirmfoto 2019-01-07 um 16 36 20

from acars-sdrplay.

JvanKatwijk avatar JvanKatwijk commented on June 1, 2024

from acars-sdrplay.

IT-Berater avatar IT-Berater commented on June 1, 2024

Too bad :-(, then I can not use the program, unfortunately.

from acars-sdrplay.

JvanKatwijk avatar JvanKatwijk commented on June 1, 2024

from acars-sdrplay.

IT-Berater avatar IT-Berater commented on June 1, 2024

Ok, i understand. Summary:

acars-0.5 -p 48 -g 2 -s 30 -f 131250 -f 131850 // new C++ work not on my Raspberry

acarsdec -p 48 -o 2 -r 0 131.725 131.850 // old C works fine on my Raspberry

from acars-sdrplay.

TLeconte avatar TLeconte commented on June 1, 2024

JvanKatwijk add sdrplay to "old C" acarsdec.
Do you try it ?
I do not, I don't have a sdrplay

from acars-sdrplay.

IT-Berater avatar IT-Berater commented on June 1, 2024

JvanKatwijk add sdrplay to "old C" acarsdec.
Do you try it ?
I do not, I don't have a sdrplay
I have not a sdrplay, only a Raspberry Pi with rtlsdr dongle .

from acars-sdrplay.

IT-Berater avatar IT-Berater commented on June 1, 2024

Sorry for the confusion. I have confused a concept. I do not have an SDRplay but only a rtlsdr!

from acars-sdrplay.

IT-Berater avatar IT-Berater commented on June 1, 2024

I just wanted to test the new acars-0.5 program for a new blog entry: http://blog.wenzlaff.de/?s=acars

from acars-sdrplay.

JvanKatwijk avatar JvanKatwijk commented on June 1, 2024

Well, the history is as follows. I wanted to use the sdrplay device with the acarsdec program, but I did not undertanstand the code. So, by writing code, looking at the acarsdec code and experimenting a little I made a version, differently structured. Then I had a sufficient understanding of the acarsdec code to add SDRplay support to the acarsdec code. The main difference in organization - and the reason that the acars-sdrplay code needs far more resources - is that the processing in the acarsdec code is done in the callbacks of the device handlers, while in the acars-sdrplay code the device handlers dump their data in a buffer and there are a few separate threads doing the processin.

from acars-sdrplay.

Related Issues (4)

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.