AT command Codeless development

⚠️
Hi there.. thanks for coming to the forums. Exciting news! we’re now in the process of moving to our new forum platform that will offer better functionality and is contained within the main Dialog website. All posts and accounts have been migrated. We’re now accepting traffic on the new forum only - please POST any new threads at//www.wsdof.com/support. We’ll be fixing bugs / optimising the searching and tagging over the coming days.
2 posts / 0 new
Last post
andoridfm2013
Offline
Last seen:5 months 3 weeks ago
加入:2017-04-07 05:11
AT command Codeless development

Hi, I saw there are new library to made 14580 become a AT command Bluetooth module. But it is possible to build something on top of that library? I mean as it only listen and wait for AT command, can I make it execute command by itself at first. For example, connect to a fixed Bluetooth address once power on then wait for further command. Thank you.

Device:
MHv_Dialog
Offline
Last seen:2 months 3 weeks ago
工作人员
加入:2013-12-06 15:10
Hi,

Hi,

That should be possible. Take a look at the function void user_execute_commands(char* cmd) in the user_codeless.c. This function takes a string of semicolon separated AT commands and executes them one bu one. Please understand that this feature has seen a minimum of testing and that you might see issues when issuing commands that use the Bluetooth stack.

I other words, this is achieveable, but you will need to do some work yourself.

This feature is actually on the list of improvements already, but the release date it is unknown at this time.

/MHv