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...
Hi guys,
first of all here is my setup: https://devzone.nordicsemi.com/f/nordic-q-a/42768/nrf51-52---sdk15---linux-gcc-st-link-v2
It seems like nearly none of the BLE...
HI ,
I would like to combine the Mesh client role with the Mesh provisioner role. That means, nrf52 application is able to switch between the provisioner and client (privisionee...
Hi to all,
i am developing a project based on PCA10056 dev board and i want use bluetooth and NFC in sametime. separately both of them work fine but when i want use them...
Hello everyone, I am planning to use the nrf52840 with the Fingerprint module (https://www.amazon.in/dp/B07DL2DXJX/ref=cm_sw_r_wa_apa_i_Z.VlCbXSSYVRS ). The sensor interfaces...
I got a new nRF51-DK board. I was planning on using USB to program it.
On the board I see pca10028 sticker. What is this?
Also in the SDK I see pca10028, and other pca...
Im getting this error, but i thing this has to do with some python dependencies, Im getting errors with
pip3 install --user -r zephyr/scripts/requirements.txt and installing...
Hi, I have a defined MACRO which I initialised the values of ble_gap_adv_params_t in main.c. I will pass this to the function to start advertising. I used the example (ble_app_blinky_pca10056_s140...
Currently in memory map nRF5 SDK 15.2 (which apparently is a base for Thread SDK) says for nrf52840:
Bootloader settings
0x000F F000 - 0x0010 0000 (4 kB)
MBR...
The nrfx api includes nrfx_gpiote_in_event_disable/enable , but I haven't found an equivalent of nrf_gpiote_int_is_enabled for a pin. I'm attempting to port an interrupt mutex...
nRF5_SDK_15.2.0_9412b96\examples\ble_peripheral\ble_app_blinky
nrf_gpio_cfg_output(16); nrf_gpio_pin_set(16);
Set P0.16 to high level under the main part of...
There seems to be little documentation on TASKS_SUSPEND and TASKS_RESUME in the SPIM with Easy DMA section of the nRF52832 data sheet. My assumption is that TASKS_SUSPEND...
Hi All,
I am working on ISP1507 which is based on NRF52832. My IDE is Keil V5.26.2.0. I have had the following problem in the UART example (pca10040e) from SDK 15.0.0. I...
Hi,
I have modified the multilink example to work with NUS and connect to 2 peripherals, but I'm facing issues with data transmission. I suspect really low throughput...
Hi
I'm testing the range of a custom sensor (nRF52840) by monitoring the RSSI. I use two receivers (the custom sensor and a nRF840 DK) and monitor the received advertising...
Hello All,
I'm very new to Nordic.
For our product development we are using NRF52832 chip and nRF5_SDK_14.2.0_17b948a stack.
Battery powered device it's so is there...