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...
Dear Support,
I have some troubles with the Evaluation Kit for nRF51822 :
I use the broad as a central role with S120_nrf51822_1.0.0_softdevice.hex and example...
Suppose a nRF9E5 transmitter is set for continuous transmission on a channel.
A nRF9E5 receiver listening on that channel:
finds carrier and sets CD
finds address...
Dear Sir/Madam,
I have bought NRF52840 dongle to bring up my prototype as fast as possible. I am new to Bluetooth tech.
My application requires following peripheral...
Can we do CTL with dimming and generic on/off in nrf mesh app simultaneously. by using GPIO pins p0.15 and p0.16. for external leds. Is external led will get off. What will...
Hello there,
I am using nRD52840 PDK and nRF5_SDK_for_Thread_and_Zigbee_v1.0.0 SDK for BLE and Thread development. I am using examples from SDK. I have merged thread coap...
Hi, I am working on implementing the security aspect of our BLE application using nRF52832 MCU with SDK 17. The goal is to establish a secure connection between peripheral...
Hi,Dear all:
I got trouble when I change “libuarte example”(nrf52840 DK, SDK17.0.2),the default example use RTC instance :
NRF_LIBUARTE_ASYNC_DEFINE(libuarte, 0, 0, 0...
Hello Nordic Team, Over the course of development I have had to reverse engineer and pick apart various sources (DevZone, Google, Zephyr documentation, etc) in order to figure...
Hello Nordic
I am using nrf52840, SDK 16.0,
I wish to implement Ble peripheral that advertise a connection request (if no response from central after x seconds then...
Hi, I am integrating BG95 with Nrf52 and have been able to achieve the a basic serial communication, but for a stable application code to handle all the AT commands, I need...
Hello,
I have been recently working on a project that involves transferring potentiometer data from an MCU to the NRF52832 and receiving it over Bluetooth. (MCU-->NRF52...
Hi,
I have using nrf52832. I have done the device sleep by using RTC. But, it's not wake up from sleep. How Can I wake up the device from sleep?
I need help regarding...
I'm facing a rather strange problem with an nRF52832 board I'm developing for. I'm using SDK 15.2 and S132 v6.0.0.
Sometimes, during the connection/negotiation phase, my...
Hi,
Is switching from softdevice S210 to S310 as simple as changing the IRom start address and putting the uploading the softdevice onto the device?
Now I have IROM1 start...
Hi everyone,
I'm using ble_app_interactive (SDK17.0.2) as a starting point for my application, which consists in sending commands from my PC to my nRF52DK, which is in charge...