Hi,
I am trying to understand the pstorage to record a log for temperature. In my code, I can call pstorage_init(), and clear a block but when I try to store some data...
I would like to source a compact BLE board to act as a lock controller developed with with a matching transceiver for use in a fob and an app.
It would toggle the pio and...
Ok so here is the issue. I was trying to build a simple application which is described in the tutorial for characters. After building an advertisement and understanding the...
I was working with IAR and SDK10.0 before. For some reason I have to transfer my project to Keil and SDK9.0. My program worked well for the old settings. While keeps got NRF_ERROR_SOC_NVIC_INTERRUPT_NOT_AVAILABLE...
Currently we are considering whether we should use external Flash Memory or NRF52 Internal Flash.
External Flash memory has a lot of drawback in comparsion with internal...
Suppose there are 10 BLE peripherals in a room and one BLE Central,then is there any way i can get the list of available peripherals[name or id.. etc]?
I am using NRF5182...
I am using SDK_11 s130 on nrf51-dk. When err_code is any value other than NRF_SUCCESS, APP_ERROR_CHECK(err_code) will cause nRF51-dk board to reset. How can one get APP_ERROR_CHECK...
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...
I can communicate with success from the pc to my custom nrf52832 device (SDK 15.2, S132v6.1) using the pc-ble-driver (sd_api_v3) with Tag 4.0.0 from Github. Great work!
...