-
Notifications
You must be signed in to change notification settings - Fork 139
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How send data (audio) trought radio? #132
Comments
Are you completely sure your K1 - USB cable is an "audio" cable? |
There is audio on one side ;-) audio jack != audio The problem is any band locks and blocking some MHz. The idea is to be able to write a simple program in C that reads binary data on the input and sends it over the radio (not over the cable but over the radio) and digital data writes out to the input. PIPE interface. or KISS or other interface. No problem using any protocol, k17, fAX.25 or any other. Question is how to do this for reticulum. Have You any idea? Converting data from radio to computer trought sound card is pover ineficient. USB is better |
Yes, Jack plugs do not equal audio plugs. On the Kenwood K connector (arguably a pair of "audio jacks"), you have +3.3V, Gnd, Audio In, Audio Out, Serial Tx , Serial Rx, PTT. I cannot imagine how you have a K1 USB / audio cable. What's your definition of K1? Are you talking about a K1 sound card or a Kenwood type radio connector? The cable for this radio us a USB / serial port cable. Have you made your own with a built-in USB audio soundcard? Reference to reticulum worries me. Encrypting (what reticulum is good at) radio comms on amateur radio channels (what UV-K5 is good at) is illegal in most countries. |
no problem. You can use PMR band for encrypting transmission. Dont close Your mind to ham radio only. autor reticulum is ham radio operator too ;) You can put your id if you want. Many interface can to do this KISS etc |
My mind is completely open. It is also illegal in most countries to operate the Quansheng sets on PMR frequencies. |
https://reticulum.network/index.html has some documentation. I don't. If I knew, I would have suggested diff. If you can write such an interface to bring the substitute of Packet Radio back to the 21st century then help. |
If course it is perfectly legitimate to send data by ham radio with a licence. Of course people will break the law if they can. I won't be an accomplice, though. |
If someone wants to hit a dog, he will find a stick. If you think it's illegal then how about at least receiving the data and sending it to the computer? Then someone could do unlicensed listening to digital networks. |
With a very few exceptions, listening is rarely illegal. |
Simple read audio , convert it to digital data and send to computer using USB cable. For example some people using digital signal to send data on band 433MHz fAX.25, Meshtastic etc. Only convert digital data to binary format and print out. |
The HT is an analog set. In order to use it, as it stands, you would need a MODEM. In Ham land, we call it a TNC. |
@KDMcMullan > It would be a big job. Radio have modem inside, sending data is probably trivial T9 example. Question how convert it to USB digital data Linux. The TNC is inside the radio. There is no need for an additional processor and additional power supply. Besides, it's a hassle and something can always break. TNC stores data inside, there is no need for it here. |
First you whine for 5 posts that it is not needed and then you write that it is difficult. ;-P I don't know if it is difficult. But I do know that sending digital data is in the Quansheng API. It's a small thing for someone who knows how to do it. |
SDR has very little inside without firmware. As described, MCU is connected directly to serial port, so, firmware COULD be created to create a MODEM. If you want to see the beginnings of serial control of the radio, look to this firmware. This is the closest thing I know to someone coding a serial interface to the radio. It could form the basis of a software MODEM whose serial IO is connected outside of the radio. |
There are people who have ideas. They throw links to articles and websites. And there are people who have ideas and implement them. I think it is not worth confusing one with the other. I think we lack people who just know how to write something. I can't write firmweare. But I see the need to send data via radio. In an emergency situation we usually have little equipment and little time to do something. So it is worth doing it now. As I understand it is an idea and a need. But I don't know how to fix it/make it |
Yes. |
I have K1 audio jack <-> usb A cable.
How send and receive a data from commandline linux? Or similar way from computer directly?
I need send data to other radio not setup device.
The text was updated successfully, but these errors were encountered: