Does anyone knows how to increase the speed of transmitting the data?
RAW mode transmits at 1000 ms interval and URL mode at 500 ms interval. Both modes have transmit power of +4dBm.
I would like to have the RAW mode transmits at 100ms.
Hi, I using the old version, but I would like to use this latest version. When I try to run in ses it shown this error. “C:\Ruuvitag\ruuvitag_fw-351b1eb5b6ff9b9bb6f6f1b99c29ebc915710a18\nRF5_SDK_12.3.0_d7731ad\components\toolchain\system_nrf52.c: No such file or directory”
Do I need to do any configuration before using this fw?
Thanks
100 times in one second would mean 10 ms interval, this is not possible because it would violate Bluetooth specification. Have you considered a GATT connection for faster data transmission?
You’ll need to use connectable advertisements for 20 ms interval.
[EDIT]: Yes, I mean using the tag as a peripheral as an alternative to broadcasting.
It should be possible, although you need to consider the 0-10 ms delay enforced by softdevice as collision avoidance. I’ve never tested broadcasting at 20 ms though