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 am currently trying to receive a characteristic notification using an Android device which is connected to a ble beacon with the nRF52832 microcontroller. It works fine...
I am trying to pass data to a central device by updating a characteristic. I am calling the function sd_ble_gatts_hvx(m_bcs->conn_handle, &hvx_params) after passing a hvx_params...
NRF52 DK - SDK13.0 - ARMGCC - Eclipse
I am trying to add a custom service to the example ble_app_hrs.
I add all the part per the tutorial and end up getting error 7...
Hi.
I am working on a project which is using SPI and BLE together.
I wrote SPI code before without soft device. It has simple update function which is sending SPI data...
Hi
I did a bunch of boards for a product, and in the latest version I used a BQ25121 PMIC which also has a reset output which I tied to the nRF52 input. On the previous...
Hi all,
There are lots of posts on the devzone about adding DFU service to a custom application and they have been very helpful in getting to this point.
At this point...
I was looking into changing the S130 attribute table size, which is by default set to BLE_GATTS_ATTR_TAB_SIZE_DEFAULT, and noticed that this default seems to be set to zero...
Hi,
I have programmed my nRF52 DK using the ble_app_beacon example from SDK 14 along with S132 V5. I have set NON_CONNECTABLE_ADV_INTERVAL to 3000. I was expecting to see...
Greetings,
I am interfacing AT24C01A(EEPROM) with nRF52 ,SDK11,PCA10040.
For writing to the EEPROM and reading data fromn EEPROM, I am using the following code,
I have...
Hi, when reading the BLE Mesh example code, I got really bewildered by this function:
access_model_add
and inside, there is this gem:
element_has_model_id
...
What's the expected behavior when reading a register that is write only? For example, I'm using an some code that is reading the value of the TASK_START register of the RNG...
Will the Bluetooth low energy advertising tutorial run on 2 x nRF52 DK's and not on 1 x nRF52 DK and 1 x nRF51 Dongle? I wish to test the capabilities of BLE 5.0 (not be limited...