Trasnsmit values over wireless uart

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Trasnsmit values over wireless uart

594件の閲覧回数
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 返信

482件の閲覧回数
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 件の賞賛
返信