- Version : V3.47
- Updated Date : 2022.01.01
- Programmed by DS5QDR Lee, Hoenmin
- 2022.01.01 V3.40 : added LOG BOOK, click Callsign at main screen -> ADD/DEL/ALL -> save to usrp_logbook.json
- 2021.12.16 V3.30 : added 5 option choice and fixed bugs
- 2021.11.29 V3.20 : upgrade some fucntions and fix bugs
- 2021.10.31 V3.10 : fixed QRZ image download error and simplified
- 2021.10.09 V3.00 : [MACRO] command added to control DVSwitch Server
- 2021.09.23 V2.95 : [SERVER] section of usrp.ini has changed since V2.95 at as below
- 2021.03.24 V2.00 : support DVSwitch hUC (STFU, Intercom, ASL Mode)
- 2021.01.04 V1.00 : USRP Client Released for Windows
- 2020.12.16 V0.95 : pyUC.py compiled to pyUC.exe
- click below link and download USRP_V3.1x.zip 2.5G file (USRP_V3.1x.img 6.5G)
- https://drive.google.com/file/d/1nekXs6Mt141dU-gst78M28HkrsVRrMgU/view?usp=sharing
- login ID : pi
- password : usrp
- VNC PW : 595959
- wget http://usrp.duckdns.org/usrp_install
- sudo chmod +x usrp_install
- ./usrp_install
- Don't install Pulseaudio, it makes R2D2 when Rx/Tx transmit
- Install only Pyaudio, https://github.com/DVSwitch/USRP_Client
- to remove Pulseaudio
- sudo apt purge pulseaudio
- sudo nano /usr/share/alsa/alsa.conf
- defaults.ctl.card 0 ---> 2
- defaults.pcm.card 0 ---> 2
- ( aplay -l command show your USB sound card no. whether 0, 1 or 2 )
- sudo nano /boot/config.txt
- add 5 lines at the end of config.txt
- hdmi_group=2
- hdmi_mode=1
- hdmi_mode=87
- hdmi_cvt 800 480 60 6 0 0 0
- hdmi_drive=2
- see : http://dvswitch.org/DVSwitch_install.pdf
- Appendix B: pyUC (python USRP Client)
- click here, https://ds5qdr-dv.tistory.com/224