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...
Hi,
My application returns ERROR 8 [NRF_ERROR_INVALID_STATE] after I click disconnect in the app "nRF connect for mobile" .This error is returned by "ble_advertising_start...
I try to run samples/bluetooth/scan_adv on nRF52840/nRF5340 using nRF BLE Controller..
Result is nRF52840/active scan: 498 packet/s nRF52840/passive scan: 507 packet/s ...
i have done read and write operations on fds with dummy buffer. now when im writing new data into fds it is showing the previous data .can anyone give the function to erase...
I am trying to build a solution based on the nrf_ble_uart_c example. Building has been working fine until I added pin configuration statements.
I've tried relocating the...
I am incorporating the "pin_change_int" code to generate GPIOTE interrupts from an external device. I made a couple changes including renaming the function from gpio_init...
Hello,
I've been playing around with with the nRFsniffer for a couple weeks now. Adafruit was out of stock of the BlueFruit LE Sniffer so I ordered a BLE400 and a few Core51822...
I would like to program the NRF52810 with the SoftDevice 132 and my bluetooth program. Is there any way to reprogram the NRF52810 over bluetooth rather than using a wired...
Hi,
I'm wonder is the speed of i2c on nrf52832 can be faster then 400kbps? even use EasyDMA, the speed still can't faster then 400kbps? I also look into the max speed of...
Hello All,
I am a bit confused with the maximum speed that is achievable with the USBD CDC ACM driver.
In Previous threads like this:
https://devzone.nordicsemi.com...
I developed a functioning application that advertises with Nordic UART Service, connects to a smartphone application, then reads various sensor data using the SAADC and transmits...
Hi,
I have read all around DevZone that more details about AoA/AoD based direction-finding feature were expected to be released around Q4 of this year. This is very exciting...
Hi,
I am using nRF51822, and try to use the ECB block AES128 to do some data decryption.
From the SDK I found 2 API functions:
uint32_t sd_ecb_block_encrypt ...
How can I generate two complimentary signals using PWM with a period of 3.33us (300khz) with ability to control number of pulses to generate.
1: With current api PWM takes...
Hello,
I have tested and verified the code for my application on the NRF52 DK, but now I need to program my own custom device using the nRF52832 chip. I saw there was a...