Hi all,
I have a situation in which softdevice (s310 v2) seems not to forward events to my nrf app (bootloader running dfu) in spite of the fact that my iOS app sees the...
I am sending setup commands to a NRF8001 D device and I receive a command response with status of 0x89. This appears to respond to ACI_STATUS_ERROR_UNSUPPORTED_FORMAT. I cannot...
Hi I'm working on a school project and I need to send data from an accelerometer to a phone I'm currently able to update "dummy" data from my nrf51822 to my phone after following...
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...
In https://devzone.nordicsemi.com/f/nordic-q-a/47707/how-to-use-sd_rand_application_vector_get-correctly, you suggest to wait a couple of milliseconds if I run into NRF_ERROR_SOC_RAND_NOT_ENOUGH_VALUE...
Hellow everyone, I'm testing the UART communication between the MCU and the PC. There is communication in both directions, the problem is that even if you only press the keyboard...
I was hoping to get an explanation of how the LTE Sensor Gateway sample app works. The SDK documents the sample app here: https://developer.nordicsemi.com/nRF_Connect_SDK...
I am using SPI to transfer data between an ADC and my NRF52 (the spi master) on a custom made pcb device. I call the SPI data transfer in a BLE_UART example (from the SDK...
Hello.
I have encountered a case where app_timer gets stuck indefinitely while processing its timer queue. I have attached a simplified version of the code that runs on...
Hello Nordic Team,
I have an application running on SDK 13.0 which uses the app_timer for some timeout handling and so does repeatedly call app_timer_start and app_timer_stop...
Hi, had to modify this file
SDK nRF5_SDK_15.3.0_59ac345 in file apply_old_config.h
line 818
(SPI_ENABLED && (NRFX_SPIM0_ENABLED || NRFX_SPIM1_ENABLED || NRFX_SPIM2_ENABLED...
I've been learning to use the PWM.
This should set the PWM up for a period of around 250ms
After the period is over I expect to clear pin 23.
I find that its cleared...
Hi All,
In nRF52 SDK 15.3.0 , example ble_app_uart in peripheral mode, i have changed the TX characteristics which is initially of type (notify) to type (read ). I am able...
Hi community, I have a problem establishing a connection with more than one device in the MQTT client example (MQTT/6LoWPAN/BLE). I'm using:
SDK v15.3.0 (also nRF5 SDK...
Hi,
I'm trying to connect my nRF52840 SoC to nRFgo Studio on my Windows 7 Laptop using the usb connection on the nRF52840, unable to see any data about the connected board...
Hello everyone,
I need transfer large data 12KB array send central to peripheral using nrf52832. I try this examples in central (ble_app_uart_c) and peripheral (ble_app_uart...
Hi,
I am using nrf52840 with custom board, sdk 15 and and softdevice 6.0.0. I modified saadc example to sample SAADC value once and stop it in saadc_callback. Everything...
I would like to know, what is the correct workflow with Alarms ZCL cluster?
There are no examples with it in SDK (at least, as I have seen). The documentation on this subject...