This is not a real question for support. It's more a success story i'd like to share with you!
Our company develops firmware for various customers on a lot of different...
Hi all,
What is the maximum data rate for the nRF24AP2 when using the Synchronous serial interface?
I cann't see it in the datasheet.
Is there anyone can answer me...
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...
Hello,
I know that the NRF_TEMP peripheral is a restricted peripheral and should be accessed with the sd_temp_get function when the soft device is running. Heck I even...
Does the NFC library globally disable interrupts at any point? We're trying to track down an issue where our code occasionally misses an I2C event during NFC read/write.
Hi all,
when I try to send 6 bytes of 0xFF, the last bytes change. I use SPI in mode 3. I use the NRF52832 on a custom board using SDK13 with sd v4. See the following screengrab...
Keil4 compiler in the compiler C and assembly of the mixed code, the error content is: Branch offset 0x00000388 out of range of 16-bit Thumb branch, but offset encodable in...
This function contains a lot of tags that need to jump, but at compile time there are these errors.
this is ARM compilation and C mixed,How should this error be handled?...
Hello, I am trying to develop on the NRF52. I have the development board and have been spending time with the SDK and documentation. I understand how the GPIO should work...
Our nRF51822, S110 device uses concurrent advertising (iBeacons) when connected to the central. Our customer would like to have a variable tx power on the advertising packets...
Compiled with Keil4 software compilation and C of the mixed program, the error is:Branch offset 0x00000228 out of range of 16-bit Thumb branch, but offset encodable in 32...
Hello
I adapted the ble_app_uart with twi functionality.
Therefore I included the "app_twi.h" which includes the "nrf_drv_twi.h"
But as visible in the picture, the "nrf_drv_twi...
Hi,
I'm using nrf51822 with soft device s130 version 1.0 and I'm trying to flash hex file of size 108kb from both keil u vision/nrfgo studio.
Flashing is success but application...
Hi
I probably have done multiple or bad inicialization of flash memory in code
and my MiniBeacon ( www.alibaba.com/.../Nordic-bluetooth-nRF51822-logo-customizable-minibeacon_60408141084...
hi..I am using nRF52832 with sd 132 v4.0.2, I want to store data received over BLE in flash. So i wanted to know how much is the memory available to store data in following...
2017-03-01T12_28_45.220Z-log.txt Hi,
we experience an issue with the PC-based nRF Connect tool, details are as follows:
we use scan to discover BLE devices,
we...
Hello,
I'm actually working with a custom profile generated with Bluetooth Developer Studio. I'have some difficult to send characteristic with the template.
My setup...