Hi,
I use two evk board to connected and test the uart serialization sample(ble_s110_serialization), one is ble_app_hrs and one is ble_app_connectivity. But I have one...
I am getting get BLE_EVT_USER_MEM_REQUEST and BLE_GAP_EVT_CONN_PARAM_UPDATE event, when writing to ble device, sample code did not handle these event, and seems no document...
Hello:
Why do I erase SDK5.2 version of flash and read not, in SDK4.2 can. I tested nrf51_sdk_v5_2_0_39364\nrf51822\Board\nrf6310\flashwrite_example is a good example.However...
before i write the flash, it has been erased.so ,its value is all 0xff.
when i write 0x00 to flash address 0x0001,the value read out is not 0x00 but 0x01,and the value in...
I'm looking for a way to use the nordic uart service ( devzone.nordicsemi.com/.../ble_sdk_app_nus_eval.html) from Linux using the native Linux BLE Stack (BlueZ). My application...
Hi,
I've created an application using the S110 experimental ANCS demo. I successfully implemented ANCS and then began to structure my application around it. At some point...
Hello All,
I am working on Raytac module based on nrf51822 with ble_app_uart code. I can see on module there is no external crystal ,
my module is not able advertise,...
dear nordic employee
I have two thingy,one of witch is the sound server(nordic provide)
now ,I want to do a sound client,I have learned the service knowledge
but...
Hi there,
I'm currently porting the nRFgo gzll_host_w_dyn_pairing_example however my microcontroller does not have an aes encryption peripheral.
It seemed easy to just...
Hello Dev Zone,
We've been using the IoT SDK 0.9 all year and recently ported to the production release bundled with the SDK 14.1 package.
We have the DFU working with...
Hi,
I am using SDK14.1 with nrf52832 and want to write to eeprom memory over SPI from BLE characteristic call.
My spi module works and everything was working fine until...
Hi,
I'm using a nrf52 custom board based out of the telit bluemod s42. I'm trying to port the ble_app_uart example of the SDK14 onto the custom board.
The code seems to...
hi team,
i am using nrf52840. some examples in sdk14.1. the program is compiling but i cant flash it to the device. i had compiled usbd_audio and temperature example. i got...
Hi,
I'm using SDK 13.1 and SD 4.0.5 and I add to my code the WDT example of the SDK, but the code doesn't work, and when I debug, the code is stucked in HardFault_Handler...
Can NRF52 gpiote detects pulse width nearly 250ns? We use a AFE sensor that notifies MCU it's data by sending a low to high pulse. The pulse width is about 250ns which is...
Hi all,
I'm trying to measure the transmit power of nRF51 development kit with a spectrum analyzer and I am facing the following issue:
It is specified in the user guide...
hi,
i am using nrf52840. i have downloaded code for mpu-6050 in github but it is available for nrf52832. so i made all the changes in the code to work in nrf52840. but atlast...
Now I want to access the RAM of nrf52832 with pdm digital microphone, I need to put the RAM data to the RF data buffer,is there any good way to slove the problem?
Accroding...
Hi,
I'm retreiving data from my Running Speed and Cadence BLE device to my Android smartphone. The BLE device is the Polar Stride .
The problem I have is that the data...
Hi,
So I just started programming with the SES IDE and I'd like to import some libraries from the SDK and external sources to the blinky example(for example didn't even...
Hello,
I want to transfer and particular size image from mobile phone to nrf51822 Board.
can anyone know the application which can transfer an jpeg image file from phone...