Hi, I am working on custom board with nrf9160. I want to use LTE LINK MONITOR but my uart don't work. I create simple helloworld application from samples. I change uart0 rx...
I'm trying to add a second element to (light_switch\server) (SDK_for_Mesh_v5.0.0). I've already have a look at this post , it gives an idea but I found that it's not applicable...
Hi,
Again the topic which has already been discussed several times in this forum. I just want to share my experience and perhaps help other users having difficulties.
...
EDIT: We found the reason for this and it is a hardware issue. This question can be deleted as it is no longer valid.
-----
Hello,
We are currently developing a...
Hello,
I would like to obtain some information on the possible substitutes for the nRF51822 (BGA Packaging).
I received notification that right now only the final orders...
I am using the nrf9160 for an OTA firmware update application. I initially executed the fota download file from the http_application_update sample project in it's default...
I modified the HTS service to send notifications and read property at the peripheral. It notifies the simulated temperature every 1 sec in Celsius type. I tried writing HTS...
Hi,
I want to know what kind of antenna nordic recommend to use with NRF52 chips.
Please could you guide us about it. We are interested in some sort of table where we...
hello,
having everything working on the nRF52 DK i tried to migrate to the smart beacon kit (pca20006 with s130) but somehow cannot bring up a proper peripheral configuration...
Story and Official Code Test Passed
I am trying to integrate BLE into Smart-Lock and LoRa Terminal . So I build a custom board with off-the-thelf modules to evalute and...
I am current develop a "Surface Dial" hardware compatible device. (nRF51/S110)
Everything is ok but the host PC will freeze about 30 secs after my device wake-up from sleep...
I'm working on a product that is somehow related to geolocation. As part of it, RSSI measurement is sent back at high frequency to the central. Currently based on nRF51822...
Newbie here hoping to get some direction on how to properly setup a timer to have a timestamp displayed for DEBUG messages. I am working on a PCA10040 board. I tried looking...
Hi,
I have some basic doubts in installing the power profile on nrf52Dk(nrf52840). I'm trying to use it on my central device which has its application FW running. I have...
what is the sending data rate of the sd_ble_gatts_hvx() ,why i use sd_ble_gatts_hvx() send data 600Byte per second, it lost data again . it can be use yes or no ?????????...
I can copy a Hex file from a Mac to the mbed USB drive and the code executes correctly. However, if I upload the hex file from any windows PC in our office (Windows 10) the...
Hello, I am trying to generate pulses with the nRF52832 chip.I created a basic setup for test purposes; I simply connected a LED to the PWM output, but even though I put 0...
Hi,
I have designed the Circuit using NRF52832 BLE and AT8010-E2R9HAA RF ANTENNA and tuned the circuit accordingly. Since the antenna was not available so I placed other...
I'm relatively new to development on the nRF52832 and I'm trying to find information on how to use the sleep mode with the SAADC.
Goal: The micro should be in sleep mode...
Hi,
I am trying to create a BLE node which can perform dual role(advertising/scanning) to create mesh of multiple nodes. I am planning to do it with the help of timer....