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 use Nrf52832 and sdk16.0.Use I2S play sound.
If use:
int16_t sine_table[]= {0,0,23170,23170,32767,32767,23170,0,0,-23170,-23170,-32768,-32768,-23170,-23170};
NRF_I2S...
RTT is a very strange beast. It looks that, depending the printed binary content, the output in the viewer can be displayed - or not. It seems that the rtt viewer acts on...
Hi,
I have converted a project to use the nrf52833 (SES SDK16):
I get a fault with the following:
The build seems to still link to nrf52832_peripherals.h not...
Hi
Recently Openthread has implemented the Enhanced Frame Pending feature and I am using nordic SDK Thread and Zigbee 4.0.0 for my nrf52840 devices.
We want to use "Enhanced...
Hello,
We have a own designed NRF52832 board. If NRF52832 and NRF52811 are pin to pin, we want to use NRF52811 with NRF52832's pcb. Because, NRF52832 bluetooth range is...
hello
I have ble_app_hrs_freertos project for that, I have to make sleep and wake up the services in the project.
my question is that
1) how to sleep the service in...
Hi, I use nRF52840 dk PCA10056 and keil μvision5 . In Pack Installer of keil μvision5 , PCA10056 is not displayed . So I choose nRF52 PCA10040 , is it OK ?
I'm trying to send data from an IMU at about 50Hz over BLE to a smartphone. I'm finding that after some number of successful transmissions, I start to get the NRF_ERROR_RESOURCES...
Hi
I'm using the unmodified fatfs example in SDK16 with PCA10040 dev board connected to a Mikroe SD-Click board which is nothing more than a breakout board for microSD cards...
It is possible to provision the NetKey, AppKey and unicast address of a node using the serial protocol, using the following messages:
Mesh Subnet Add, Opcode: 0x92 - NetKey...
Dear Sir or Madam,
It´s the second time, I got the same error while start developing with nrf52833 demo board. For first step, I flashed a blinky example to the board -...
Now I'm trying to change a device name in `nrf_dfu_ble.c`. I set NRF_DFU_BLE_ADV_NAME like following.
And I imported `stdio.h`, `string.h`. And I edited `gap_params_init...