Hi all,
My application gathers sensor data and uses the advertisement packet to broadcast the values (much the same as the nordic temp sensor example). Rather than having to have a separate timer which aligns with the advertise interval (which is what the example does), is there a pre-transmit hook i can use which will synchronise my sensor reads with the advertisement transmission?
Or, is the advertisement interval handled (via the SD) through an application timer? in which case is there a way i could identify which timer it is and somehow run a pre-transmit function?
Thanks for your help..