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...
SDK 14.0 +nrf52832:
We use phone to send command to our toy(nrf52832) every 100ms to control a motor accurately,mostly toy received command is long than 100ms(more than...
Hi, Is it possible to order nRF5340 QKAAD0? This one is on DK and the last IC version? As I can see, your distributors e.g. Mouser only have nRF5340-QKAA-AB0-R/R7 but this...
Hi,
I am using nrf52832 development board with s132 softdevice and SDK17. I want to add the DFU service to this application so that I can update the firmware to the device...
Hi,
In the Enhanced Shockburst User Guide, there is a brief discussion about the required bit pattern of 1st on-air byte of the base radio address
(which immediately follows...
If I use nRF Connect to connect to the Peripheral and the Subscribe to Notification Characteristic I can see in the "Enabling notifications" in the log (however no notifications...
Hello
I use sdk v17.0 and nrf52832.
I'd like to use 1-channel PWM and 2-channel PWM. However, an error is output from the pwm_enable when using these two together.
...
Hi,
Following are my working environments:
Product: nrf51422 Evaluation Board
SDK: nrf5 SDK v10.0.0
IDE: Segger Embedded Studio
Programmer: Segger J Link
I was...
Hi,
We have a device that is using Nordic's ESB protocol. We want to use different frequencies to avoid collisions and for that we also need dynamic frequency handling....
Hello,
I have two questions:
How do I access the gpio pins of nrf52840 dk? what example program from nrf5 sdk can I use as example?
Is there a simpler example program...
Hi engineers,
This is my timer init code. I place it before functions timers_init() and ble_stack_init().
app_init() includes led and timer init function.
Cheers...
Hi all,
I am now evaluating the BLE 5.1 supported chips. I see that s140 support ble 5.1 but I see nrf52840 can't support aoa. Is that I need to use nrf52833 with s140 softdevice...
I have tried this demo (SDK17) on a few different Windows machines and they all give the same error for me. On plugging in the SDK after loading the demo Windows tells me...
There is a similar case where the user mentions that he fixed his issue by "changing the compiler" with no further explanations. https://devzone.nordicsemi.com/f/nordic-q...
Hi
I am using nrf52832 (S132) with SDK17. I want to store some data in the flash memory dynamically. So what would be the maximum and minimum flash memory that I can utilize...
I would like reduce TX Power in DFU secure bootloader, I would like use sd_ble_gap_tx_power_set function but I faced with the following problem, I don't know how to get conn_handle...