Is there a way to recieve more than one write callback for a given characteristic, per radio session? It seems like I can rx 1 time per attribute per radio session and tx...
If it can work with iOS blue setting will be better
I need some reference to dev hid device in IOS
but I can just find my device ,connect ok but not work.
I need to create timeout below 1ms. I would pretty much like to use timer for that because I do not want to hold the cpu inside cycle. For me it is not important the exactness...
Hi,
While testing the device firmware update through the nRFtoolbox android application, i get "device has no required service" error more frequently.
I use latest version...
I'm having some trouble successfully entering ON,IDLE mode. I have pared-down my application to do the following:
Initializes the app_timer using the scheduler:
...
I want to control GPIO toggle by PPI. Timer1 is in timer mode. CC[0] is 1000, and CC[1] is 8000.
I use compare[0] to toggle gpio18 by PPI. I also want to use compare[1] to...
Hi,
I use two evk board to connected and test the uart serialization sample(ble_s110_serialization), one is ble_app_hrs and one is ble_app_connectivity. But I have one...
Dear Nordic,
I am trying to send the sensor data via beacon. I am regularly updating the manufacture data (through which I am sending the sensor data). But while executing...
In fact,there is a demo on internet, and I test it ,but I found that the event is not reliable! my code is :
static void my_fds_evt_handler(fds_evt_t const * const p_fds_evt...
After some effort, I have managed to build the beaconing example that's missing from the examples.emProject of the ble_mesh_v0.9.1-Alpha SDK. I have this running on the PCA10028...
on the download page for the command line tools, the version 9.6 is showed but the download link points to 9.5... can we have the 9.6 where it says 9.6? Thanks!
I have a question on the supervision timeout: suppose that the slave latency is set to be 0, the CI is set to be 500ms, and the supervision timeout is set to be 4s。Once there...
Hi - I am following this tutorial and getting this error.
This exact question was asked; however, I do have the mkdir file in the C:\Program Files (x86)\GNU ARM Eclipse...
Hello,
This is less a question and more of a survey. We've recently completed development on a project using the nRF51822 but have run into an odd power problem. We built...
hello,
i am using the nrf52840 preview devkit and am currently trying to find a solution for timestamping / for a time-base. the idea was to use the RTC for that since...
i know that it's not up to you guys to tell me this but maybe you can give me a hint: right now i'm using the bluetooth developer studio together with the nordic plugin for...
Hi there.
I recently migrated from SDK 13 to SDK 14.0.0 and followed the migration guide in detail. I've found that when I try to advertise, ble_advertising_start() will...
According to the nRF52810 datasheet,the reference circuitry with DC/DC regulator setup connet the pin DCC and the pin DEC4. Then how much is the voltage output of the pin...
I am using SEGGER Studio on MacOSx.
When use the latest mesh SDK, I can run the light_control example and see the debug log in the Debug Terminal of SEGGER Studio.
However...
Hi
I am trying BLE multirole application ble_app_multirole_lesc from the SDK 13.0.0.
I am using nRf52832 DK along with GCC toolchain.
For debugging I am using Segger...
In the mesh network, the sender uses trickle algorithm to control the repeat sending process, and at last the sender will send the message forever in a max interval at a handle...