This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

how to send motion sensor data

I'm using ble_app_thingy_s132_pca20020 sdk and i fixed the code change ble_tes to ble_nus service in m_environment.c file and data send is worked.

and i also want to change m_motion.c code ble_tms service to ble_nus service so i changed code but m_motion_init is worked but data sending is not working so i try to figure out what is problem but i have no idea what is problem.

I want to know

first, environment was use about timer method by the way, How do motion sensors transmit data?

second, Which code file i have to change to change ble_tms to ble_nus?

Related