Hello, Support
I am looking for AT Command example running on nRF52833, host interface is UART interface , and the SoC will be running like a AT Client?
Could anyone help please?
Regards!
Ping
Hi,
Is it so that you want the nRF to act as a Bluetooth connectivity device being controlled from a different MCU via AT commands or similar? I will assume so for now. Please clarify if that is not the case.
Assuming the above understanding, Nordic does not provide any AT interface for the nRF52 devices. There are however module manufacturer that supply this with their modules, like for instance u-blox. Alternatively, perhaps you can find the Bluetooth shell useful (this is not AT, and intended for interactive use, so it may not be what you are looking for).
Hi, Einar
You are right, the nRF module will be hosted by a main MCU via UART, like some AT commands do. I am using Fanstel Module, they have some module programmed with AT commands firmware, but no source code is available . So I wonder whether there is something similar in Nordic samples, so I can start with that.
I am using latest nRF Connect SDK and VS Code for IDE.
Thanks!
Ping