Activate PTT pin on CM108 without asterisk
Is there a way to tell pin 13 on the CM108 sound card to activate High vs Low? Although this is off topic, I thought maybe people here would know: I want to use a USB sound FOB for APRS with XASTIR, and I want to see if I can use a cheap sound card instead of a TNC. If nothing else, I will have to use a VOX circuit, but it would be cool if I could script XASTIR to tell the USB card to activate high/low when it PTT's. If anybody has experience with XASTIR, do you know if you can even use sound cards in it? Or does it have to be a TNC. 73, Skyler KDØWHB -- Skyler Fennell amsatnet.info KDØWHB electricity440@gmail.com
You could just invert it using a pnp and a 10k resistor. Corey
On May 9, 2015, at 9:08 AM, Skyler F <electricity440@gmail.com> wrote:
Is there a way to tell pin 13 on the CM108 sound card to activate High vs Low?
Although this is off topic, I thought maybe people here would know:
I want to use a USB sound FOB for APRS with XASTIR, and I want to see if I can use a cheap sound card instead of a TNC. If nothing else, I will have to use a VOX circuit, but it would be cool if I could script XASTIR to tell the USB card to activate high/low when it PTT's.
If anybody has experience with XASTIR, do you know if you can even use sound cards in it? Or does it have to be a TNC.
73, Skyler KDØWHB
-- Skyler Fennell amsatnet.info KDØWHB electricity440@gmail.com _______________________________________________ App_rpt-users mailing list App_rpt-users@ohnosec.org http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users
To unsubscribe from this list please visit http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users and scroll down to the bottom of the page. Enter your email address and press the "Unsubscribe or edit options button" You do not need a password to unsubscribe, you can do it via email confirmation. If you have trouble unsubscribing, please send a message to the list detailing the problem.
Maybe my question is not clear: I want to know what command can be operated to make the Pin on the CM108 chip to activate? What command does Asterisk run so that it activates the PTT button on the USB fob? On Sat, May 9, 2015 at 8:10 AM, Corey Dean <n3fe@repeater.net> wrote:
You could just invert it using a pnp and a 10k resistor.
Corey
On May 9, 2015, at 9:08 AM, Skyler F <electricity440@gmail.com> wrote:
Is there a way to tell pin 13 on the CM108 sound card to activate High vs Low?
Although this is off topic, I thought maybe people here would know:
I want to use a USB sound FOB for APRS with XASTIR, and I want to see if I can use a cheap sound card instead of a TNC. If nothing else, I will have to use a VOX circuit, but it would be cool if I could script XASTIR to tell the USB card to activate high/low when it PTT's.
If anybody has experience with XASTIR, do you know if you can even use sound cards in it? Or does it have to be a TNC.
73, Skyler KDØWHB
-- Skyler Fennell amsatnet.info KDØWHB electricity440@gmail.com
_______________________________________________ App_rpt-users mailing list App_rpt-users@ohnosec.org http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users
To unsubscribe from this list please visit http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users and scroll down to the bottom of the page. Enter your email address and press the "Unsubscribe or edit options button" You do not need a password to unsubscribe, you can do it via email confirmation. If you have trouble unsubscribing, please send a message to the list detailing the problem.
-- Skyler Fennell amsatnet.info KDØWHB electricity440@gmail.com
Skyler, You still maybe not so clear. Just some thoughts... Are you using app_rpt or even asterisk for the task? You will find the answer in the source code. It's not going to be a single simple command. If not using app_rpt, you will need most of the source code for the device. Basically you will be outputting a bit/byte to a address / bit-banging once you have established the parameters for the device. If using vox, don't forget to add a (X)ms delay between tx key to tx data for switch activation time or you will loose beginning of the 1st frame data. ...mike/kb8jnm
Maybe my question is not clear: I want to know what command can be operated to make the Pin on the CM108 chip to activate?
What command does Asterisk run so that it activates the PTT button on the USB fob?
On Sat, May 9, 2015 at 8:10 AM, Corey Dean <n3fe@repeater.net> wrote:
You could just invert it using a pnp and a 10k resistor.
Corey
On May 9, 2015, at 9:08 AM, Skyler F <electricity440@gmail.com> wrote:
Is there a way to tell pin 13 on the CM108 sound card to activate High vs Low?
Although this is off topic, I thought maybe people here would know:
I want to use a USB sound FOB for APRS with XASTIR, and I want to see if I can use a cheap sound card instead of a TNC. If nothing else, I will have to use a VOX circuit, but it would be cool if I could script XASTIR to tell the USB card to activate high/low when it PTT's.
If anybody has experience with XASTIR, do you know if you can even use sound cards in it? Or does it have to be a TNC.
73, Skyler KDÃWHB
-- Skyler Fennell amsatnet.info KDÃWHB electricity440@gmail.com
_______________________________________________ App_rpt-users mailing list App_rpt-users@ohnosec.org http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users
To unsubscribe from this list please visit http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users and scroll down to the bottom of the page. Enter your email address and press the "Unsubscribe or edit options button" You do not need a password to unsubscribe, you can do it via email confirmation. If you have trouble unsubscribing, please send a message to the list detailing the problem.
-- Skyler Fennell amsatnet.info KDÃWHB electricity440@gmail.com _______________________________________________ App_rpt-users mailing list App_rpt-users@ohnosec.org http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users
To unsubscribe from this list please visit http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users and scroll down to the bottom of the page. Enter your email address and press the "Unsubscribe or edit options button" You do not need a password to unsubscribe, you can do it via email confirmation. If you have trouble unsubscribing, please send a message to the list detailing the problem.
See invertptt= http://svn.ohnosec.org/svn/projects/allstar/astsrc-1.4.23-pre/trunk/configs/... You may still require a pull-up resistor to get the CM108 to actually work in circuit. Thanks, Bob kk6ecm Sent from iPad
On May 9, 2015, at 7:15 AM, Skyler F <electricity440@gmail.com> wrote:
Maybe my question is not clear: I want to know what command can be operated to make the Pin on the CM108 chip to activate?
What command does Asterisk run so that it activates the PTT button on the USB fob?
On Sat, May 9, 2015 at 8:10 AM, Corey Dean <n3fe@repeater.net> wrote: You could just invert it using a pnp and a 10k resistor.
Corey
On May 9, 2015, at 9:08 AM, Skyler F <electricity440@gmail.com> wrote:
Is there a way to tell pin 13 on the CM108 sound card to activate High vs Low?
Although this is off topic, I thought maybe people here would know:
I want to use a USB sound FOB for APRS with XASTIR, and I want to see if I can use a cheap sound card instead of a TNC. If nothing else, I will have to use a VOX circuit, but it would be cool if I could script XASTIR to tell the USB card to activate high/low when it PTT's.
If anybody has experience with XASTIR, do you know if you can even use sound cards in it? Or does it have to be a TNC.
73, Skyler KDØWHB
-- Skyler Fennell amsatnet.info KDØWHB electricity440@gmail.com _______________________________________________ App_rpt-users mailing list App_rpt-users@ohnosec.org http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users
To unsubscribe from this list please visit http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users and scroll down to the bottom of the page. Enter your email address and press the "Unsubscribe or edit options button" You do not need a password to unsubscribe, you can do it via email confirmation. If you have trouble unsubscribing, please send a message to the list detailing the problem.
-- Skyler Fennell amsatnet.info KDØWHB electricity440@gmail.com _______________________________________________ App_rpt-users mailing list App_rpt-users@ohnosec.org http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users
To unsubscribe from this list please visit http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users and scroll down to the bottom of the page. Enter your email address and press the "Unsubscribe or edit options button" You do not need a password to unsubscribe, you can do it via email confirmation. If you have trouble unsubscribing, please send a message to the list detailing the problem.
participants (4)
-
Corey Dean -
kk6ecm -
mike@midnighteng.com -
Skyler F