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...
Hi All,
I have designed one device using nRF52840 MCU and software SDK nRF5_SDK_for_Thread_and_Zigbee_v3.0.0_d310e71.
From Software end all features are implement and...
Hi Sir,
As check nwp_024_v1.6.pdf, it only shows the tape real information w/ below series.
nRF24
nRF51
nRF52
nRF8000
nRF9160
I don't find the information for...
Hi,
I have a SPI peripheral connected to the nRF960 DK. In order to access this correctly, I need to be able to write a byte to a specific address first and then read back...
Hi
The NRF52832 I used seems to have accidentally turned on the read-write protection,Cannot establish a connection using JLINK now,Is there any way to turn off this read...
Hi, We are developing a robotic product using nRF52840. I would like to know if Nordic officially supports Zephyr OS and have plans for supporting features in long term?
We used sd_ble_tx_buffer_count_get() to get maximum tx message can be sent in nrf51. However, this api is removed from nrf52840.
Is it equal to the setting of NRF_SDH_BLE_GAP_EVENT_LENGTH...
I am using NRF52840 and SDK1600. Currently, my program uses 50kB RAM memory according to Segger Embedded Studio. NRF52840 has 250kB RAM memory, so there is plenty of space...
Hi,
We are building a prototype based on the asset tracker demo application. We had interfaced different sensors on different peripherals (2 on SPI and 2 on I2C). However...
I have applied the errata 171 workaround to a zephyr code base with an MX25 chip and set the speed to 96MHz - when I run the application (engineering D silicon) with a scope...
Hi
I have used ble_beacon example to configure DK board as beacon here i wanted to pass custom data inside the code and print those array code on output debug console to...
I have an embedded Linux platform which uses an nRF9160 connected via UART. The nRF9160 has been loaded with the serial LTE modem firmware, version 1.3.1.
I've been experimenting...
Hi!
I'm developing the NRF9160 target from a raspberry Pi. The problem is that I need occasionally to perform modem firmware upgrade, and I can't figure out how to do it...
Hi. I am currently using an nRF52840 DK board and SDK 17.0.2.
I have add a custom characteristic in the heart rate service sample code.
The characteristic is shown on...
Hi Nordic,
I am using your official board nrf52840 to develop my application based on the ble_app_uart_peripheral example. BLE communication and the spi interfaced sensor...