Hello!
We are planning to purchase an electronic component nrf52840 and produce a finished product on it.
question
1. Will it work immediately on the ZIGBEE 3.0...
Good morning, I have a question about NRF Util. I need to make some changes in souce code of nrfutil for my own needs, but the most recent version, which is provided on Github...
Hi. I interested now for direction finding in nrf52 series. I have nrf52811, nrf52833 and other controllers. But i don't find any information how develop board for recievers...
Zephyr Eddystone example is connectable after power on of nrf52833 board. But after disconnect it becomes non connectable. How to fix it? And how to change advertisement interval...
We are looking for an experienced software developer, for existing board with using nRF Connect SDK. We are using nRF52840-dk.
Please, contact me if you are interested.
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...