Hi,
We're looking for a low-latency 2.4GHz solution (not BLE) and the nRF51822 is oft-quoted as providing low latency, but what are the typical ms figures we could achieve...
Hello all,
in my previous question (Switch between applications (multiple services.h)) I got the advice to merge my two services into one service, including a HID over...
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.
...
Dear friends,
I want to store the sequence nunber in flash, from the case we can know the mechanism.
I found a strange phenomenon that I flashed a serial example( nrf5_SDK_for_Mesh_v5...
Dear friends,
I used my nRF Mesh app provsioning a new device, now, I can export the Json format configuration data of the Mesh network from nRF Mesh app, I want to use...
Hi,
On button press, the button handler event calls the "ble_lbs_on_button_change" function which sends notification to the BLE client.
The value of the button state...
Hello Nordic support,
I am developing a Zigbee application based on FreeRTOS for a device with coordinator role. I was able to add the Zigbee stack and start the Zigbee...
Hello,
I am using the NCS v1.5.0 and a custom board with the nRF9160. In my case, I am using only MCUBoot as the bootloader and would like to validate a firmware image before...
Hello I'm using saadc sdk (v17.02) and I'm using a simple water level sensor.
I am asking a question because there is something strange about reading this sensor through...
Hi !
Sorry about that simple question but I couldn't find any documentation about what I want to do.
This is a fairly simple issue. When building a program using TF-M...
Hello,
I need to handle 2 buttons so I configured GPIOTE. The issue I'm facing is that this IRQ occurs only once, when I press both buttons for the first time.
The ISR...
Dear Nordic,
we are starting a new project based on nRF52832 and we would like to use ANT+ communication, BLE central and BLE peripheral at the same time. To better manage...
Hi, dear Nordic & all:
I have a question about upgrade bootloader.hex, that is : Can I upgrade bootloader part when develop on nrf52832 with nRF5_sdk11( nRF5_SDK_11.0.0_89a8197...
Hi there,
We are currently conducting tests on the nRF9160 using the LTE Serial Modem app. We do however have issues testing the RAI feature on the device with an LTE-M...
Hello I would like to use the crypto example in sdk v17. However, when I try to build it, the following error is output:
I've done a few things while looking at the forum...
We are referring " ble-characteristics-a-beginners-tutorial " to create a custom service.
I want to modify security permission from "
BLE_GAP_CONN_SEC_MODE_SET_OPEN" to...