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...
According the nordic documentation of the AT command +CEINFO, the value of CINR is in dBm.
Other source (outside Nordic) mention dB as common unit, e.g. LTE signal quality...
Hello everyone,
I'm trying to display internal sensor on NRF51422-DK (PCA10028) on my Android phone (v.12). I'm using Keil for programming and nRF Toolbox to see UART results...
ble_gap_addr_t xyz;
sd_ble_gap_addr_get(&xyz);
/**@brief Get local Bluetooth identity address. * * @note This will always return the identity address irrespective of the...
Hello, I have three questions that i could not clarify in an adequate amount of time via Google and DevZone.
Setup: I am working on a custom board equipped with nRF52805...
Good day
I am trying to use lwm2m_engine_set_float on the lwm2m_client sample to change the sensor value.
Referring to the above link, the sensor value is set in the...
I am trying to evaluate transitioning a product from the NRF52840 to the NRF5340, but we have a critical feature that uses specific functionality of the PPI. It seems that...
Trying to integrate memfault SDK to nRF SDK 17 segger embedded studio. But couldn't understand the below section. Can someone help with passing flags to linker and also adding...
hi,i use SDK17.02.
l use ESB RX mode, I need send the ack payload data, and I can only write it for 8 times. After I write it for 8 times, I use nrf_esb_flush_tx() to clear...
I am building a Thread Coprocess using the nRF Thread Coprocessor template . Everything seems to work fine except when I use the OPENTHREAD_MANUAL_START=n config in the prj...
hi dev.
I study ble uart.
and I succeed connecting with dk board(peripheral) and nrf tool box(uart).
and I also connected with dk board and putty. // like that computer...
Hello Community,
I am trying to test mqtt_simple sample on both of nRF9160-DK(nRF9160 SICA B1) and Thingy91(nRF9160 SICA B0). My hardware version: nRF9160-DK: 1.0.0 Thingy91...
Hi!
Is it possible to configure a the nRF52833 to a fixed radio channel, on which BLE signals are received (Only RX-mode)?
Thank you very much for answering my question...
We have a keyboard, and user can switch to different central device.
In old nrf sdk, we use different mac address map to different cantral when bonded.
But in ncs 2.0...
Hi,
I try to design own IoT project with nRF but I don't know where I can started. Is nRF BLE supports Alexa and Google home? And can you share some documents or example...