Hi
i use the hrs example to transmit the data to ios.
but i need to add an option to send back data (from ios to nrf51822). 10 bytes maximum .
how can i implement...
Hello,when i get connected to the phone,when i call err_code = ble_hts_measurement_send(&m_hts, &simulated_meas) and err_code = ble_bas_battery_level_update(&m_bas, battery_level...
I got the Dynastream N5 kit and have successfully used it with limited ANT work and was trying to get BLE working but can't get a driver for the USB dongle. On the 51422 product...
Hi All,
I am working in the sleep mode with system off and wake up with internal RC clock.
It function well when connected to EV board...
I see the "Emulated System...
I want to write PCA20006 nRF51822 Beacon Firmware to PCA10004 on nRF6330.
I understand need to modify GPIO.
PCA20006 firmware consist of 3 firmware, SoftDevice, application...
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...
Hello,
we are developing a customer product based on the nRF9160 and Nordic's NCS v1.4.2 where we need to send battery test data every 30s (~ 1kB, PUT method). The communication...
Hi:
I am working on a stereo microphone application using the NRF52840. I would like to have the 2 microphones output 16K samples per second (8K samples each for left and...
Hi,
I am using nRF52840 on custom board. I am trying to configure SPI pins, but I am not getting anything on the clock pin. I can see the chip select pin going low and...