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...
To the kind attention of Nordic support team,
I'm interested in a ble example (SDK15.2 nRF52840 nRF52832) where peripheral device is waken up from being in deep sleep mode...
Hi,
I am working on the client program to retrieve the value from 4 characteristics at the same time using notifications. I have already done with the server program. Using...
Hi
I am trying to use the serial library with IRQ and callback function, but the event NRF_SERIAL_EVENT_RX_DATA is never triggered. No other event than NRF_SERIAL_EVENT_TX_DONE...
Hi support,
I'm currently using pca10040 on my custom board and want to be able to implement the CLI over uart port. My SDK is 15.2.
To get started, I test my board's...
I'm trying to inject the time when the advertising packet is sent to the central BLE module, but I'm struggling to add "sending time" data into the advertising_data_set function...
Hi all,
I am working on a project that requires simultaneous usage of BLE and ESB. I implemented that with the timeslot API and it basically works. However, I need to store...
Hello,
I have worked on a number of projects using 51822.
Somebody says that Keil only supports Nordic by 2020.
I want to check if this is correct.
If this is correct...
Hi
We are experiencing a strange behaviour involving secure DFU and the user application code.
The environment is:
nRF5_SDK_12.3.0_d7731ad
nRF51822xxAC
s130_nrf51_2...
Hi devs!
I just evaluating CLI library with nRF52 USB Dongle. Really easy to use and nice example code in SDK.
While everything is working fine for me still I can't deal...
Hi,
As per our requirement, we have implemented google cloud wrapper on top of existing MQTT Ref:( https://github.com/NordicPlayground/fw-nrfconnect-nrf/tree/master/samples...
I am using a Fanstel BT Module BT832F (that utilizes the Nordic nrf532832 chip). I am able to successfully run my code on Nordic's dev board PCA10040 and also Fanstel's dev...
Hello,
I have found a bug within the current (and earlier) release of the NRF SDK.
I have a project where I am using ESB to communicate. There is a primary transmitter...
Hi! I am trying to enable UARTE and Serial in my app, but somehow the nrf_serial code is not compiled because it fails the "#if NRF_MODULE_ENABLED(NRF_SERIAL)" test.
How...
Hi,
We have a legacy product which is in production using the nRF51422 using a legacy DFU.
We need to re-install some test equipment PCs with Master Control Panel which...
Hi,
I' m trying to create a TMIM easydma sequence to same an ADC. The sequence involves a write, and timer delay and a read.
Given what I'm trying to achieve, I think...