I'm transitioning a GNSS tracking firmware from the nRF9151DK to my custom board using SDK/toolchain v3.0.2.. On the DK, I get accurate location fixes, but on the custom board...
Hi everyone,
Could someone help me with the following use case?
Task description: I'm working on a firmware update procedure based on the smp_svr project. I'm trying to...
Hello,
I have made a project that was based on the nRF9151 Development Kit and it works great. I had to select the -ns configuration to get anything to ever build and now...
Hi,
I bought a new nrf52840 DK board as one ofthe original nrf board of my Qorvo QM33120WDK1 kit ( 2 x nrf52840 DK + QM33120W + QM33110W) J3 connector broke. Out of the...
Howdy!
I am attempting to develop a system using an nRF52840 and an ADS131M04EVM (ADC). Our application requires us to collect data at a high sampling rate (>= 16k SPS...
I have a nrf9160 DK but when upload SLM application to it i can not send AT commands to it over it's usb port but in asset tracker application it works i want to modify SLM...
I am trying to set up UART communication between the nRF9160 and nRF52840 that are found in the Fanstel BLG840XE. Currently I am sending a test string of "abcd" from the nRF52840...
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...
Maybe question similar to this one devzone.nordicsemi.com/.../
Can I use the interrupt generated by RADIO_IRQHandler(void) while implementing another protocol?
At the...