smartZ - I get an error 00000201 when I do a scan. What is the problem?

It likely happens after a connection, and the Gatt client is already opened. The scanning and Gatt client require a lot of memory. You can first call BLEGattclose to release the memory. 00000201 means out of memory.