https://github.com/zimbora/stm32l4xx-modem
Library to deal with AT commands
https://github.com/zimbora/stm32l4xx-modem
Last synced: about 1 month ago
JSON representation
Library to deal with AT commands
- Host: GitHub
- URL: https://github.com/zimbora/stm32l4xx-modem
- Owner: zimbora
- License: apache-2.0
- Created: 2022-08-24T14:35:13.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-24T14:38:37.000Z (almost 4 years ago)
- Last Synced: 2025-03-03T06:45:48.509Z (over 1 year ago)
- Language: C++
- Size: 7.81 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Modem
## Tool
STM32CubeIDE
Version: 1.4.2
Build: 7643_20200813_1322 (UTC)
(C) 2020 STMicroelectronics ALL RIGHTS RESERVED
## Purpose
This library is integrated in a bigger project and is now being shared to help you going faster through your project.
It has been used with STM32L476 but should be compatible with any version of STM32L4xx
## Dependencies
serial - https://github.com/stm32l4xx-packages/serial
logging - https://github.com/stm32l4xx-packages/logging
## Functionalities
Multiple functions to deal with AT commmands
## Examples
Besides testing.cpp file, you can check Modem_BGxx package