antonjan / DATV-Red

Cross platform DATV full duplex solution built in Node-Red and for QO-100

Repository from Github https://github.comantonjan/DATV-RedRepository from Github https://github.comantonjan/DATV-Red

DATV-Red

Prerequisite

Setup and use

  1. Download latest release and extract to folder DATV-Red and open in file explorer (you'll need 7zip)

  2. VERY IMPORTANT Please make sure to place the folder in a path without spaces like: C:\radio\DATV-Red or /home/user/DATV-Red/

  3. Setup mqtt broker in address in settings\pluto.json and change broker.broker address for pluto and payload for callsign

     {
       "action": "connect",
       "broker": {
         "broker": "192.168.2.1", 
         "port": 1883,
         "username": "root",
         "password": "analog"
       },
       "topic" : "cmd/pluto/call",
       "payload": "ZS1SCI"
     }
  4. Double click DATV-Start.cmd

  5. Press the set call button to set your call sign and reboot pluto image

  6. Please refer to the Wiki for more setup details

  7. Watch this intro video on usage and perhaps reception

  8. Have fun

image

Thanks

Batch files previously used in this project were from DL5OCD Michael and his DATV-NotSoEasy project

Node Red flows inspired by project from PE2JKO from this post

Thank you to all the testers, DL5OCD, HB9DUG, DL2GHM and all others

Supporting my hobby

If you'd like to say thanks, please feel free to buy me some time

About

Cross platform DATV full duplex solution built in Node-Red and for QO-100

License:MIT License


Languages

Language:HTML 75.8%Language:JavaScript 23.1%Language:CSS 0.7%Language:Shell 0.3%Language:Batchfile 0.1%