K7MDL

Results 90 comments of K7MDL

Thanks for the pointer to SatHunter. This is the 2nd Swift coded app I have ever looked at, crosses my eyes a bit as I am a traditional C guy,...

FYI, the particular NimBLE example I am running now is found in the NimBLE-Arduino Refactored original examples ![image](https://github.com/user-attachments/assets/44c07237-cc64-46d5-b443-dd4023e0ddeb) The refactored UART example does not compile, looking into why. The non...

I found a client example modified for Nordic UART https://github.com/ThingEngineer/ESP32_BLE_client_uart It crashed after "- Remote BLE RX characteristic reference established" is printed. Fixed it by adding return true; at the...

I got it working. progress. I used the ThingEngineer source above. Looking at the Sat Hunter code, I added Send UUID, Send Name, and Send Token commands. Plus some other...

I added polling for PTT and frequency, suppressed some debug text. Created a new repo for it on my GitHub. Renamed the file as well. https://github.com/K7MDL2/IC-705-BLE-Serial-Example

In my simple band decoders on the Teensy and very soon M5Stack, I can read input IO, or use UI to change to a new band, including transverter bands. I...

An update. In the enhanced program example on my repo linked above, I believe I finally reached a robust self-healing BLE connection solution to the 705. UI is minimal for...

I made a minor but significant discovery today about the 4 CI-V commands and replies to pair and reconnect with the radio. Also what happens when you are not paired...

Discovered the same issue.

A PS2 (and USB) keyboard can be plugged into the CPU and used for typing CW. The characters will show up on the terminal and the local display if there...