Hi I've got my nRF8001 breakout board ready I now need the SDK in order to start developing firmware code.
I don't have any registration key, how do I get hold of it? ...
Hi,
I'm running Mac OS X 10.10.2 with the nRF51-DK PCA10028 card that I received today. I started off following the instructions in this article , and was able to get JLinkExe...
Hello,
I would like to do an communication between Arduino and Android platform.
In my case, Android will be master.
But I want also test between 2 Arduino with an Bluetooth...
Hello,
I would like to develop a custom key sharing algorithm for nRF8001 chips. As far as I have understood the only way to use full 128-bit temporary key (TK) is OOB...
i am useing nRF51822 pairing with nRF24lu1 over GZLL protocol now,
is there someone have the experience on how to config the parameter of GZP_TX_RX_TRANS_DELAY in function...
I have a peripheral running the S110 stack, which presents a characteristic to which I want the central (running S120) to be able to do a long write. What I've been trying...
Hello everyone!
We've integrated the readout protection to our project, but unfortunately now we don't able to disable it.
The activation code presented below:
...
Hi
I would need to work on Master Branch. I have Toolchain Manager 0.10.1 and I have downloaded nRF Connect SDK 1.7.1.
I know that Toolchain Manger has not Master branch...
In my project an interacting with the ncs 1.6.1 peripheral _uart example and my plan is to ensure that data size being send at a particular time is increased to send at least...
Hello everyone,
I went through the forum and saw some topics regarding the implementation of the characteristic read out over sd_ble_gattc_read. I implemented it as desribed...
Hi all,
I would like to know, if any example code available for AoA algorithm for ble direction finding. I am working on a project for indoor positioning and tracking...
Hi,
I am trying to sample a large quantity of sensor data from the nrf52840dongle as the server and the nrf5283dk as the client. I have used the peripheral uart and central...
Hi all,
So I want to give you a full description about what we are doing because we could not understand what we did wrong.
Our DK : dk-51
Soft Device : S130_v1
Our...
Description:
I try to initialize a SPI device in my nRF52DK through the Zephyr‘s driver(drivers/spi.h).
Code seems correct when compile and I got no error when build the...
Hi, I am new to Zephyr and Nrf, I am trying to replicate the event manager arch from asset tracker v2 but I am stuck in the setup. I am trying to use the logging capacities...
I am working on the Electronic Braille Display for visually challenged persons.
Our device will communicate with Voice over service on the laptops and smart phones using...
Hi,
with %SHORTSWVER: nrf9160_1.3.1 I am getting:
AT%CMNG=0,3,4,"test1234" OK
AT%CMNG=0,3,3,"30313233343536373839303030303030" OK
AT%CMNG=1 %CMNG: 0,6,"0606060606060606060606060606060606060606060606060606060606060606...
I have a single sample of the new nRF52840_XXAA at hand on our custom board. I'm trying to do a --recover with nrfjprog. As the log below shows, nrfjprog recognizes it as...
Hello ,
I m using SES v5.6 and NRF52805 ,ble_app_uart ex (nRF5_SDK_17.1.0),
Requirement -need to wake up and reset ( or start advertising again) from sleep mode ,when...
Hello,
I have adapted some of the ESB proprietary Protocol from the NRF SDK into my own project without installing the SDK directly; however, complete integration seems...