K7MDL

Results 90 comments of K7MDL

I have 2 controllers, one a V2 rev 2 PCB in a Hammond extrusion box, the other in a SmartiCase Pro. That model case has room on the lower apron...

I just tried to do a complete new build on LinuxMint tonight, and a partial build on Win11, both from scratch having never installed/built this project before. Initially I ran...

![20240429_211220](https://github.com/K7MDL2/RF-Power-Meter-V1/assets/64443004/b6c6f298-f5f0-405f-b5e6-9f1553da0000) ![20240505_210939](https://github.com/K7MDL2/RF-Power-Meter-V1/assets/64443004/d171ddb0-3507-4f70-b0fc-e807c5a27b35) ![20240505_210054](https://github.com/K7MDL2/RF-Power-Meter-V1/assets/64443004/6f46425e-9f10-4aa7-a4c6-721583cd77ba) ![20240505_210128](https://github.com/K7MDL2/RF-Power-Meter-V1/assets/64443004/24268ea1-97ba-43af-b9ee-97838a739db2)

I later added a heat sink tab to the 7805, a chassis enet jack on the back panel, and hex standoffs to support the edges of the ADS1115 and ADL5519...

I have it working with the C1. Changes were minimal. 1. I copied the rplidar_a1_esp32.ino to rplidar_c1_esp32.ino 2. Copied LDS_RPLIDAR_A1.h and .cpp to LDS_RPLIDAR_C1.h and .cpp 3. I commented out...

The IC-905 has 2 serial ports on the USB C. CAT on ch 'A' and ch 'B' is configurable, I have it set for the GPS NMEA data to sync...

According to the CoreS3 USB host library comments the ability to handle multiple serial ports on the common USB host connection is on a wish list. That is needed for...

The 905 and 705 are nearly the same from your display's perspective for your current feature set. The main difference so far is frequency in the CI-V messages will be...

In the example file BLE5_extended_scan.ino they start with an event type ESP_BLE_GAP_SET_EXT_ADV_PROP_LEGACY if(report.event_type & ESP_BLE_GAP_SET_EXT_ADV_PROP_LEGACY){ // here we can receive regular advertising data from BLE4.x devices Serial.println("BLE4.2"); I am trying...

Just a FYI, using NimBLE BLE library, no problem discovering the device. Talking to it is another matter. I have an old 4MB flash M5Stack Core connecting to the 705...