Hello,
I'm trying to create a PC application to read out some Ti Sensor Tag modules. I'm using a nRF51822 USB dongle and the Master Emulator api.
The nRF dongle sees...
Hi
I have my code like this .
unsigned char *encryptedData;
unsigned int encryptedDataAfterAppendingLength;
memset(encryptedData, 0, encryptedDataAfterAppendingLength...
After ping through link local address ,i am not getting any Router solicitation messages,neighbor solicitation messages and neighbor advertisement messages while i am capturing...
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...
I am trying to use sd_flash_write() to write data into memory, but after calling this function, my chip reboot. I am using softdevice s132 v6.1 and SDK 15.2. it used works...
Looking for recommendations of a Nordic device and reference design to be used to develop a product similar to a Bluetooth Audio Headset as used with cell phones.
Hi,
I am using S110, SDK7.20 on a 51422.
I know, it's old, but I have to deal with this.....
At some point, I had managed to set the advertising name of my device to...
Hi Guys
Please can someone assist me. I am having problems trying to run the nRF5 command tool on ubuntu linux. I've tried so many options to no avail. Please can someone...
Hi.
SDK s132 15.0.0
IDE IAR 7.80.4
SoftDevices 6.0.0
MCU NRF52832
Windows 8.1 64 bit
I integrated project buttonless DFU in uart_ble. After built project in IAR...
Hello ,
Que 1 :I want to Merge Client and Provisioner Firmware is possible..?
Que 2:Multiple provisioner can i define in same moudle.
Que 3:BLE MESH Network ,How many...
Hello,
I am using the CoAP IPv6 example from the SDK 15.2 on a nRF52840 board. I am measuring the energy consumption with the Power Profiler Kit. My problem is that the...
Dear Sir,
I am working with nRF SDK 15 and nrf52832 device.
I am using an android phone which has address of type 'BLE_GAP_ADDR_TYPE_RANDOM_PRIVATE_RESOLVABLE'.
Now...
Hi,
I am learning the nRF9160 and want to know a few things about it.
The features say that nRF9160 has NB-IOT and LTE-M modems built in. So is NB-IOT and LTE-M a separate...
Hello,
i am trying to migrate code from SDK 14.2 to 15.2, and using some examples to help.
In Segger Embedded Studio I am trying to get an ANT example working.
I have...
Hi,
During a debug session I noticed that the following functions in system_nrf52840.c are optimized away by the compiler since they always return true.
The functions...
Hi,
I am facing a very weird problem right now. I have one Board which works just fine and connects with my Android phone with ease.
There is another DK which my phone...
I am using the nrf52840 TWI driver to manipulate an accelerometer (LIS2DE12).
How can the TWI API be used for reading and writing registers on a slave device?
Any examples...