1# Pan-Sensor Development 2 3 4## Are the APIs used for obtaining PPG and ECG sensor data open to individual developers? (API version 9) 5 6Data collected by the PPG and ECG sensors of wearable devices is personal privacy data. Therefore, relative APIs are not open to individual developers. 7 8 9## What should I do when error code 201 is reported during the calling of a vibrator API? (API version 9) 10 11**Symptom** 12 13The following error message (error code 201) is reported when an API of the vibrator module is called: 14 15vibrate fail, error.code: 201error.message: NaN 16 17**Solution** 18 19Permission verification failed. You must apply for the **ohos.permission.VIBRATE** permission. 20 21**References** 22 23[Declaring Permissions](../security/AccessToken/declare-permissions.md) 24