You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I hope this message finds you well. I wanted to take a moment to sincerely thank you for developing the ATC library—it has been instrumental in simplifying UART communication for my STM32-based projects. The event-driven architecture and debug features saved me countless hours of development time!
Suggestion for Enhancement:
In my latest project, I extended the library to implement STM32-based AT command handling (where the STM32 acts as an AT command slave). This involved:
Adding an ATC_CmdTypeDef structure to map AT commands to handler functions.
Modifying ATC_CheckEvents() to parse and execute commands (e.g., AT+LED=ON, AT+TEMP?).
Integrating response generation and error handling.
This feature could benefit others working on IoT/embedded systems where the STM32 needs to respond to external AT-style commands.
Dear Nima,
I hope this message finds you well. I wanted to take a moment to sincerely thank you for developing the ATC library—it has been instrumental in simplifying UART communication for my STM32-based projects. The event-driven architecture and debug features saved me countless hours of development time!
Suggestion for Enhancement:
In my latest project, I extended the library to implement STM32-based AT command handling (where the STM32 acts as an AT command slave). This involved:
This feature could benefit others working on IoT/embedded systems where the STM32 needs to respond to external AT-style commands.
Example Code Snippet:
In atc.h:
in atc.c:
Example Usage:
I’d be happy to share the full implementation or collaborate further. Thank you again for your excellent work!
Best regards,
Abdullah Jalloul
The text was updated successfully, but these errors were encountered: