Has anyone converted the app note AN34 DTM Python script to C# or C/C++ ?
The Python DTM script is works OK with the setup specified in the app note AN34 figure 2, which...
Hi,
I have a serious problem, when I use uart of NRF51822 QFAAC0 to receive data from another MCU, I found that it will lost one bit at same position everytime. my SDK is...
Hi,
I just started to interface the lcd display with nrf51822 evaluation board. The display i'm using is, spi compatible, 18" tft (160x130) from tiny lcd. I took spi master...
Hi,
We are using the nRF905 device in an application where it needs to switch between auto-retransmitting and sending single packets, due to it communicating with several...
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,
Could someone can explain, how to handle Static Passkey in iOS Central application?
I would like to know whether iOS application allows static key based pairing or not...
Hello,
i'm programming an iOS app to connect to the nRF51822 (peripheral). The Problem: Any kind of authentication and encryption is needed, but in the final Product the...
I've seeing random crashes at that originate from ll_lm.s0.c:404. It seems to be happening when I have uart logging turned off. I don't think i've seen assert callback called...
Says it all in the title. I'm making a sensor which puts its data in a non-directed non-connectable advertisment packet. I want to read the sensor just before it is sent....
Hi,
We are designing our 2nd pass design based on nRF51822 this would be our production version PCB.
We would like to have our Schematics,Layout and BoM reviewed from your...
Hi,
I am using softdevice-7 and SDK 6.1 for our application. I want to implement static key pairing for serial port over ble application "ble_app_uart".
I have implemented...
I have a 384 byte, writable, variable length, vloc user characteristic and I want to trigger an event when the write completes so my application can operate on the data. ...
Hello-
I am trying to program a custom nRF51822 board with a J-Link-lite.
From the J-Link-lite, I am using the 10-pin header and have it wired like this:
I'm using pins...
I have a situation where I need a software PWM for several channels, which are multiplexed via a shift register.
The output loop needs to run at several kHz for this to...
Because of the limitation in the GPIOTE hardware that only one channel can be connected per GPIO , care must be taken when changing a PWM duty cycle. If for instance the compare...
Links: https://devzone.nordicsemi.com/documentation/nrf51/6.1.0/s110/html/a00081.html#ota_profile_pkt_rcpt_notif
As you see,GAP Disconnection,I don't Know how it works...
Hi Nordic
I do not know why sometimes program can build pass in keil ,but can make nrf51822 do not work and unable download program . For this , I have damaged a lot of...
Does the nrf51822 support 2 spi masters (on different pins)? I want 1 spi channel to talk to one set of peripherals, and the other to talk to another set. I see SPI_MASTER1_ENABLE...