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...
Hi,
I'm trying to configure my LTE modem (Icarus Board + nRF 9160 + SDK 1.7) with an external SIM.
For that i have to use the PDP configuration.
I use in my prj.conf...
Hi,
I am using SES and NCS SDK 1.6.1 under Win10.
A GPS module is connected to NRF5340, using an UARTE to communicate. The pin receiving GPS data is P0.31.
It works...
Hello,
I want to make sensor sleep and wake-up according to VDD.
- When VDD is below 2.8V, Sensor sleep.
- When VDD is above 2.8V, Sensor wake-up.
Since my board...
Hello,
We have a question from one of our customers as to whether the 52833 is compatible with the S340 Soft Device. On the Nordic website, it is not listed as a compatible...
Could someone explain how to power the nRF52840 via USB?
Looking at the schematics, and also reading the "objective" spec, I can see that VBUS is connected to the USB input...
Hello,
Since yesterday's update of the nRF connect extension the device name of the target in the "connected" devices screen is updated from nrf9160_xxAA to nrf9160_xxAA_REV2...
Hi Everyone,
I tried to build lpUart example from samples available. I was trying to debug then I got the breakpoint on
"__ASSERT (lpuart, "Failed to get the device...
i was working on nRF52840 and nRF9160 with NCS v1.8.0.
i'd like to find an API to reboot system. so i tried to call NVIC_SystemReset(). it works in my nRF9160 project. ...
I am currently designing a PCB which incorporates the nRF9160, and I would like to know the devices behaviour in between 2.0 V and 3.0 V, as this is below the minimum VDD...
Dear,
We are working on our custom boards to develop a watch product which need external flash memory connected by QSPI interface. In this product, the UI images and font...
As I learnt, nRF5232 defaut with LDO mode, DC/DC is diabled, but I can not find any config in nRF5 SDK for nRF52 DK,
someone said to use: sd_power_dcdc_mode_set,other said...
Hi,
I've been reading that the nrf9160 can only receive up to ~2KB of data at a time. It seems that the connection terminates if I send too much to the nrf9160. I tried...
Hi again Nordic, I need some pointers. Håkon, a very patient man here, sent me an example code repo of usage of external flash memory on the nRF9160DK. I've tried the sample...