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 am using RedBearLab Blend v1.0. I ran the HID_template and HID_keyboard_template. I can see the device in Win10 advertised as joystick and keyboard. Then I tried to modified...
Hello , i am going to use nrf51822 development kit ,but i am totally new for using it, i want to know that if i have development board and i want to see result but i dnt have...
Hello,
I need a little help regarding IoT-SDK 0.8.0 on nRF51.
In the MQTT-Example connection to the broker is established only when I press the button (callback), but...
Hi all,
I am facing issues when initializing and enabling the Softdevice after using the nrf_nvmc driver to erase and write flash pages. The project shall have the ability...
I am working with a MacBook Pro (El capitan) and the nRF51822 beacon and I need to measure the RSSI. I understand that the app nRF connect can do it, but the antenna on my...
Scenario is as follows:
NRF52 (SDK12.1, SD3.0) works in central and peripheral mode.
What happens is that on start we create a single shot timer with 4.2second to wait...
I write a function, It can read ok without BLE starting.
When I start the BLE , the function can not run.
So I think that , if I can use some function to stop the stop the...
Hi, all.
I tested ble_app_uart in example directory by PCA10040 board.
It works well.
printf ("UART Start!") in main.c works well. "UART Start" string cames out on putty...
Hello everybody,
I have a problem when I try initialize the ANCS service. The method ble_ancs_c_init(); from ble_ancs_c.h return the error NRF_ERROR_NO_MEM.
My configuration...
I flashed the nRF52 DK with the mbed bootloader developer.mbed.org/.../ but I'm having issues with the board. When I drag and drop the file which is a very basic blink program...
Hi,
I was trying to integrate a more simple version of the buttonless dfu example on my application. My first step was to get rid of the peer_manager and also the flash...
What is the use of of PCA10040 chip in NRF52 Development Kit(NRF52832 chipset). ?
Do I need a programmer to program NRF523832 in the DK, Can I just program it through USB...
Hello,
I asked a question after this old one : old one and I read other posts on the subject.
I wonder whether explained constraints may have changed or not since I am...
Hello,
I'am trying to do directed advertisement with NRF51822 (Smart Beacon Kit pca20006). I don't have any previous connection with peer, its address is hard-coded. The...
Hello:
I am writing a BLE profile involving several characteristics. One of the characteristics is an operation code (read/write) tunnel.
Each time a BLE central device...