Working on an ANT project.
Switched a project from S210 to S310 to add BLE feature.
For the ANT part, there is no source code modification at all.
Sweet.
This is not...
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...
Sir,
I am using a U-BLOX NINA B302 (nrf52840) connected to a SEGGER J-LINK to program it!
Using the J-LINK flash i can program the NINA B302
But, on VISUAL STUDIO +...
Hello!
I am having 3 nrf5340 devices; 2 Gateways and 1 Headset. I am trying to achieve the scenario where I can allow the Headset connects to selectively one of the 2 Gateways...
I recently got the nrf52840dk board and I am trying to use it with the Nuttx embedded OS. However, I am having some issues flashing the nuttx binary on my board.
this is...
I'm trying to accurately measure our 3.0 volt coin battery (CR2450).
Our product consume low power (<50 uA) and we measure the battery voltage every minute.
We must...
Hello,
I've been trying to get through SUPL client library license signup process but I my request get denied every time.
I think I've done everything that is required...
I wrote a firmware on my dk52 and am advertising some data to the nRF Connect for Mobile App.
Is there any way on how I can copy or send the received data (service data...
Hi,
I have the following ouput using the throughput example:
Altered output format a bit to give me the same for local and peer.
But I was wondering why there is a...
Hi All,
I am running nrfConnect SDK v1.8.0 ad started a new sample LBS project. I ultimately want to have 3 devices, 1 being a Central and 2 Peripherals both running LBS...
Hi
Nordic Team
I used nRF5_SDK_17.1.0. I have a very difficult problem:
I now only want to configure an RX pin and no TX pin. Can the serial port receive data function...
After programming the a chip (52832) with hex files (including boot code, main app code, and softdevice), the chip jumped to the boot code so we need to do the DFU to let...
Hi again Nordic. I'm using the sparkfun level shifter: https://www.amazon.com/SparkFun-Level-Shifting-microSD-Breakout/dp/B01CF569VQ together with Sandisk 32gb formatted to...
I'm running into some rather strange things lately.
In debug mode, let's say I have two lines:
a[0] = 0;
a[1] = 1;
If I place a breakpoint at the 2nd line, and...
Hello,
I am trying to do my own i2c read/write from a sensor, and I followed the twim example available with the SDK.
When I build the project, I get errors wherever...
I am using Visual Studio Code to create applications based off samples, which I then build and flash to a nrf52840 DK which works great!
However, when using the nrf52840...
Hello,
I was working with the SDK 17.0.2 development kit and combined a few examples. When adding dependencies from other examples the path is entirely contained within...