I followed the recommended steps and got the at_client solution to build and flash in Segger Embedded Studio with tag "v0.4.0".
I installed it onto my board, and but didn't see anything other than "The AT host sample started" (no input allowed). So, I pulled out my PCA10090 board, and I see the same behavior. nRF Connect also fails on both boards.
(Edit: Side note--I successfully flashed the mfwnrf916007029alpha aka 0.7.0-29.alpha firmware to both boards)
When I open up main.c, the only thing in the main() function is:
void main(void)
{
printk("The AT host sample started\n");
}
That sure doesn't look like it's going to kick off an AT command processor to me. Is this just broken or am I losing my mind and there is a "New Way Cool(tm)" mechanism buried somewhere in the bowels of the zephyr configuration that does the AT processing that I'm just too old and stodgy to understand?
Thanks.