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.
...
Using nRF52840 DK with SoftDevice s140 latest version.
I have a data array that I am sending over a characteristic in fragments via notifications. Given the peer platform...
Hi,
I am considering a NRF52833 + nrf21540 combination. I see in nrf21540 product specification mentioned that
Single-ended 50 Ω matched input and output
...
Hello,
I want to create tfm_ipc project for NRF52840 DK board.
I configured options like below.
But I got an error message, "create_nordic_project.py failed (1)...
I looked at Blinky, but I am still not sure how to access the GPIO pins. In Blinky, there is an led0 alias, but what about other pins? What are there aliases?
Specifically...
Hello,
I used SDK15.3
Android phone and iOS phone is master
nRF52811 module is slave
It's said that the phone can't set conn international(Android、iOS)
But slave...
Hi,
i am working on "nrf52dk" . i want to use nfc pin as gpio.
what i did is
NRF_UICR->NFCPINS = 0<<0;
CONFIG_NFCT_PINS_AS_GPIOS included in preprocessor definations...
Dear Nordic,
I'm doing network registration test with nRF9160 DK in CMW500 test network environment.
I've set CMW500 configuration up as described at "https://devzone...
For a Non-RTOS application, take ble_app_blinky for example, the application is coded by us while SD is provided by Nordic.
My understanding is that the SD is running as...
Hello, All
I saw this description in the Bluetooth 5 Go Faster. Go Further document:
Advertising sets have an ID which is used to indicate which set a given packet belongs...
Setup:
Module: nRF51822.
SDK version:nRF5_SDK_11.0.0_89a8197.
Example: ble_app_uart.
Softdevice: S130.
I use ble_nus_string_send on the BLE_GAP_EVT_ADV_REPORT...
I'm following the NCS tutorials. I'm targeting the 52840 on the 9160DK board. I'm using SES with NCS1.6.
I'm able to get the hello world to run and the message is out on...