Hi
I have been trying to get two NRF24L01 chips communicate with each other since a week now, without much success. All what I can find on the net is Arduino examples using...
Hi
I have done several projects with the nRF905. I know the device quite well. Normally I use the CD, AM and DR interrupt pins to determine the status of the device, my current...
i made this project to try to create RSC service on arduino
developer.bluetooth.org/.../runningspeedandcadence.zip
unfortunately the server starts but i'm not able to...
Hello,
Could someone give me a hint with the following problem?
I am using two example projects (ble_app_uart_c, ble_app_hrs) to connect a central and a peripheral.
An...
I created xml file for heartrate server using bluetooth developer studio and the plugin nRF8001_Arduino (plugin nordic semiconductor for arduino)
the generated xml file...
I read this older post ( devzone.nordicsemi.com/.../) and have a similar issue but with enough differences that I felt it was worth a new question.
I have an STM32 MCU...
I am having an issue with running the initial blinky example that came with the nRF51 PCA10028 SDK in the Eclipse IDE . I will include screenshots of the issue. I believe...
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...