I have Nokia Lumia 630 and it works well with nRF51822-EK but only with SDK nrf51822_v5.1.0.36092 and SoftDevice 6.0.0. Now I decided to try DFU OTA. I programmed bootloader...
Hello,
I found that there is a multiprotocol demo in folder Board\nrf6310\s110\experimental\ble_app_multiactivity_beacon,then I found it can implement concurrent connected...
Dear Sir
We got the problem on DFU upload firmware, it always failed in second DFU . We must unpair the device at iOS setting panel. Before next DFU.
Here is the log data...
Hi All,
My requirement is to read the data from nRF51822 device that is connected to a bluetooth and bluetooth is connected to a system using a .Net application.
I have...
Hi everyone,
I'm using the nRF51822 (pca10000 Dongle + pca10005).
My plan is to send one byte over the radio.
I tried to use the SDK-Example as a template but it's...
Hi,
Is that possible to run the radio_test_example (\nRF51 SDK_v5.2.0.39364\Nordic\nrf51822\Board\nrf6310\radio_test_example) on the nRF51822EK? If yes, what modifications...
we also produced self PWM for ADC wave form testing. when we stop transmission, we will get good waveform out, but when we starting transmission, output waveform shape is...
I want to implement lwm2m, and I use nRF Connect SDK v1.4.99-dev to compile the thread firmware.
I am using 52840DK, here is a screenshot of my project creation
No code...
Hello,
I had encountered framing errors when running automated tests that utilize UART CLI in my main code base. Currently what the test does is it sends a CLI command...
Hello,
I am using a nrf5340pdk board and I want to connect a sensor using I2C.
Which pin numbers of the board can be used for the SDA and SCL connection?
Do I need to...
I'm transitioning from nRF5 SDK to NCS and using Segger Embedded Studio (SES).
When using nRF5, SES gives options for the Compiler, including saving the Preprocessor output...
Hi,
I'm getting an error while trying to update the modem firmware (mfwnrf9160121.zip) on my thingy91.
I'm using nrfConnect Desktop on Windows 10, I activate DFU mode...
Hi. I am currently using the nRF52840 DK board and using the SDK 17.02.
There is our software engineers who are working on the heart rate service app to modify to suit our...
Hi,
I just got Thingy:91, and I was trying to see the response for a simple hello_world (found in zephyr\samples) application from Thingy:91.
Thingy:91 got programmed...
Hi,
Are LTE-M efficiency/TRP/TIS results of the nRF9160 DK on-board antenna available? In case there are several DK revisions available, does the version affect antenna...
Hi,
I am trying to understand how to enable SPI in blinky application provided by Nordic. My intention is to transfer data between the two Nordic development kit running...
I have advertising in s130 set to BLE_GAP_ADV_TIMEOUT_GENERAL_UNLIMITED. The idea is to advertise until a connection event is received. In reality the user will pull the finger...
Hi ,
1. I learned from Nordic FAE that on the nrf9160 module, 10 minutes after the edrx mode, the nrf9160 module automatically powers off the sim card to save power,
2...
Hello Team,
I want to use scheduler to schedule two tasks i.e task_1 and task_2. The task_1 and task_2 are as follow:
void task_1() { printf("Task 1 ran"); }
void task_2...
Sorry this might be a stupid question.
We are evaluating some modem to develop a IoT device, NRF9160 comes up to our list as its tiny size.
In the design of IoT device...
I wants to use break point in project but when i set break point then 4 or 5 times working after that goes to NRF_BREAKPOINT_COND, I am using nRF52832. so guide me where is...