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,
I want to disable the UART of MCUBOOT to reduce power consumption. I searched in the DevZone and got the answer as below.
I followed the answer above, and created...
Hi there,
For the nRF5340, I read it support the Zigbee . So I just wanna know does it support the Zigbee frequency band in China, which is 780M?
Thanks,
SDK: 15.3.0 SoftDevice: S132 Device: EYSHJNZWZ (nRF52832)
I know there is the following documentation. ・ SEGGER Embedded Studio Reference Manual : https://studio.segger...
Dear all
I'm using the SD s140 and nRF52840 along with one of the latest SDKs (17...). Everything works fine, I'm able to start advertising and connect, but from time to...
As the title says,
I combined the TWI function with the ble_app_uart example and the three i2c sensor communication was successful.
However, when I added SPI to develop...
Hello, I'm new to nRF Connect SDK.
I managed to add the blinky example to build. I added a custom board.
There is a prf.conf project file with just CONFIG_GPIO=y I'm now...
I'm trying to get the device ID of the lis3dh accelerometer on a Thingy:52
nrf_drv_twi_tx returns 3 as an error. This means NRF_ERROR_INTERNAL --> "If an error was detected...
Hello, when i try to flash my card, (nrf52840) in visual studio code i have those errors
ERROR: The file specified is not a valid hex file, has data outside valid areas...
I am trying to build an application that can switch into MCUBoot's serial recovery mode and receive a new firmware image over the serial port. I'm using NCS 1.7.1 through...
I'm using the nrf9160dk (ns). I started an application based on the SIMPLE_MQTT sample. At first, every this worked. I added my one MQTT client with a different set of buffers...
Hi,
The LE Secure Connections Multirole Example is automatically requesting a pairing/bonding.
Why is it not first just doing a connection and requesting the numeric comparison...
I cannot locate an app in nrf connect for the desktop. What can have contributed to this? Can it have a relationship to the network?
Thank you for your help.
I'm doing some experiments with the nRF52840 and SEGGER Embedded Studio. I'm quite new to C but managed to get desired results using and changing the examples. I'm now trying...
Unable to configure hCI Uart project in Segger Embedded
I need to configure the HCI_UART project to support DTM testing, but I cannot enable the configuration parameters...
Hi
We are a group of students working with the nRF9160dk.
We want to try connecting the nRF9160dk to google cloud and send data through MQTT.
We have tried to follow...