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, I use nrf51822 , sdk 8.0.0, s110
I defined advertise interval and timeout
#define APP_ADV_INTERVAL 320
#define APP_ADV_TIMEOUT_IN_SECONDS 3
Also, I write...
Hey Nordic Devzone,
I am really new to Nordic and am still a student in embedded software engineering. So first some background information.
I have 6x nRF52840 and 5x...
Hello,
I am designing a custom 2layered PCB board with NRF52832 IC. I have followed the reference design given in IC's datasheet as shown in the figure. Please provide the...
Hi,
I'm currently building a BLE multi-sensors device, with mbed online IDE. I succeed in implementing BLE API, and releasing a first .hex firmware with multiple services...
Hello,
I added an extra opcode to the DFU Control Point characteristic so that I can jump to the main application by writing to it. The problem is that whenever I do that...
Hi there,
quite a beginner here and tring to figure some stuff out about the nordic programming style.
when sniffing around the given examples in the newest SDK(SES...
HI,
I got 2 nRF52840 dev kits and I'm interested in testing the long range layer (LE coded PHY ) between the 2 modules, also scan for the second module RSSI value.
I...
Hello,
This is my first time working on BLE and Nordic, so this might sound strange.
I am trying to update data on the fly when the central requests char data.
I have...
Hello,
I am designing a 2 layer board with NRF52832 IC. I am following all design considerations and reference design mentioned in IC's datasheet provided by Nordic. I have...
Hello,
I am designing a PCB with NRf52832 IC. I have a query regarding the width of the feed line. In reference design files, the width of the feed line is 30mil. I have...
Hello,
I want to receive the More data ( >20 bytes ) in nrf51822 Board from the nRF ToolBox UART module.
is this possible?
What will be changed to be done in peripheral...
Hi,
I have designed a custom PCB using NRF52832 IC.I have followed Sparkfun NRF52832 breakout board for placement of NRF52832 IC core part(including antenna) which is similar...
Hi,
I am using nRF52832 with NUS and buttonless DFU running well next to each other (SDK13). Instead of the standard way to jump to the bootloader (writing a 0x01 to the...
We have a device running SDK 11, without a crystal. It was using:
#define NRF_CLOCK_LFCLKSRC {.source = NRF_CLOCK_LF_SRC_RC, \
.rc_ctiv = 16,
.rc_temp_ctiv = 2}
...