Moving from SDK version 5.1 to 6.0, the buttons on my PCA20006 beacons no longer works as expected. When I press a button, it seems to register the release of a button incorrectly...
I posted another question along these lines, about using the Timeslot API to get observer behaviour with the S110 v7.0 SD, but I am having trouble getting it to work.
Are...
I'm interested in creating a time of flight algorithm and am trying to calculate what to expect for accuracy.
Is it possible to get an IRQ from when the sync arrives at...
hi all ,
how to enable GPIOTE PORT and IN[n] event simultaneously ?(not same pin)
i enable the GPIOTE to trigger interrupt event.
one for the keyboard which need multiple...
Hi All,
I am using nRF51422 with softdevice s310. And implementing Cycle speed and cadence receiver. most of the data processing is fine but i am facing one problem.
...
Hello Nordic Team,
I have a problem with programming the nRF24LE1 chip.
I am developing a small system, which consists of a uC STM32F4xx and a nRF24LE1 Radio Module. The...
Hi All
Working with my nRF52840 DK board and running the BLE Central & Peripheral\ Experimental CLI interface example, I customized my DEVICE_NAME to get it advertised as...
It seems the whole system turns down occasionally after start a GATTS link connection with mobile App for a 51822 module when beacon. But the voltages of the module is OK...
Hey All,
I'm curious, has anyone integrated the csense library or lower level driver into a device they've shipped? I'm quite worried about variation and also difference...
Hello I am using nRF52832, sdk v14.1, pca10040.
With regard to SPI, I am using the spi master in nrf_drv_spi.c to handle multi-byte spi transactions. I am able to do this...
Hello,
I developed a program for nRF51-DK with mBed. The program uses the S130 V1.0.0 SoftDevice and it works great, when compiled with mBed. Recently I tried to export...
Hello!
I'm in the middle of a power consumption reduction process and have found something annoying. On the PCB (DWM1001-DEV) nRF52832 is wired to DW1000 with SPI. Additionally...
Hello,
I have cloned the asset_tracker project and would like to add the Zephyr Shell to it. There are no clear directions on how to do this. Can you point me to instructions...
Hello nRF world,
We have custom peripheral board based on the nRF51822 and need to be able to pair it with a host. Does anyone have a well documented example of code for...
Hello Nordic ,
Do i need to implement the config_ client model so that the node can be named as a client and a provisionner in same time ???
however in the example of...
I am using SDK 15.2 with IAR's EWARM 8.30.1 and the nRF52840 Development Kit. My eventual target is the nRF52-Dongle. If it matters my development OS is Windows 7 64-bit....
I would like to write code to disconnect from any connected device. My system is a ble peripheral with s132 6.0.0.
My code calls:
result=sd_ble_gap_disconnect(BLE_CONN_HANDLE_ALL...
I starting working with examples for the nRF9160. Zyphr seems like a very complicated OS (like Linux with device trees, etc) and difficult to use with a debugger.
Is the...
Hi,
I trying to convert a stm32 function code to nRF52. The goal is to use a spi periperal on my custom board.
In this application we need to have 2 bytes transfert. That...