I am trying to develop for some nRF51822 mbed boards, and I would like to use the S130 SD to enable both central and peripheral behaviour. The machine I'm using for development...
I'm using the nRF51822 eval kit
I have installed MCP but after starting I get pop-up: Master Control Panel has stopped working
In nRFgo Studio / Device manager pane...
the proximity example is running ok. but when I modify the length of the alert_level I have the following error on the server side that I am not understanding.
476;16:12...
Hi all,
I'm working with the nrf51422 and the nrf51822 and I was wondering what the current status of the over the air DFU system is.
I'm using SDK 6.0 and I managed...
nRF24l01+ at a transmitter module one time successful transmission show & after 1 sec failed also . if any doing programming with atmega32 ,please send code for TX & RX ....
Hello,
can the radio notification and radio disable APIs be used to use the radio hardware from the application layer?
Background of my question is, that I have an application...
Hi,
I am using central s120 with peripheral s110. The connection to the peripheral is depending on the name advertised by the peripheral.
When connection is done, the...
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...