-
Connect IC705 with Android via USB-C Cable
-
Open Android settings -> Sound and Vibration
- Audio will play -> USB Headset
- Disable spatial audio (Important. This setting produced a lot of issues on my setup)
-
Open JS8Call for Android, open settings
- Add your callsign and grid (Optionally, fill this in via GPS data)
- Enable rig control -> Cat Control
-
Rig Type: Serial (Hamlib)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| FROM kalilinux/kali-rolling | |
| WORKDIR /opt | |
| RUN apt update && apt install -y git make libtool pkg-config autoconf automake texinfo libusb-dev libftdi-dev libftdi1-dev libcapstone-dev | |
| RUN git clone https://github.com/stacksmashing/openocd-tamarin | |
| WORKDIR /opt/openocd-tamarin | |
| RUN ./bootstrap | |
| RUN ./configure --enable-ulink=no --enable-usb-blaster-2=no --enable-vsllink=no --enable-cmsis-dap-v2=no --enable-osbdm=no --enable-opendous=no --enable-armjtagew=no --enable-rlink=no --enable-usbprog=no --enable-cmsis-dap=no --enable-nulink=no --enable-kitprog=no --enable-usb-blaster=no --enable-presto=no --enable-buspirate=no --disable-werror | |
| RUN make |
Bluetooth FW update for nRF
Download specific firmware from https://github.com/meshtastic/firmware/
- firmware-nrf52840-SOMETHING for the “rak gray solar routers”
- Unpack the ZIP file, you can do this on the iPhone Files app
- Search for RAK4631 - the firmware you need is: firmware-rak4361-<VERSION>-OTA.zip
- Make sure it's the OTA ZIP. Don’t unpack the zip.
OlderNewer