BlueTail Technologies
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Go down
avatar
dcr_inc
Posts : 36
Join date : 2023-04-13
Age : 65
Location : Delta, PA

Two Tone Decode P25 Empty Two Tone Decode P25

Fri Jun 09, 2023 11:35 am
Todd,
Any chance you can make firmware that will store the tones received and decoded on the P25RXII ?
I have a system just starting to use P25 Paging and I want to capture the tone pairs
BTT
BTT
Admin
Posts : 221
Join date : 2023-03-23

Two Tone Decode P25 Empty Re: Two Tone Decode P25

Fri Jun 09, 2023 8:09 pm
dcr_inc wrote:Todd,
Any chance you can make firmware that will store the tones received and decoded on the P25RXII ?
I have a system just starting to use P25 Paging and I want to capture the tone pairs

What version of the software/firmware are you running?  Do you mean you would like the PC software to log the tones into a file on the PC? I can do that.
BTT
BTT
Admin
Posts : 221
Join date : 2023-03-23

Two Tone Decode P25 Empty Re: Two Tone Decode P25

Sat Jun 10, 2023 1:28 am
If you are using the tree-view Advanced version of the software, then the TONE_OUT events are written to the EVENTS database. You can use sqlitebrowser to open the events DB and use the following query to list all the TONE_OUT events:

select datetime(time,'unixepoch','localtime') as DATE_TIME,OPCODE,OP_NAME,P1 as TONE_A_HZx100,P2 as TONEA_IDX,P3 as TONE_B_HZx100, P4 as TONE_B_IDX from events where OP_NAME like 'TONE_OUT'





Two Tone Decode P25 Sqlite_browser_events
avatar
dcr_inc
Posts : 36
Join date : 2023-04-13
Age : 65
Location : Delta, PA

Two Tone Decode P25 Empty Re: Two Tone Decode P25

Sat Jun 10, 2023 12:16 pm
Yes, On the PC so a Dummie like me can open it and see what tone pairs were decoded.
avatar
dcr_inc
Posts : 36
Join date : 2023-04-13
Age : 65
Location : Delta, PA

Two Tone Decode P25 Empty Re: Two Tone Decode P25

Sat Jun 10, 2023 12:17 pm
Firmware 2023-02-06 06:03
BTT
BTT
Admin
Posts : 221
Join date : 2023-03-23

Two Tone Decode P25 Empty Re: Two Tone Decode P25

Sun Jun 11, 2023 6:27 am
dcr_inc wrote:Yes, On the PC so a Dummie like me can open it and see what tone pairs were decoded.

I will get this added to the tree-view version of the software.
BTT
BTT
Admin
Posts : 221
Join date : 2023-03-23

Two Tone Decode P25 Empty Re: Two Tone Decode P25

Sun Jun 11, 2023 8:03 am
Tone-outs are recorded to a toneouits.txt file in the p25rx/0x12346_your_mac_id folder starting with Advanced Tree-View version 2023-06-11_0714.
BTT
BTT
Admin
Posts : 221
Join date : 2023-03-23

Two Tone Decode P25 Empty Re: Two Tone Decode P25

Sun Jun 11, 2023 8:40 am
Forgot to add the date and header information to the tone-outs text file generation. Version 2023-06-11_0833 fixes this.
BTT
BTT
Admin
Posts : 221
Join date : 2023-03-23

Two Tone Decode P25 Empty Re: Two Tone Decode P25

Sun Jun 11, 2023 9:40 am
Some example output from the toneouts-2023-06-11.txt file during testing today.

#tone-out, date, op, op_name, tone_a_freq_hz, tone_a_idx, tone_b_freq_hz, tone_b_idx
2023-06-11 08:37:39, op=28, TONE_OUT_EVT:, 849.00, 19, 806.25, 18
2023-06-11 08:46:27, op=28, TONE_OUT_EVT:, 880.50, 20, 688.25, 14
2023-06-11 08:47:04, op=28, TONE_OUT_EVT:, 1347.75, 35, 344.25, 3
2023-06-11 08:47:07, op=28, TONE_OUT_EVT:, 344.25, 3, 849.00, 19
2023-06-11 08:51:21, op=28, TONE_OUT_EVT:, 849.00, 19, 752.50, 16
2023-06-11 08:52:28, op=28, TONE_OUT_EVT:, 660.00, 13, 688.25, 14
2023-06-11 09:02:32, op=28, TONE_OUT_EVT:, 598.00, 11, 932.00, 22
2023-06-11 09:08:28, op=28, TONE_OUT_EVT:, 880.50, 20, 660.00, 13
2023-06-11 09:08:33, op=28, TONE_OUT_EVT:, 880.50, 20, 688.25, 14
2023-06-11 09:25:27, op=28, TONE_OUT_EVT:, 598.00, 11, 932.00, 22
2023-06-11 09:32:34, op=28, TONE_OUT_EVT:, 880.50, 20, 688.25, 14
2023-06-11 09:32:39, op=28, TONE_OUT_EVT:, 880.50, 20, 660.00, 13
2023-06-11 09:36:48, op=28, TONE_OUT_EVT:, 1032.50, 25, 914.25, 21
2023-06-11 09:36:53, op=28, TONE_OUT_EVT:, 1032.50, 25, 752.50, 16
2023-06-11 09:37:28, op=28, TONE_OUT_EVT:, 849.00, 19, 598.00, 11
2023-06-11 09:37:33, op=28, TONE_OUT_EVT:, 849.00, 19, 914.25, 21
2023-06-11 09:37:39, op=28, TONE_OUT_EVT:, 566.00, 10, 789.75, 17
2023-06-11 09:37:44, op=28, TONE_OUT_EVT:, 849.00, 19, 806.25, 18
avatar
dcr_inc
Posts : 36
Join date : 2023-04-13
Age : 65
Location : Delta, PA

Two Tone Decode P25 Empty Re: Two Tone Decode P25

Sat Jun 17, 2023 7:05 am
Thanks Todd... It works great !1

BTT likes this post

Sponsored content

Two Tone Decode P25 Empty Re: Two Tone Decode P25

Back to top
Similar topics
Permissions in this forum:
You cannot reply to topics in this forum