MicroP25RX

Status
Not open for further replies.

dcr_inc

Feed Provider *York Pa.*
Premium Subscriber
Joined
Feb 28, 2005
Messages
1,036
Location
Delta, Pa
can each pair select a GPIO for its output? Like tone pair one uses GPIO 1 and tone pair 2 uses GPIO 2 etc?
 

btt

Jew lover
Banned
Joined
Mar 11, 2020
Messages
2,585
Location
Wa State
No problem. Sorry it has taken so long to get the two-tone stuff written. Note that there is a new fw release 1222-02. This version fixes a bug that was causing the reported two-tone index to be off by 1 in many cases. This release not only fixes that, but every index value has been validated with signal generators. The two-tone decode is accurate and the measured error is well within limits. I believe you will find the decodes to be very accurate starting with this release.
 

Attachments

  • two-tone-validation_microp25rx.png
    two-tone-validation_microp25rx.png
    331.6 KB · Views: 27

raidamation

Member
Joined
Mar 5, 2019
Messages
11
I've had the micro for a month now. Still going strong and loving the updates. Two tone works great. Todd, I did not see any reference in the global config section you must be working on that part yet. Anyone who does not try a micro Wio Terminal is wasting time with their current P25 receiver. No this is not a full blown "scanner" not everyone wants or needs a scanner. Keep up the great work Todd and Happy Holidays!
 

btt

Jew lover
Banned
Joined
Mar 11, 2020
Messages
2,585
Location
Wa State
...I did not see any reference in the global config section you must be working on that part yet. ...
Thank you and have a merry Christmas! I haven't finished the two-tone stuff yet. It decodes the two-tones and displays them very well now. It appears to be very solid. The next steps for configuration are in progress, but not finished. btw, you can scan multiple P25 systems with several different modes to choose from, but not a "full blown" scanner as you said. Glad to hear you are enjoying it.
Have a great holiday everyone!
 

maus92

Member
Premium Subscriber
Joined
Jun 23, 2004
Messages
8,271
Location
The OP
Is there a real-time Wio / Arduino emulator that runs on a PC? I'd love to ditch the Wio interface altogether. It seems like this could be done via a serial interface.
 

KevinC

The big K
Super Moderator
Joined
Jan 7, 2001
Messages
12,522
Location
1 point
I appreciate you adding the actual tone frequencies back on the display.
 
  • Like
Reactions: btt

FreqNout

Member
Joined
Jul 23, 2021
Messages
297
Location
Chicagoland
Is there a real-time Wio / Arduino emulator that runs on a PC? I'd love to ditch the Wio interface altogether. It seems like this could be done via a serial interface.
The Wio has serial pins 8 and 10. All the MicroP25RX Wio Terminal code is open source. You could use the Wio to send the info out the serial pins. Learn a bit of Arduino coding and make it do what you wish.
 
  • Like
Reactions: btt

btt

Jew lover
Banned
Joined
Mar 11, 2020
Messages
2,585
Location
Wa State
This is the SPI interface interrupt handler code (SERCOM_2_Handler) that handles SPI serial incoming data from the MicroP25RX to the Wio (5 Mbps clock rate)

The interrupt handler populates a data typedef called metainfo defined here:

That should get you started. You could easily implement alternative hardware to the Wio using the SPI port of another device.
 

maus92

Member
Premium Subscriber
Joined
Jun 23, 2004
Messages
8,271
Location
The OP
The Wio has serial pins 8 and 10. All the MicroP25RX Wio Terminal code is open source. You could use the Wio to send the info out the serial pins. Learn a bit of Arduino coding and make it do what you wish.
Trying to avoid the Wio. BTT answered the question in #930.
 
  • Like
Reactions: btt

goldmyne99

Member
Joined
Jul 23, 2018
Messages
274
The Wio has serial pins 8 and 10. All the MicroP25RX Wio Terminal code is open source. You could use the Wio to send the info out the serial pins. Learn a bit of Arduino coding and make it do what you wish.
@FreqNout here is a quick test of your serial solution using the Wio Terminal TTL pins 8 and 10. The Wio is connected to Windows 10 (com4) via a TTL to USB adapter. I am sending the MicroP25RX "TGHistory" lines in real time to a Windows terminal program (Termite) in this simple test. These needs more work and I have a few ideas on using the Windows program Processing (here) to create a MicroP25RX Windows Display/Control. I will post more when I do more testing. Your Wio Terminal serial port solution is a great idea. Merry Christmas to all!

Wio2Windows.png
 

robnj74

Member
Premium Subscriber
Joined
Dec 25, 2010
Messages
238
Location
Buena, NJ
What are chances of having a mute or ignore on encryption? For talk groups that may not be full time encrypted.
 

btt

Jew lover
Banned
Joined
Mar 11, 2020
Messages
2,585
Location
Wa State
What are chances of having a mute or ignore on encryption? For talk groups that may not be full time encrypted.
It does do this now, but sometimes a little bit of buffered encrypted audio gets out. I will add code to clear the audio buffer as soon as encrypted audio is detected.
 

robnj74

Member
Premium Subscriber
Joined
Dec 25, 2010
Messages
238
Location
Buena, NJ
It does do this now, but sometimes a little bit of buffered encrypted audio gets out. I will add code to clear the audio buffer as soon as encrypted audio is detected.
Ok I wasn't aware of that, mine just always passed the enc audio.
 
Status
Not open for further replies.
Top