Skip to content

Commit

Permalink
Merge pull request #44 from armel/feature_update
Browse files Browse the repository at this point in the history
Feature update
  • Loading branch information
armel authored Jun 26, 2023
2 parents 343588e + 5dbb33e commit cd96338
Show file tree
Hide file tree
Showing 11 changed files with 75 additions and 6 deletions.
51 changes: 45 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ Click on the blue Download button. Then click on the red Burn button.
|:--:|
| M5Burner |

## About TX settings (for USB usage via ICUSBProxy)
## About TX settings (for USB usage via [ICUSBProxy](https://github.com/armel/ICUSBProxy))

Here is a part of my transceiver settings, on IC-7300 :

Expand All @@ -96,7 +96,7 @@ Using a plain text editor, you will create a file that should have the `.ini` ex

> I insist, you must use a simple plain text editor. Do not save your `.ini` file in DOC or RTF format. Last, but not least, note that the `.ini` file contend is case-sensitive.
For example `IC705BT.ini` if you plan to use an IC-705, connected by Bluetooth.
Name it, for example `IC705BT.ini` if you plan to use an IC-705, connected by Bluetooth.

And now, here is what you will put in this `IC705BT.ini`. Of course, **take the time to adapt the values to your use** :

Expand Down Expand Up @@ -133,20 +133,59 @@ latitude = 48.848285
longitude = 2.2708201
```

> About Icom Config section, here are some explanations. About `icom_model` choose between 705, 7300 or 9700. About `icom_address`, this is your Icom CI-V Address. About `icom_connect` choose between BT or USB (if you choose USB, you will need ICUSBProxy). Last, about `icom_device`, this is the BT Address of your 705 (from your transceiver, enter Menu and go to Set > Bluetooth Set > Bluetooth Device Information).
> About Icom Config section, here are some explanations. About `icom_model` choose between 705, 7300 or 9700. About `icom_address`, this is your Icom CI-V Address. About `icom_connect` choose between BT or USB (if you choose USB, you will need [ICUSBProxy](https://github.com/armel/ICUSBProxy)). Last, about `icom_device`,
> * If you're using an IC-705, this is the BT Address of your IC-705. From your transceiver, enter Menu and go to Set > Bluetooth Set > Bluetooth Device Information. Mine is `30:31:7D:33:B2:58`.
>
> * If you're using an IC-7300 or a IC-9700 with a [CI-V to Bluetooth Adapter Converter](https://www.aliexpress.com/item/1005003015867623.html), this is the Adapter Bluetooth name. Use your Smartphone or your PC to find it by proximity detection. Mine is `FBT06`.
> Note that, Proxy Config section is ONLY useful if you linked your M5Stack to your Transceiver via USB using ICUSBProxy. If you are using Bluetooth, you do not need to change this section of settings. So leave values as they are, by default. The same goes for the Geolocation Config section which is ONLY useful for DXTracker. But if you fill in this section (and the Wifi Config section) correctly, this `.ini` file will also work for the DXTracker too.

> Note that, Proxy Config section is ONLY useful if you linked your M5Stack to your Transceiver via USB using [ICUSBProxy](https://github.com/armel/ICUSBProxy). If you are using Bluetooth, you do not need to change this section of settings. So leave values as they are, by default. The same goes for the Geolocation Config section which is ONLY useful for DXTracker. But if you fill in this section (and the Wifi Config section) correctly, this `.ini` file will also work for the DXTracker too.
Please, again, **take the time to adapt the values to your use**. It's important !

Here is an another example, if you're using an IC-7300, with this `IC7300USB.ini` :
Here is an another example, if you plan to use an IC-7300, connected by Bluetooth (need to use a [CI-V to Bluetooth Adapter Converter](https://www.aliexpress.com/item/1005003015867623.html)) with this `IC7300BT.ini` :

```
; Icom Config
[icom]
icom_model = 7300
icom_address = 0x94
icom_connect = BT
icom_device = FBT06
; Wifi Config
[wifi]
wifi_ssid = F1ZPX
wifi_password = petitchaton
; Proxy Config
[proxy]
baud_rate = 115200
proxy_url = http://192.168.1.32
proxy_port = 1234
; Transverter Config
[transverter]
transverter_lo_1 = 116000000
transverter_lo_2 = 118000000
transverter_lo_3 = 404000000
transverter_lo_4 = 406000000
transverter_lo_5 = 9968000000
; Geolocation Config
[geolocation]
latitude = 48.848285
longitude = 2.2708201
```

Finaly here is an another example, if you're using an IC-9700, connected by USB (need to use [ICUSBProxy](https://github.com/armel/ICUSBProxy)) with this `IC9700USB.ini` :

```
; Icom Config
[icom]
icom_model = 9700
icom_address = 0xA2
icom_connect = USB
icom_device = /dev/ttyUSB0
Expand Down Expand Up @@ -177,7 +216,7 @@ longitude = 2.2708201

Last, you will need to copy these files at the root of the micro SD card. That's all.

> You are able to put multiple .ini settings files for all your transceivers. I have got 3 of them for my IC-705 in BT mode, my IC-705 in USB mode and my IC-7300 in USB mode. I put them in this repository in the `ini` folder.
> You are able to put multiple .ini settings files for all your transceivers. I have got 4 of them for my IC-705 and my IC-7300 in BT mode or USB mode. I put them in this repository in the `ini` folder.
## DXTracker .ini file settings

Expand Down
Binary file modified firmwares/DXTracker.bin
Binary file not shown.
Binary file modified firmwares/DXTracker.gz
Binary file not shown.
Binary file modified firmwares/ICKeyer.bin
Binary file not shown.
Binary file modified firmwares/ICKeyer.gz
Binary file not shown.
Binary file modified firmwares/ICMultiMeter.bin
Binary file not shown.
Binary file modified firmwares/ICMultiMeter.gz
Binary file not shown.
Binary file modified firmwares/ICSMeter.bin
Binary file not shown.
Binary file modified firmwares/ICSMeter.gz
Binary file not shown.
Binary file modified firmwares/M5HamRadio.bin
Binary file not shown.
30 changes: 30 additions & 0 deletions ini/IC7300BT.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
; Icom Config
[icom]
icom_model = 7300
icom_address = 0x94
icom_connect = BT
icom_device = FBT06

; Wifi Config
[wifi]
wifi_ssid = YOUR_SSID
wifi_password = YOUR_PASSWORD

; Proxy Config
[proxy]
baud_rate = 115200
proxy_url = http://192.168.1.32
proxy_port = 1234

; Transverter Config
[transverter]
transverter_lo_1 = 116000000
transverter_lo_2 = 118000000
transverter_lo_3 = 404000000
transverter_lo_4 = 406000000
transverter_lo_5 = 9968000000

; Geolocation Config
[geolocation]
latitude = 48.848285
longitude = 2.2708201

0 comments on commit cd96338

Please sign in to comment.