Hello
I'm using the nRF51 DK and I have a UART over BLE link set up between the board and a phone with the nRF UART app. I'm trying to get the board to execute a particular...
Hello there guys i been reading your 100 pg PDF for awhile now and im yet to understand or realize how is it that i add/place/create a payload or data to send/Tx via Master...
I am interested in writing a BLE central that reads data from multiple BLE Nordic sensors. The BLE central will be running on Embedded Linux which uses the BlueZ stack.
...
Hi,
I'm trying to get S110 softdevice (v8.0.0) working with RIOT. I had some issues (I couldn't initialize TIMER1 or TIMER2 until softdevice is setup & enabled) but I think...
Hello everyone,
I got a task which I try to implement using a NRF51822 iBeacon board.
The Task:
Advertise a Device and provide a mechanism to connect without traditional...
Hello, I'm working with the EK PCA10003, that has the NRF51422. I'm trying to read the information of the accelerometer MPU6000 with an ISP interface. At the moment I cannot...
I'd like to use the GATT/GAP driver from an ARM based Linux system. Is there any possibility of getting a library compiled for ARM or (cough) the source code to build it myself...
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...