Hello,
I would like to develop a custom key sharing algorithm for nRF8001 chips. As far as I have understood the only way to use full 128-bit temporary key (TK) is OOB...
i am useing nRF51822 pairing with nRF24lu1 over GZLL protocol now,
is there someone have the experience on how to config the parameter of GZP_TX_RX_TRANS_DELAY in function...
I have a peripheral running the S110 stack, which presents a characteristic to which I want the central (running S120) to be able to do a long write. What I've been trying...
Hi all,
I have been trying to combine the UART and hID Keyboard examples into a single application.
I want to use the HID part to send specific keystrokes using buttons...
Hi, I'm new to BLE and just started feasibility testing, using RF8001, on a small device with no IO. The device will have a unique code set at factory, and printed on label...
I had the same experience as fishman and I went back to give Eclipse a try. (Post: nRF Beacon does not build on Android studio) I tried to build it in Eclipse Luna with the...
Hello!
Using nrf_gpio.h enables P0.00 port control, but using app_timer.h together makes port control impossible.
I don't know if the code I wrote is the problem or...
I am using zephyr 3.1.0 and i build blinky pwm and rtc code from zephyr but it is not building i am using nucleo_u575zi_q board but in dts of board pwm and rtc is not there...
I modified the nrf9160 https_client sample to make a GET request to a web server and retrieve a JSON response. Unfortunately the rec_buf always ends up with an HTML response...
Hello everyone!
I've been struggling to get over this error when attempting to use an augmented Thread project based on the thread_mqtt_sn_client_publisher example. Would...
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...