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 trying to control a servo motor from nRF51822 when BLE is activated. I am using mbed development framework and libraries.
My servo example works flowlessly if BLE/SoftDevice...
Hello,
Recently, I used the LedButtonDemo to create a program which make one rotation on a step-by-step motor.
The program is very simple : in place of toggling the led...
I am using the nRF51422 for sensor. This sensor is paired to a slave in the most simple way: the slave searches with a wildcard for a sensor and the stores the devicenumber...
Looking for a 3rd party supplier with a certified module.
Module pinning makes it possible to program new software into the module.
The question is: If I change the software...
Hello,
I am using nrf51822 with softdevice 110.
I have noticed that there is some power usage between advertisements, that is more than what is being used when no advertising...
We're having difficulty preventing our nRF51822 from resetting when ESD events occur. These events are not directly on the nRF51's I/O pins, and we've tried things like grounding...
Hi,
I am having a BLE peripheral on NRF51822 chip.
I have set to MITM to 0.
I want to communicate with an iOS app which will act as central device.
When i first connect...
Hi,
I'm planning to use the nrF51822 in the end product and the nRF51DK kit has nRF51422 and not the nRF51822. the user guide for the kit says that 51422 supports ANT protocol...
I am doing a bootloader to support updates via ESB. I am using MicroLib. I am not using SoftDevice.
My project mapping:
Bootloader 0x0000-0xBFF
Application Vector Table...
I use Keil uVision 4.74.0.22 to compile nRF51-ble-bcast-mesh-master with nrf51_sdk_v6_1_0_b2ec2e6 and get the rbc_mesh_BLE_Gateway.hex. However, I drag and drop the hex file...
The iOS app we have is identifying the device via the name broadcasted and the service UUID. On production devices, are the Service UUIDs on the same product, the same on...
Fisrt of all, I have searched all the questions but now still can't make bond work.
I've done below work:
1, modify main.c file to add device manger function
2, modify...
Hello,
I am using NUS service as a peripheral with read and write characteristics and tested on master control panel.
Now I am using S120 stack for central device and...
Hi,
I have a PCA10028 which has a 51422, and trying to run ble_app_uart_c example on it. But no success. I don't get any thing on COM and LEDs do not turn on at all. Does...
Good morning,
I am using nRF51 SDK v10.0.0 and I have to synchronize access to a hardware resource shared between two control flows. One flow is an interrupt handler invoked...