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...
I am using SDK V15 with an nRF52DK and Keil compiler.
I have difficulty finding an example to use a GPIO to drive a Piezo Buzzer. The requirement is very simple: use a GPIO...
Hello,
Is there anyone successful in communicating with an nRF52 based GATT server from a Windows 10 App? I’ve skimmed through the forum and do not come across any positive...
Hi,
I have an application that verifies a chunk of data and EdDSA Ed25519 signature against a remote public key.
The device application generates a random number, sends...
Hi,
I would like to add some custom sensor for Thingy:91 board. I notice that there are no GPIOs available to connect sensor to nRF9160 SiP? So do I need to connect the...
Hi,
Today I found I was unable to flash my nRF9160 DK. "west flash" fails with the error message "Installed nrfjprog is too old for the device. Please upgrade nrfjprog to...
I am trying to follow the section “Declaring custom cluster” ( https://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.thread_zigbee.v3.0.0%2Fusing_zigbee__z_c_l...
I've tried for two days to log back into the cloud service and just get the spinning angles. I tried to create a new account and the same. I was able to change the password...
Hi all, I would like to implement a fault handler in our nRF9160 based system to handle hard faults/unhandled exceptions by resetting the system, but am having a hard time...
Dear Nordic team,
I have a running NRF52 with a firmware based on the freeRTOS demo. To this demo I added the PDM Support Module and the TWI Module.
As soon as both sensors...
We are trying to implement models inside the mesh. So we've started with a functional example of the generic on off and tried to update it according to our needs.
The custom...
Hi,
I have 3 devices that all act as broadcaster and observer they continuesly sending data to each other, now i want to establish a connection between one of those 3...
Hello,
I have 2 pieces of nRF52840 and I managed to connect each other. One is central, uploaded the code: 'nRF5_SDK_15.3.0_59ac345\examples\ble_central\ble_app_multilink_central...
NRF52832 DUF success but when download from segger studio, Jlink RTT viwer print NO DFU found, but when download bootloader from segger stuio, can not entry app
Dear Nordic...
Hello all.
I need to work with the RTC especially its events and interrupts, and I have some misunderstanding after read its manual.
I need to use it for low power systick...