I studied the ppi register but I have some questions?
Can we synchronize more than 2 peripherals?
Fork registers can trigger a second task from a task simultaneously? and if so
can this second stain be applied to another peripheral?
thank's
I studied the ppi register but I have some questions?
Can we synchronize more than 2 peripherals?
Fork registers can trigger a second task from a task simultaneously? and if so
can this second stain be applied to another peripheral?
thank's
You can connect any peripherals EVENTs to any peripheral's TASK with the exception of the radio where it will break the SoftDevice if its running. This means that you can create whole state machines with just peripherals and PPI.
Have fun exploring what you can do with it and tell us if you figure out something cool :P
The blog post describes how to use the SoftDevice with the Timeslot API in order to use a propriatary 2.4GHz protocol to synchronize nordic devices, whilst being able to service BLE connections. We do not have a solution for time synchronization over BLE yet, but we will with future versions of the BLE spec.
The blog post describes how to use the SoftDevice with the Timeslot API in order to use a propriatary 2.4GHz protocol to synchronize nordic devices, whilst being able to service BLE connections. We do not have a solution for time synchronization over BLE yet, but we will with future versions of the BLE spec.
Hi haakonsh,
I have a similar problem: I have 1 PRX and 2 PTX, and I want to synchronize the timer of the 3 devices via ESB.
But the link is lost, can you give me a hand?
Best regards,
Lurn