. ├── CMakeLists.txt # CMake build system configuration ├── Drivers/ # HAL driver files and startup scripts ├── Libs/ │ └── Peripherals/ │ ├── Inc/ # Header files for peripherals │ │ └── usart.hpp ...
ESP32-STM32_AT_Interface/ ├── stm32_project/ # STM32 PlatformIO Project │ ├── include/ # Header files │ │ ├── at/ # AT command handlers │ │ │ ├── wifi.h # Wi-Fi commands (AT+CWJAP, etc.) │ │ │ ├── tcp ...
Abstract: This paper investigates a novel way to collect electric vehicle telemetry data over a cellular network. The goal is to acquire vehicle internal states and store them in a remote location.