I'm trying to solve an intermittent problem when using the nRF51422 UART with CMSIS-RTOS (RTX) and MDK Networking library (V6.2) (TCP/IP stack).
My questions relate to...
Hi...
When i was working in SDK v6.1.0 i have tried nrfprog.exe to merge and program bootloader, softdevice, application and bootloader_settings file as explained in devzone...
But now I have a new problem that is whenever I set " PWR_UP " bit in CONFIG register then it drop the 3.3 volt vcc to 1.2 volt. I don't know why its happening. Anyway, is...
This previous question about multiple advertisements seems to be related to softdevice 7. I was unable to get a similar example working in SD/SDK8
My end-goal is to add...
We are considering using Gazell for an outdoor application, i.e. lots of noise and disturbances, constantly changing environment, where the amount data being transferred is...
When running the asset tracker application from the NCS repo tagged v0.4.0 the LTE Link Monitor gives the following output:
Steps to reproduce:
1) Open the asset tracker...
Hello, I have a question regarding BLE Connection.
Test Condition:
- SDK: nRF5_SDK_15.3.0
- Softdevice: s140_nrf52_6.1.1
- Target hardware: PCA10040(nRF52832), custom...
Hello,
I am using nrf52840 and I have successfully uploaded the SAADC example. I do not understand why is V(p) = VDD? How can I configure Vp to be equal to voltage that...
I'm trying to have an nRF52 DK detect the RSSI value from phones nearby.
In principle, we need to enable scan request notification, then we can collect the rssi value of...
Hi,
I'm using SDK nRF5_SDK_15.2.0_9412b96 and I need to build DFU and Bootloader for OTA.
I follow the "Getting started with Nordic's Secure DFU bootloader, a step by...
I am using version 15.2 of the SDK. I am trying to use the SPI transaction manager for reading/writing a SPI flash using the scheduled mode. I am getting callbacks, but the...
Hi gays,
Based on ble_app_hrs_freertos project, I developed my own project. but I have encountered such issue in my own project:
system startup, from the log, such string...
Multiceiver allow up to 6 data pipes to be opened, but if I need more nodes? What can I do to connect 10 nrf24 (sensors) to a single master that gather data?
Thanks
L...
Details: SDK v15.2.0 using peripheral spi example. Windows 8.1, uploading to nRF52 DK.
When I upload the example as is my clock , MOSI and select line work as expected ...
Our project is to read the gyro (lis3dh) by using SPI communication.
Since the infocenter says that using nrf52832 for developing nrf52810 is okay.
We currently developed...
I have a client that's investigating BLE solutions to use in a future product. The rough specs they gave me include a TX power of +10dBm. The nRF52840 looks like a good option...
Hi,
In the BLE_UART example, I am trying to get some data about the time delay between the sending and the receiving of data between central and peripheral devices.
I...
I've been struggling with this for quite a while now. I've got a PCA10040 to spare that I am trying to use with nrf sniffer in Wireshark. I'm using a new iMac with the latest...
I have a problem I'm using nrf52840 DK. The task i want perform is start from idle state, wait for a button signal and the go out from idle, start with a loop where the code...
Hello ?
I was surprised that the program was organically well organized.
Based on the given installation manual, I completed the installation and corrected the program...