I am in need of the usb-to-uart.hex firmware and the driver for it. This is required to test the radio dongle nRF24LU1+ device (32k) whether it can be programmed through USB...
I've been unsuccessfully trying to serialize BTLE example programs by SPI. I have two PCA10028 boards and I'm using SDK10. In addition to serialization examples, I've tried...
Hello,
Connection between linux router and NRf51 devices worked before I've updated kernel version from 4.09 to 4.3.
Now, with the same configuration and hardware, I'm not...
Hello,
Connection between linux router and NRf51 devices worked before I've updated kernel version from 4.09 to 4.3.
Now, with the same configuration and hardware, I'm not...
Hi
Does anyone know a CE—certified module based on the nRF24LU1+? Ideally, it should have an SMA connector, but any kind of antenna would be fine.
There are many modules...
I am running peripheral example radio test example on PCA10001(part of nRF51822 Evaluation Kit). using nordic sdk v7.
I am using mincicom on linux at baudrate of 38400...
I got nrf_cloud_connect failed: -111 error while running asset tracker demo.
I know that I need to flash certificate files according to my previous question: https://devzone...
It looks like the DK comes with a coin cell type battery and there seems to be a tab that can be pulled off to activate. However I don;t see any mention of this in the documentation...
Hello,
I am developing product on nrf52 with sd s112_nrf52810_5.1.0_softdevice. My application caused unexpected sd fault at adress 0x000089B2. I expect it to be something...
Hi all,
I am using my android ble application , but I don't manage to receive data sent from the application to the device ( nrf52840 )
I am using the ble_app_uart example...
Hi all, I got the requirement to actually know the path of a message from a client to server(s). Is it possible to add a few bytes of data until the message reaches the server...
Hi
I'm using NRF52840 + SDK15.0.0 and softdevice 6.0.0
I have joined two program one is ble_app_uart and other SAADC capturing ultrasound noise. (Saadc program works perfectly...
Hi,
I have a nRF52 DK board and I am trying to build a BLE peripheral with both connectable advertisement (custom with my own name and service) and unconnectable advertisement...
I'm developing in a freeRTOS environment. One thread is sampling the ADC using PPI at 200Hz, which various other threads sample Sensors via SPI and finally I'm using the NRF_LOG...
Hi,
I'm designing custom PCB with nRF52832QFAA chip and after custom PCB population I can't make SWD to get working. In order to eliminate where the issue is I would like...
Hi,
I have RF-BM-ND01 (nrf51822) BLE4.0 module and i am programming it using nrfjprog tool. and i am using nrf SDK12 to program examples. i tried to flash softdevice S130...
I am using SoftDevice S132 v3.1.0 and I have a high priority application ISR that cannot tolerate being interrupted by the SoftDevice. The ISR occurs once every connection...
I'm trying to understand the limitations and configuration options for the mesh stack, in particular what happens when the mesh becomes busy.
From studying the code it appears...
I saw in the ble_app_ancs_c routine, the broadcast initialization function has the following definition:
init.advdata.uuids_solicited.uuid_cnt = sizeof(m_adv_uuids) / sizeof...
I tried to upgrade only a part of firmware of application, not all. I used buttonless DFU and found that the new code was located at bank1 and not moved at the specified address...
The Segger Compiler is integrated with JLINK debugging software
Printf statements, when compiled, direct to the studio debugger terminal
How can I create code where they...