Hi, I have both the nRF8001 dev kit and the nRF51822 Eval Kit (EK). We are using the nRF8001 for most of our project with the BLE Arduino SDK. But I wanted to just load a...
Hi,
What is the suggested method to change a pending request, and make it earlier than previously requested, without closing and reopening the session?
For example,...
Hi,
I am using a custom pcb with a nRF51422 chip, and trying to setup ANT communication between 2 modules, but the sd_ant_channel_id_set call returns an invalid address...
Hi,
To use bidirectional continuous scanning mode in ANT, I have to transmit Extended Broadcast/Acknowledged/Burst messages using ANT Msgs 0x5D, 0x5E, and 0x5F (ANT Message...
We are preparing to get BT qualification for our product, developed with the 6 stack now, however want to update to 7 when it is finally released. A comment from the testing...
What is the best way to minimize transfer in progress errors when trying to send ANT messages? I am using the S310 stack on an nRF51422. I have a busy ANT channel that is...
I'm running into a weird timing issue with a nRF24L01+ which I'm not quite sure how to work around in the general case. The basic setup is two radios, A and B. Auto acknowledgement...
Hi everyone!
I'm running my Nordic Thingy 91 with "thingy91_nbiot_legacy_pco_dfu" and it works great!
Now, i want to make some specifics editions in the main code in order...
Hi, We are developing an application that should receive commands via SMS. The device runs on a fairly large and rechargeable battery so the power consumption is not the most...
Hello DevZone,
PCA10040 SDK 15.0.0 SD132
I written my own SPIM driver which uses the list function to read in a few bytes. I've set up my list as the example in the...
Hi,
What is the difference between performing a reset by using the function sd_nvic_SystemReset(), and performing a reset by turning the power voltage off and then turn...
I used "nrf5_SDK_for_Mesh_v4.2.0_src.zip" and "nRF5_SDK_V16.0.0", When I used scan_start() command, I saw Light_Switch_Server device and Light_Switch_Client device on the...
We have fabbed a PCB for the nRF52840 that has a QSPI chip. The pins are different from the example in the SDK. I was trying to get the SDK example (examples/peripheral/qspi...
Just test SDK17.0.2 serial DFU demo project on Nordic PCA10100 board by USB serial.and use s140_nrf52_7.2.0_softdevice.hex
Got below exception. Any clue for it please? ...
Hi,
I have my application based on nRF52840 device.
When writting a wrong passkey, my device is reseted.
Which can be the reason? I have already implemented event PM_EVT_CONN_SEC_FAILED...
Hello
To calculate the definite yaw value of gyro, I would like to use the mpu9250 with magnetic sensors. I used Martinsbl's nrf5-mpu library when I used mpu6050, can I...
Hi there,
what is recommended strategy to read/write data on uart?
Taking from sample, read byte-by-byte, on 115k, sometimes data are truncated.
Is there a possibility...
Hello,
I developed a thread network using the latest SDK for Thread v4.1. I also have the latest OpenThread Border Router running.
I cannot ping Google IPv4 from my Thread...
Hi,
I'm using nrf52840DK as a central device (sdk16 ble-app-uart-multilink-master) and my peripheral device is bt840 chip(sdk15.2 ble_app_uart_pca10056_s140).
My peripheral...
hello
i have 2 questions about System on mode:
i testing different types of power comsuption modes, i've tested RTC wake-up for system on mode, but i want to try to wake...
Hi, I want to run unit tests on an actual device (nRF52dk) - is it possible? When I'm trying to run `west build -b nrf52840dk_nrf52840` on `ncs/nrf/tests/unity/example_test...
I ask for your understanding of my short English. I am a student studying in Korea.
i using sdk 15.2 and nrf52840 dongle
When using the example of usbd_ble_uart of peripheral...