Trasnsmit values over wireless uart

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

Trasnsmit values over wireless uart

963 次查看
jmintelesano
Contributor I

i'm using the MKW40 BLE Module and i want send three values through wireless uart connection, I am trying to modify the wireless example but not know where put the data that I have to send, this data is sent every 1 second. Could you give me an example of how to do it?

标签 (1)
0 项奖励
回复
1 回复

851 次查看
mario_castaneda
NXP TechSupport
NXP TechSupport

Hi, 

Please refer the Battery service profile. Same example.

/* Start battery measurements */
TMR_StartLowPowerTimer(mBatteryMeasurementTimerId, gTmrLowPowerIntervalMillisTimer_c,
TmrSeconds(mBatteryLevelReportInterval_c), BatteryMeasurementTimerCallback, NULL);

The service will be really helpful for your implementation

Regards,

Mario

0 项奖励
回复