Looking For Help Using a CH201 Sensor with an ESP32s3 Board
Posted: Thu Jun 01, 2023 7:55 pm
Hello folks,
I am looking to use TDK's CH201 Ultrasonic ToF sensor with an ESP32s3 board, but have hit a roadblock. Has anyone successfully migrated the code provided by the manufacturer to the arduino environment? Does anyone have any suggestions on where to start with that process?
I found a github repo of the C design for the SAM MCU is at: GitHub - Rogerszzz/DK-CH201
From what I can tell, the task is limited to updating the following BSP files in the project:
DK-CH201-main\source\board\HAL\src\chbsp_chirp_samg55.c
DK-CH201-main\source\board\HAL\src\bsp_misc_samg55.c
DK-CH201-main\source\board\HAL\src\chbsp_chirp_samg55.c
DK-CH201-main\source\board\HAL\src\time_hal.c
Does anyone have experience with converting an AtmelStudio project for SAM into an Arduino INO library?
Thank you, any support is greatly appreciated.
I am looking to use TDK's CH201 Ultrasonic ToF sensor with an ESP32s3 board, but have hit a roadblock. Has anyone successfully migrated the code provided by the manufacturer to the arduino environment? Does anyone have any suggestions on where to start with that process?
I found a github repo of the C design for the SAM MCU is at: GitHub - Rogerszzz/DK-CH201
From what I can tell, the task is limited to updating the following BSP files in the project:
DK-CH201-main\source\board\HAL\src\chbsp_chirp_samg55.c
DK-CH201-main\source\board\HAL\src\bsp_misc_samg55.c
DK-CH201-main\source\board\HAL\src\chbsp_chirp_samg55.c
DK-CH201-main\source\board\HAL\src\time_hal.c
Does anyone have experience with converting an AtmelStudio project for SAM into an Arduino INO library?
Thank you, any support is greatly appreciated.