Hi,
In my design, there is a tag used by 24l01,It can transmit the temperature value.In the tag, the parameters are like this:
addrofch[0] = 0xe7;
addrofch[1] =...
We've been working on a product that utilizes a NRF51822 chip as well as WS2812B NeoPixels. Since there have been numerous posts about it here we've decided to release our...
Due to limited resources we are looking for someone who can help us with making a custom profile.
You are preferably in the Stockholm area and have done this before.
The...
Just putting this here in case anyone else comes across this issue, esb_arm.lib and gzll_arm.lib don't appear to implement the work-around in PAN 18(in the version I tested...
I tried importing the Keil 5 SDK 13 project from github.com/.../nRF5-ble-timesync-demo into Segger.
I followed all the directions from devzone.nordicsemi.com/.../ However...
Hi,I have trouble when I try my nRF51822 board with example program of hrs. I use nRF Master Control in my phone to connect with my board.scanning is ok.But when it try to...
Hi guys,
I'm investigating on a problem we found in our system. It seems not related to our custom pcb or firmware, you can replicate it with the following setup.
Setup...
I will need to store some data (and edit it again later) and fetch it later in the nrf51dk even after turning it off and back on.
How can I store such persistent data in...
Some situations like heavy ble activity causes the nrf52832 to restart without hitting breakpoints in the NVIC_SystemReset.
Assuming there aren't any hardware issues, is...
Can I use J-Link EDU for nRF52840-PDK , nRF Connect , please?
Is it sufficient?
What the J-Link PRO provides for nRF52840-PDK, nRF Connect that the J-Link EDU does not?
Question preamble
I am writing a bluetooth application where two nRF5 devices will be in a master / slave configuration. However, I want to be able to flick a physical...
Hi.
I have an application that needs a low security encryption. Therefore I want to use "Just works" encryption. The pairing process is assumed to be in a "safe" place...
I am having a strange problem. After I flash the program to the NRF52 and do a reset (does not matter whether it is a soft reset or pin reset) the system (DK and my own board...
Hi,
i read this post:
devzone.nordicsemi.com/.../
and found the PCA20006 project but i cannot load it to the beacon. I can find proper instructions on how to load...
I had initially added ble_dfu buttonless DFU support (unbonded) to my app per instructions here: infocenter.nordicsemi.com/.../service_dfu.html
Long story short, based...
What unique information can I use to know which physical device disconnected for example? Say I have a MAC address or a name encoded into the advertising packet. Correct me...
Here the connect method is called
err_code =
sd_ble_gap_connect(
peer_addr,
&m_scan_params,
&m_connection_param,
APP_BLE_CONN_CFG_TAG);
In the ble event...
I'm tring to connect my phone to the multi-connect example client app
I'm tracing the ble events in the ble_evt_handler.
When I open the server app on my phone, I see...