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 use an InsightSIP ISP1907-HT module, I have a 4 layer board to minimise cost. Signals on top and bottom with GND on inside.
I'm concerned that my design could fail emmissions...
Can using whitelist on Central and Peripheral reduce the connection time? In my example I want to advertise every 3secs and want to make sure that the central connects to...
I am completely new to this toolchain and how it works.
I was trying to add a UART sensor to the matter sample project on the nrf52840dk. Is there anyone who can help me...
Hi,
What's the maximum throughput for nRF52832 as peripheral?
S132 7.1 SDS demonstrates configuration for 192kbps. But I noticed that DLE is not yet enabled. So can...
I want to use the timer to measure the interval between two signals, which requires an accuracy of 1us. But in Timer mode, I don't find a register that can read the current...
Hello Nordic semi team,
I am running into an issue with sd_ble_gattc_read
I have set the MTU size to 70 and I do this:
// Configure the gatt MTU size . memset(&ble_cfg...
Hi,
I'm currently development firmware for a application using a Nordic chip. This application will use some drivers allowing the communication with sensors and for the...
Hi,
I have known a case to raise CRC error in secure bootloader with using \nRF5_SDK_17.0.0_9d13099\examples\dfu\secure_bootloader\pca10100_s140_ble
I enabled a nrf_log...
I am writing my own DFU app for the nRF52832. I am using C# and .NET with Visual Studio.
For reasons I don't want to get into I can't use the Nordic SDK library with this...
Hi,
I want to use the app_error_save_and_stop in app_error_weak.c of SDK16
However, the call to the app_error_fault_handler stops to NRF_BREAKPOINT_COND and never reaches...
For clarification I use the nrf5_SDK_for_Mesh_v2.1.1. and the nrf52832.
For a product of ours we use multiple NRF52 as nodes in a mesh that sends data to an application...
Hi fellas,
First of all sorry for the long post but I'm stuck for quite some time now and I need your help. I guess better provide more info than less.
I am working with...
Hello All
during developmenmt we meet some strange phenomen.
the device send to PC 135 bytes on responce command READ.
During transmitrion 135 bytes the softdevice generate...
Hi Nordic providers of solutions to problems great and small.
Good mornings.
We have been going through the OTA/DFU process for a signed image as the final step of our...
Hello, I'm testing the Matter example : Template ( https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/samples/matter/template/README.html ) with nRF SDK v1.9...