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...
When using the BLE device, BLE_GAP_EVT_DISCONNECTED event informs us that connection between dongle and BLE device was closed/lost.
Is there a way to know when dongle connection...
We are starting a new wearable device design which will be worn by the user on the chest. We are looking forward to use NRF5340/NRF52840 based modules. The final design is...
hello together,
I would like to use this chip nRF9160-SIAA-B1A-R now only as LTE modem. But the modem should be controlled by two external MCU. Please see figure.
...
Hi support team,
Our purpose is to provide the modules to our customers. We have developped the hardware module based on nrf52832. Now we want to test the BLE mesh functionalities...
I used VDD channel to detected battery voltage, and the P0.5(AIN3) connect to a LED, But I found that after initialize SAADC, P0.5 cannot control output.
Hi Nordic
I have some questions regarding switch to Application on custom address.
The memory layout in flash is like this:
0x00000000 - MBR 0x00000000 - softdevice...
Hi, I am new to the nRF Connect extension in VS Code and I am having trouble including dealy.h header file to utilize a DelayMs() function. I found the delay.h in the sdk...
I am advertising some data, my hardware is minimum and there are no external interrupts.
1. How do I wake up after entering power save mode with __WFE(); ?
2. I also want...
Hi ,
I want to use above PMIC for Gotek tracker. But I have below questions:
1. Due to the IO limitation, can I use static high or low to configure the chip with VOUTB...
Hello,
We are working on a product that has UART and SPI integrated. We initialise the UART and the SPI at the beginning of the code and everything works fine.
However...
I am using the nRF52840 and the pair of Nordic BLE UART Demo projects ble_app_uart_c_pca10056_s140 and ble_app_uart_pca10056_s140
Please can you tell me how to change the...
Hello all, Currently I am developing a code for a BLE central device that is supposed to receive data from a weight scale (peer). The peer has a service with a custom 128...
Dear friends,
My 52840 DK flashed a serial example(nrf5_SDK_for_Mesh_v5.0.0_src\examples\serial) as a provisioner.
Now, I want to factory reset my provisoner by PyACI...
Good day,
We are trying to interface TCAN4550 to nRF52840 over SPI, and found that sometimes TCAN throws SPI error (underflow of read/write). Looking further, we found that...
Hello all,
I am developing a BLE application with the Softdevices, the peer management module, and with MITM protection.
I've set a bonding static passkey as shown here...
I run a custom multilink BLE service server on nRF9160 DK.
After about 20 minutes of repeated connecting, data exchange and disconnecting from 4 (only four) BLE devices...