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...
I use ANCS example from SDK 15. But I found that I'm not able to get more than 32 chars for ATTRIBUTES (BLE_ANCS_ATTR_DATA_MAX). And it's a little short to get Title, Sub...
Hello,
in our application we have one central (nRF52840DK) and up to four peripherals (nRF52832). We want to achieve two goals in this application:
Goal 1: We need a synchronized...
Hello I have built a custom board using an nrf52810 chip and have been trying to upload some examples from the nrf52SDK (specifically BLE examples with the s112 SoftDevice...
Hi,
My nrf52840 dongle went to undefined state making all the leds on the board..Tried with different flavours of binaries but didnt got any luck the board remains in the...
Hi Supporter:
Hardware:nRF52840 dongle
Software: basic example "ble_app_interactive", s140_nrf52_6.1.1_softdevice
There is a strange problem,I connect my machine with...
Hi,
I've been trying to use a micro-USB cable to power the nRF52840 DK board but my Mac (Catalina version 10.15.6) isn't recognising the board in the system report, although...
When trying to add a user description to the BLEGattsCharMD() I get this error:
TypeError: in method 'ble_gatts_char_md_t_p_char_user_desc_set', argument 2 of type 'uint8_t...
Hello Nordic,
I am having an issue with the SPIM, i wanted to eliminate all unnecessary files so I started a project from Zero (Segger: new project: A cc++ solution for...
Hi,
Our application sends data to android phones with the help of OTG cables. We are using https://github.com/hariharan-m/Arduino-Android-USB this library in android for...
Hi All,
I have transferred an init packet and now prepare to transfer a firmware image.
Both central master and peripheral are nrf52840.
However, I have two questions...
Hi all,
I have been learning and doing research trying to estimate the range of a bluetooth chip. So far I've got to use Friis Transmission Equation to estimate the distance...
Hi, dear all:
I’m trying to use usbd_msc example(nrf 52840 DK/sdk 17.0.2 ) and written a string A (8 bytes) into a .txt file;
Now I want write the same file another string...
Hi,
I've recently added BT to my application and switched from S210 to S310 Softdevice. My Ant+ part is based on the HR RX example in SDK10. My BT part is basically copied...
Hello Everyone, I am generating firmware hash using an hash function provided by an external library and using CODE_START and CODE_SIZE macros in app_util.h , So i wanted...