I am a started guy.
I only need a bluetooth device (BLE) to check the signal and mac address.
What is the best choice?
I need the smallest and low powered!
Thank you...
I am working on code to setup a bond manager for ancs based off of the example, but have a fixed advertising and connection interval of 25ms. How does the bond manager and...
Hello,
We have experienced odd problem, we are not able to scroll up or down SDK documentation at these pages on Android devices. IPHONE browser Safari works ok. Any help...
HI,ALL!
I tried to add a RTC wakeup funtion to my ble device, so i add the code of the Nordic board example named "rtc_example" to my program.
But it turned out that my...
Hi,
I'm working on a Keyboard&Touchpad project, very similar configuration with Smart Remote 2, so I'm considering to use nRF24LU1+ as receiver's MCU. The receiver will be...
IARv8.x.x no longer seems to display the detailed peripheral register settings in debug mode under "View->Registers" as all v7.x.x versions used to do. In trying to determine...
Hi,
I followed this tutorial https://devzone.nordicsemi.com/tutorials/b/bluetooth-low-energy/posts/ble-characteristics-a-beginners-tutorial?CommentId=adb9d7e0-1bf3-49bf...
Hi,
I'm using a nRF52832, SD132, SDK14.2 on a custom board.
I want to use BLE for precision, my use case require me to perform at least 50 reading from the SAADC per second...
Hi,
I'm trying to understand the speed of the BLE communication. What I do in my infinite loop is a SAADC conversion then send the value to BLE (int16_t).
In order to...
Hello,
I have a statically provisioned mesh network (keys and addresses are pre-set in code to make it simple for now) in which each device periodically broadcasts it's...
Hi,
i want to know if there is a solution to apply LE privacy to a timeslot advertisement ?, my problem is :
i have multiple advertisements at the same time (sofdevice...
Hi everyone,
I've gat a problem with advertising. I'm using above mentioned module and Eclipse with GCC compiler, SDK version 14.2.0.
I followed the advertising tutorial...
Hello Everybody,
I am trying to implement the LNS Experimental Service from SDK 14.1. I am asking myself why they split the flags in two seperate packets, because that is...
Hi,
I don't find an answer to my question and maybe I'm missing the basic of the BLE communication here. I need to transmit data as fast as possible to ONE central device...
Currently i am testing the nRF52840 Preview DK DFU function. Is the NRF52840 support by SoftDevice(S132)? and also match with the SDK(nRF5_SDK_v13.x.x) ?
thanks!
Hi,
is it possible to get some statistical information about a BLE connection?
Background is, that I'm experiencing connection problems (degrading throughput, stuttering...
I am using the Mesh-SDK v1.0.0, the device is the nRF52832xxAA on PCA10040-Boards with the Softdevice s132. I am new to the development with BLE, and specially mesh.
I have...
Hi
I would like to modulate the positive output of the UART using PWM
I know i can feed the UART and a PWM putput into a AND gate no problem, but im wondering if there...
Is there a ready example to run nRf51822 as a controller to external host via HCI commands over UART or USB?
e.g. I want to interface the Nordic chip with an open source...