User Activity

Hi ST team and community!I am trying to develop a People Footfall Counter for commercial use using the two VL53L1X Sensors on Esp32 using the Sparkun Library from the following:https://github.com/sparkfun/SparkFun_VL53L1X_Arduino_LibraryFirst of all,...
I need to send the People count obtained from VL53L1X to the Server using Wifi. Does STM32 connect to Wifi or do we need an external Wifi Module for this? Also what changes have to be made in the VL53L1X code and also in which .c file of src/API fold...