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...
Hi,
I was wondering whether bonding between devices is possible without using a passkey.
I found a good documentation by Nordic Semi which illustrates all the bonding...
Hi everybody
I've got a problem with my "custom hardware" with the "nRF51822 QFAAFA 1322AA" MC by Nordic. When I try to connect the hardware with the "Master Control Panel...
Hello,
I'm using GCC with the soft device 6.0.0. I'm having this reoccurring issue where sometimes I will start to debug and the execution flow will get stuck in some kind...
Hi,
I catched the air data packets by Sniffer and it shown that there was an error, MIC incorrect, which could be seen as followed, and the whole packet was malformed....
Hi!
I have some problem to reconnect an already bonded device containing a chip nRF8001 rev D with my iOS app. Rev C works fine with the first connection and the reconnection...
HI,
I want use some GPIO to detect "pin_high_to_low" or " pin_low_to_high".
and I think the "app_gpiote.c" might be helpful.
but I have been confused by function " sense_level_toggle...
Hi,
I'm starting to implement DFU using IAR's ARM workbench. In the example project for ARM that comes with the nrf51_sdk_v5_2_0_39364 SDK there is a file called bootloader_util_arm...
Do I have to use external host MCU for nRF51422? What can the ARM Cortex processor inside SoC 51422 do and cannot do?
I want to create a mesh network with hundreds of ANT...
I want to load a Blinky project to the AK board, and the dongle is used as a jlink, but I forget to move the jumper to the 'out', and the program is loaded to the dongle....
Hi,
I change the example ant_broadcast to acknowledge mode, but it seems that without a peripheral side,the LED0 will still twinkle.I don't know how to change the project...
Hi,
I'm porting a nrf51822 evaluation board 10001 tested application to a custom board. Part of the application is using UART interrupts to raise a flag and start data...
I am experiencing an error in the final linking stage of my build.
_build/blinky_gcc_xxaa_s120_xxaa.bin: file not recognized: File format not recognized
collect2.exe...
Hi
I am looking at section 9.1 of the S110 Softdevice Specification v1.3A and the release notes for 7.0.0-2.alpha where I see that an application now starts at 0x15000...
Hi
S110 v7.0.0-2.alpha got released today.
In the release notes it says...
[b]The SoftDevice can now be configured to forward interrupts to one of several applications...
My application seems to be running out of memory, now I received NRF_ERROR_NO_MEM from sd_ble_gap_ppcsp_set. I don't understand why this has started since I don't think i...