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...
In Nordic infocenter/nRF5 SDK v11.0.0/Examples/Bluetooth low energy examples/BLE Central & Peripheral/, I found a example project which name is "Experimental: BLE LE Secure...
BLE is first initialised in my code, then SPI is initialised. If no SPI transfers are to be executed in the code, the code compiles, runs correctly and BLE functions correctly...
I have a very simple program that generates a 50% duty cycle clock using the NRF_PWM0 on the new nRF52 device. Unfortunately, my Tektronix 1GHz oscilloscope doesn't lock to...
Hi, is there an available developer in my tri-state area of Minnesota, N. Dakota, or S. Dakota? Please call me if you are available for a project for hire. The developer should...
Is there a way for firmware running on the nRF52 to detect the presence of a SEGGER (or other) SWD capable device? I've looked through all the nRF registers but couldn't find...
Hi all
Our application, built on the NRF51822 Rev. 3 and the SoftDevice S130 V1.0.0, uses the UART0 with 115'200 baud, 8N1, to communicate with another controller/PC. Hardware...
Hi, In my project I want to read data from i2c and update in advertising data and the board need to advertise without time out (i.e 24x7) for these I take advertising timeout...
Hi,
I am new to the BLE profiles. I am have to send the TMP007 temperature sensor values to mobile APP using BLE HTS profile. for this I am using sample example of nrf52...
My customer offered the P/N#NRF51822-CTAA to us, I tried to find informations on it, but on your data sheet I can only find code QF, CD, CE, CF, nothing on CT. Is NRF51822...
Hi,
I have question related with some parameters of BLE transmision.
Connection interval in my project is set to 10 ms. Peripheral sends a notifications whenever the...
I have the nRF52 dev board and a stand-alone Segger J-Link (not the one that's on the dev board) connected to the nRF52 through the Debug In header.
The firmware that gets...
I'm new to the NRF5182 and I am currently working on a device where I need to wait for the tx register to send all data before i continue the flow of the program. However...
I'm trying to port your eddystone sdk to GCC. At the moment it is already compiling, but when calling softdevice_enable I get 4 as error code. If I'm right, this means NRF_ERROR_NO_MEM...