I am trying to create an nRF8001 based application that will broadcast battery levels (pipes broadcast, set), and give out temperature data (pipe indicate - TX_ACK) to connected...
Hi,
I'm using redbearlab's nrf51822 board. It is a arduino compatible board and hence it is using 0,1 (mapped to 9 and 11 for nrf51822). How do I make printf print to this...
An external PA/LNA is used to extend range of nRF51822, and S110 is used for BLE, How to switch between PA and LNA? and how to disable PA/LNA when there isn't transceiving...
Hi...
Can anybody help me to run ble_peripheral example (ble_app_hrs for S130). I have build and load the code successfully but cant see the advertisement. But while debugging...
I am working with the nRF8001, and I'd like to create a services.h file that will let me broadcast battery level and as well as allow temperature to be read by a peer.
...
Hi We have an application where we what to read i2c sensor data over the air to an iPhone. We've taken ble_app_uart_S130 project and grafted in some twi_hardware code. There...
I am interested in the S130 ability to hold 3 central -> peripheral links over BLE, and am looking for some evidence that this has been accomplished with extremely low-power...
I have a Teledyne protocol analyzer for capturing over the air data between an nRF52840-DK and an iPhone 8 device. How do I obtain the encryption key from the nRF52840 SoC...
Hi,
I want to verify Bluetooth on my board is good or bad.
Note that, I do not have any spectrum analyzer or vector network analyzer, just development kit.
I found example...
On the product page the nRF52810 is mentioned as supporting ANT. https://www.nordicsemi.com/eng/Products/nRF52810
However in the info-center looking at the compatibility...
Apologies if this is a Segger question vs a Nordic question.
I have already been evaluating SES for a non-Nordic project, and so it's already installed [on Mac].
I am...
Hello Nordic,
I have already used an earlier version of nrfconnect on this lcomputer( windows 10 language PT-BR).
After upgrading to 2.6.1 I got the the error below: ...
Zboss som times gets stuck in loop trying to start network steering when running sample, most of the time it eventually makes it out of the loop
but what causes the failure...
Hi,
I am using nrf51822 to get DS18B20's temperature data, but I am fail to do it.
Would you please give me an sample C source code which can get temperature data from...
in nRF5_SDK_14.2.0_17b948a project, we get sensor x y z w data in a loop process, the data which print in uart shows very smoothly.
but if i push buttons many times in a...
https://github.com/NordicPlayground/nrf52-ble-multi-link-multi-role
I use this code.
The connection to thingy was successful. max connection is 10.
The discovery of...
Hello,
are there any new information about the provisioning application? I´d like to set up a Bluetooth Mesh with nrf52840PDK boards and use my smartphone as a provisioner...
Hello Everyone: I have a question: our device needs the long range function, but at the same time, it also needs to wait for the phone to connect. The device and device can...
I am using nRF 5 SDK v 14.2.0.
Store six items of data in flash memory with int or float,
In the program, the values of the six items are acquired,
I want to operate with...
Hello everyone,
I started porting our software from NRF52830 to NRF840.
I am currently stuck with a weird problem: I a unable to use and configure PINs of the NRF52840...
Hi,
I wanna automate the processing of compilation, my idea is to point all path-related files (*.c and *.h), I wrote script which is looking for all *.c and *.h files and...