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...
Can we alter the eddystone tlm (telemetry) packet to send custom data . [This is not following the standard packet structure].
But I wanted to know how to alter the given...
I need a product that will allow me to connect a PC to a Bluetooth device through its Bluetooth connection. I will need to be able to send data bytes from my PC across the...
Hi everyone,
I am a beginner with Nordic SDK. I followed the " Getting Started Assistant" and then try to open asset_tracker project on step 4. During the opening I got...
Hello,
The fds.c fds_register() has suspicious usage of atomic variables.
It is first checked if there is space in the m_cb_table, then m_cb_table is modified and only...
Hi, I am trying to add timer information to the sending packet. We created some space(manuf_data) to store data. However, the problem is we do not know how to put actual-time...
Quick Summary: - Devices used: nRF52832 (Central), nRF52840 (Peripheral)
Example based on : BLE Scanner
Hi Team,
In my current application, based on a BLE Scanner Example...
Hi,
I'm using the latest SDK v16. I got the following error when call peer_manager_init()
<debug> nrf_ble_lesc: Initialized nrf_crypto. <debug> nrf_ble_lesc: Initialized...
Is there a recommended way to inspect the state of the heap? I haven't found anything obvious yet. I'd mainly like to know the amount free, the largest block, and perhaps...
Hi,
I start developing with ble_app_template and DK
I combine uart spi twi into it
It can connect to my phone(nRF Connect APP)and work fine on DK
However when i use...
We want use Nordic chips as the transfer medium for our data frames in mesh-like network.
So we don't need ATT,GATT,GAP,SDP,SMP and all high-level things.
As I can see...
The Device State Manager (DSM) will erase the flash if any of the following parameters have changed since last boot.
DSM_NONVIRTUAL_ADDR_MAX
DSM_VIRTUAL_ADDR_MAX
DSM_APP_MAX...
Hi,
I am using SDK15.3 very well with Keil 5.28 ( I cannot update because my licence for 5.28) When i try to change my sdk from 15 to 16, i have problem. I tried change...
I have a custom nRF52832 device acting as a peripheral and a central. Acting as a central device it reads the device information from a nRF52832 peripheral device. Now I want...