I would like to store a simple integer value in the flash write and read after some event. I'm using the mesh example Dimming examples (experimental) in the nRF5 SDK for Mesh...
Hello,
Has there been any success with getting the python bindings for the pc-ble-driver running on openwrt? I've succeeded with the driver itself but not the bindings....
Hi Nordic Team,
In my BLE project I'm creating a Test application which gets all the advertising data from peripheral devices. The complete list of scanned device is received...
Hello all,
According to the documentation and this feedback on a case there is a maximum size for a particular cert before nrf_inbuilt_key_write returns NRF_ENOBUFS . Can...
Hello,
I am using nrf52840 DK, Segger Studio IDE, Win10.
My application is I want to transfer the image from iOS to the DK board.
I am aware of the Image Transfer...
Hello, i intsalled the software stack for use with latest release of nrf sniffer package.
By starting the capture process with wireshark 3.2 i have noticed an issue:
In...
Hi,
I use fstorage fun in nRF5_SDK_12.1.0_0d23e2a.
and the same code can run SDK11 but It seems different now.
So how to use fstorage fun in SDK12 and I list the different...
I was looking for something like a checklist of what to do when developing on a custom board but I couldn't find it.
I am working with Keil 5.15.
I achieved to develop...
Hello, i have a question.
Can nRF51822(s120) handle more than one connection at same time?
Let me explain: i have one server(nRF51), and two(or more) clients(nRF51 and mobile...
My Chip is a Insight SIP ISP1302.
It's based on a 51822_xxAB, 128kb Flash and 16kb RAM.
I try to use the S130 with the UART Application.
The S130 2.0.1 requiers 108kb...
Hi,
NRF_LOG_PRINTF() is working fine with peripheral examples in SDK11. but when I try to do the same in ble_peripheral examples it is not working. I have defined the following...
Hi. I have one question:
From SDK and docs, I can find how many pipes and which pipe nRF24LU1 open when it is TX.
I check function:
void hal_nrf_open_pipe(hal_nrf_address_t...
HI:
i hava a sender and it send a frame every 15ms ,not use any protocol,and reciver code like as follow:
while (1) {
Rf_StartRx(ReciverSC.RfBufPointer...
Hi,
I am trying to develop firmware for the nRF52 platform using Visual Studio, as I prefer VS over Keil. I came across the VisualGDB plugin, but it seems their BSP is...
How can I create zip package for DFU in Linux.
I'm using nRF5 SDK version 11.
I'm working in Linux(Ubuntu 14.04).
I'm trying to zip package file for DFU in linux.
When...
I try to add an BLE function with "ble_stack_init". The problem is that after executing this function, the interrupt doesn't work (I add a function in the interrupt, but it...