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,
In an ongoing company project we use a couple of nRF51 transceivers forming a beacon enabled wireless sensor network consisting of one base station and multiple...
I want to count clocks in order to implement a watch. I use the RTC0 as my time-base and count mainly with this device. As it has just 24 bits it would not last for long,...
Hi,
how long does it take time if i would wake up a nrf51422 rev2 (ANT and BLE) in deepest possible sleep mode ?
And how long does it tai if after wakeup it had to communicate...
Hi,
I want to interface FN-M16P with nRF52 through UART. To access this module I need to send commands to perform specific actions.Is there any specific example like this...
Hello,
I am new in this community and I am trying to get started with developments using nRF52840 DK. I am using SDK 13.0 for the library and I compile my code using armgcc...
I would like to be able to leave the bootloader installed and debug an application. I have been able to use the merge tools to get the hex files all merged and generate the...
Hi, i'm currently working on a low power sensor device based on nrf52832. I want to transfer data only to bonded central devices. Priority is using static passkey, but my...
After reading a few related questions and the official tutorial, I have a guess, hoping to confirm:
If I do not need to add extra events into schedular for management purposes...
I'm doing experiments on high throughput and need to call sd_ble_gatts_hvx, but there are a lot of confusing things so it's hard to get started.
If I want to know if notify...
Hi,
I have a nRF24LE1 development kit and a starter kit. If I turn the power off and turn the power back on using the power switch S9 on the motherboard. The nRF24LE1 chip...
I am using pc-ble-driver-py to configure an nRF52832 demo board as a BLE central device. I currently have the heart_rate_collector.py example working. However, what I would...
I am build a sound client project
when I received the data from the thingy52(which is sound server device)
the I play the sound by function drv_speaker_ble_pcm_play...
Hello,
I'm trying to interface this cheap OLED display from ebay
and while running and debugging the code I think should work(all based off the TWI_sensor sdk example...
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...