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,
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,...
We use spi flash with custom driver and goal is to set it to act as secondary partition for MCUBoot.
The question is how to adapt driver to be accepted by MCUBoot, maybe...
Hello,
First off, thank you for reading this. I know this is on the cutting edge, so bugs are to be expected.
Problem:
I loaded the dm sample found here: https://developer...
Hi,
I am using nCS and mcuboot in my application for development, on nRF52833.
I build a nCS project, the build bin file (prj.conf as ):
I broke up into packets...
Hi. I am trying to use Free RTOS in my code and from the example blinky free rtos I am recreating the code. I have added the path and library files. But when I try to compile...
Hi All,
I was trying to upload the latest revision of some code i wish to verify before pushing to production and was using the command line to generate the bootloader...
I have a simple blinky application. I was able to get the application running and using the Qzone debugger. When I change the application te be a MCUboot compatible application...
Hello,
I just noticed something odd. When I just the hex file have provided with me
It worked perfectly, however, when I try to flash the lte_ble_gateway sample program...
Hi Nordic Support,
I'm getting this error while trying to connect two 52840 DK, one programmed with the connectivity firmware, and the other one with a sort of ble cli...
HI,
Following is the procedure to flash application we have tried:
Mass Erase
Write bootloader start address
Flash soft device
Flash bootloader
Flash application...
Hi,
I'm use ncs sdk what to send ADV_EXT_PDU Advertising, but this PDU every time send 8 advertising event, however, i'm notice that ncs sdk only use 8 second advertising...
I have a product under development that needs to send USB key codes to the PC that are outside the range that is supported by the USBD library and I am wondering the best...
Hi,
I´m developing a BLE-OTA driver for a BLE SoC and I try to use the nRF52840 dongle with my PC as the second device for the OTA mechanism by using Python and the pc_ble_driver...
I'm trying to create a HAL library to use it with zephyr application
From what I have read I need to create another module .
I can't figure out how to set up the module...