You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the constructor of SimulatedPeripheral you should get a reference to the characteristic you want to modify, set up a connection listener and on connection set up an interval that writes to the characteristic every 30 second, and clear that interval on disconnection.
I want a read-only characteristic that updates every 30 seconds with a random number. How can I do this @mikolak?
The text was updated successfully, but these errors were encountered: