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,
I am using nRF5 SDK for Mesh v4.2.0 and I implemented this simple message model which can enable the communication between LPN and server node. After my nodes are...
Hi everyone, I see in nRF5 SDK 16.0.0, a Button/Led/Timer assign for handler, like that: bsp_init(BSP_INIT_LEDS | BSP_INIT_BUTTONS, bsp_event_handler); Or: app_timer_create...
Hello,
I was working on buttonless dfu feature. I add buttonless dfu service as shown as ble_app_buttonless_dfu example and i manage to perform a ota dfu on nrf52 devkit...
Dear Sir.
Moving to version 2.4.99 from version 1.2.0 .
In previous version SPI worked well , cs was configured in overlay as
&spi3 { status = "okay"; compatible...
Hi,
I was evaluating FOTA on nRF5340 as possible upgrade to 52 series. All went good which I'm happy of.
However application size is limited roughly to half flash size...
Dear Community;
We are trying to send data via Lora using a nRF9160. The Lora transreceiver we are using is a RFM95W(Semtech SX1272). There are samples of code to receive...
Hi all,
I'm trying to set up my nRF52840 Dongle as a BLE Sniffer. I've followed the setup instructions from "nRF Sniffer for Bluetooth LE-- User Guide" v3.2, and I'm using...
Hi DevZone Team,
Is there a way to stop the ZigBee network steering after a device has successfully joined instead of waiting for the timeout to expire?
Thanks
Which nrf5340 BLE examples build and run? I've tried several and get build errors on everything I've tried.
This is for both the app and net processor.
Hi there,
I'm using nrf52840 DK and Custom board, SDK 17.0.2, Segger Embedded Studio(SES v5.20
my problem was the code running fine but after a while it will go...
Hi,
I am using w25q16 serial flash spi memory with nrf52832.
the flash memory is working fine with all analog input pins(2,3,4,5,28,29,30,31).
but due to the hardware...
sdk version:nrf5_SDK_for_Mesh_v5.0.0_src
in example/light_switch
I use the ios nrf mesh app as a provisioner and at the network layer
I can scan and find nrf5x...
SDK 14.2, NRF52840, S140
Hi,
Thank you so much in advance for answering my very long question. I am a little confused by the low power pwm example and app_PWM documentation...
Dear Nordic Technical Support Team,
I am developing a Mesh consisting of a client requesting to a net (group) of server nodes some motion data (which triggers automatically...