diff --git a/Core/Inc/platform.h b/Core/Inc/platform.h index 1f78fbb..6bb9bf9 100644 --- a/Core/Inc/platform.h +++ b/Core/Inc/platform.h @@ -28,9 +28,9 @@ extern "C" { /* Exported constants --------------------------------------------------------*/ -#define USE_BSP_DRIVER +//#define USE_BSP_DRIVER /* USER CODE BEGIN EC */ -//#define YUNHORN_STS_WLE5CCxx 1 +#define YUNHORN_STS_WLE5CCxx 1 /* USER CODE END EC */ /* Includes ------------------------------------------------------------------*/ diff --git a/STM32CubeIDE/.settings/language.settings.xml b/STM32CubeIDE/.settings/language.settings.xml index 0ec3934..4b0e6ff 100644 --- a/STM32CubeIDE/.settings/language.settings.xml +++ b/STM32CubeIDE/.settings/language.settings.xml @@ -5,7 +5,7 @@ - + @@ -16,7 +16,7 @@ - + diff --git a/STM32CubeIDE/Release/WLE5CC_NODE_STS.elf b/STM32CubeIDE/Release/WLE5CC_NODE_STS.elf new file mode 100644 index 0000000..adb291f Binary files /dev/null and b/STM32CubeIDE/Release/WLE5CC_NODE_STS.elf differ diff --git a/STS/TOF/App/app_tof.c b/STS/TOF/App/app_tof.c index 419a3ff..5fbc0b0 100644 --- a/STS/TOF/App/app_tof.c +++ b/STS/TOF/App/app_tof.c @@ -322,10 +322,11 @@ static void MX_53L8A1_ThresholdDetection_Process(void) ToF_EventDetected = 0; status = VL53L8A1_RANGING_SENSOR_GetDistance(VL53L8A1_DEV_CENTER, &Result); +#if 0 L8CXResult.motion_indicator.motion[montion_config. ] motion_config. vl53l8cx_get_ranging_data(&Dev, &Result); - +#endif if (status == BSP_ERROR_NONE) { print_result(&Result); @@ -383,14 +384,19 @@ static void print_result(RANGING_SENSOR_Result_t *Result) { if (Result->ZoneResult[j + k].NumberOfTargets > 0) { - for(i = 0; i < 16; i++) - { - printf("Zone : %3d, Motion power : %3lu\n", - i, - Results. + for(i = 0; i < 16; i++) + { +#if 0 + printf("Zone : %3d, Motion power : %3lu\n", i, Results. Results.motion_indicator.motion[motion_config.map_id[i]]); +#endif + printf("| \033[38;5;10m%5ld\033[0m :%2d%5ld ", + (long)Result->ZoneResult[j + k].Distance[l],(j+k), + (long)Result->ZoneResult[j + k].Status[l]); + } + printf("\n"); /* ---- origin printf("| \033[38;5;10m%5ld\033[0m :%2d%5ld ", diff --git a/YUNHORN-RAK3172-A111-V1.3.pdf b/YUNHORN-RAK3172-A111-V1.3.pdf new file mode 100644 index 0000000..fe47c17 Binary files /dev/null and b/YUNHORN-RAK3172-A111-V1.3.pdf differ