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...
I would like to set the the fstorage memory location manually through fs_init() within SDK 12.1, but I am not sure how to do this. There's comments that is can be done manually...
Hello,
I am using nrf52 and sdk 12. I compiled the code bootloader_secure from the examples in sdk.
Now I want to change the 16 bit uuid to 128 bit uuid in the code. The...
nRF51822CEAA
I am using a custom PCB, this is not a Dev Kit from Nordic
Mac OS X
Eclipse Version: Neon Release (4.6.0)
Eclipse Debug Configuration:
Specified arm-none...
I am using SDK_11 s130 on nRF51-dk. I ported the peer manager from ble_app_gls to ble_app_uart and enabled pairing without bonding.
Inside ble_nus.c, I modified rx_char_add...
Hi there, I have managed to set up my IDE and build environment so that I can build and download the example projects without any trouble, but have then spent the last two...
Hi.
I'm using SDK12.2.0, S130 ver2.0.1, nRF51822AC.
As I know SDK12.2.0 can conenct 8 peripherals at the same time when it is Central mode.
I want to use it as central...
I've got a custom NRF52 board that uses less than 4uA when sleeping without SPI but after the SPI is initialized (and then uninitialized) the current consumption rises to...
Hi Nordic,
For my application, I want to have the absolute acceleration (without gravity) from a MPU6050. I know that this device can do that because it has 6 axis and...
Hi,
I am trying to maintain a single bit of information through a power-on reset event (sd_nvic_SystemReset();). I am trying to do this through the configuration of an...
Hello,
I'm having problems running the DFU over serial bootloader example. The nrfutil command to update the application fails with message "timed out waiting for acknowledgement...
Hi together,
I'm trying to scan for BLE Beacons and I got the problem that if I set setReportDelay() to a value unlike zero, the onBatchScanResults() method is called and...
Hi,
I am trying to measure the current consumption on my application, and measured some quite high values even after calling sd_app_evt_wait().
After reading through some...
We have a product that uses nrf51422_CE_AA, Revision 3, 256KB ROM, 16KB RAM, PCA10028, SDK 8.0.0, S110. We have sold over 8000 devices of our first product. Currently we are...
Hello,
My problem is to much current c.a. 40uA in POWER OFF mode. Below attach code:
void power_down()
{
nrf_gpio_pin_clear(22); // Wylacz mostek tensometryczny
nrf_delay_ms...