Has anyone experience of successful TICK_DV calibration for nRF9E5? What order of accuracy should be achievable?
In my application I maintain a software RTC clocked by...
Hello,
I manage to work with new S310 V2.
I use S310 for hrm only. Saying so also not for DFU service.
I have own proprietary method for transfering application images...
I am working on an application and need to get the exact time that the master node receive advertising from the slave node. I tried with PPI and it's ok to capture the Radio...
Hi, could you please tell me if my assumptions below correct?
Measuring a (ratiometric to VCC) analog signal and selecting VDD_1_2_PS as the reference selecting AIN_NO_PS...
When I initialize the SoftDevice with SOFTDEVICE_HANDLER_INIT(NRF_CLOCK_LFCLKSRC_XTAL_20_PPM, false); // Sets up Crystal Source to 20ppm 32.7628kHz
The project I based...
I am trying to make a product with NRF8002B. I finally have the product prototyped. The user will connect to the device, beep, light up, and track. It will always stay on...
Hi, I am developing a SDK 17.0.0 based iBeacon application, and I see BLE library available for advertising.
I went through the ble_advertising_init API and found the parameter...
Hello, when I run OpenThread CLI example in NCS 1.4.0, I get the following message on the serial port:
E: Failed to store setting 3, ret -22
I am using the nrf52840 D...
I'm now using nrf52810 sdk16 for product development, but we need to pair bind. So pair bind, generate short-term and long-term keys where I can find it? How can I generate...
Hi everyone.
Not knowing exactly where to go to get help I am taking the liberty to ask my question here hoping that some good hearted soul might help me. The device manufacturer...
I created a project on nrf9160, which connects many peripherals, including SPI,I2C,UART. According to the specification, nrf9160 can use up to 4 sets of serial peripherals...
Getting the example programs to work from the NRF52 SDK can be a very daunting task. The big problem is that there is virtually no documentation included in the samples themselves...
Hi; I'm trying to develop an application with the nrf52840 as a co-processor. We decided to use the nrf52 as a SPI slave and a SAMD21 as a SPI master. I set up a quick Arduino...
Hi,
I have a question about the tolerance on the VDD voltage. In the datasheet it says: "RF 3GPP compliancy requires 3.3V."
I am wondering if there is more specific...
Hey all,
So I am a beginner and haven't work with this environment a lot. I use SES to debug and upload application to the nrf9160. I can allready upload some basic application...
Hello, I have three nrf52840 development boards and one pcb that I made myself using nrf52840. I want to find the location of my pcb with a demo using these development boards...
Hello,
Softdevice: 7.0.1, SDK: 16.0, Device: nRF52840
In the production, we want to save time programming the devices. So I'm using following command to combine bootloader...
Setup : I am using android-ble-library for my android app. I am using modified blinky example on embedded side. I have tried following implementation on android app:
I...
I have two nrf51822 devices, one running s110, the other s120. The s110 device reads ADC values every 20ms, and if they changed from the last reading it sends a notification...