Hi Guys,
Thanks for your precious time and insight. Let me try to explain what we did,
We have developed a custom board
After assembling the board, we do a bare board...
Hello all, this tutorial goes to a fellow named Emil who helped me with this project.
Number 1_ Make sure you set up the terminal viewer For debugging with real.You need...
Seeing recent response to my original question on multiple chip selects, I've opted to share a modification to spi_master that I've implemented in part to make handling some...
What is the official status of the Softdevice Serialization for S130 in SDK 9? I could see an older answer on how that was removed in SDK 8 but since almost half year has...
Hi
The documentation for the new feature in S110 v8 to change the gatt table size says that to change it the linker configuration needs changing .
This means it is a...
I used to be able to see my development kit in nRFgo studio and flashed S110 onto the chip. Now all I see is: "No boards connected". I am still able to flash programs onto...
Hello,
I have an iOS application communicating with a custom device having a nordic 8001 chip.
They have established a bonded relation. In nRFgo Studio, in Security...
I have a nRF51822 device.
When the connection interval is 50ms.
The transmission distance can up to 50m+.
But, when the connection interval is 1000ms.
The transmission...
Hi all,
I would like to setup a system where a single central BLE device (a smartphone) has to talk sequentially to several BLE perihperals (Nordic chips).
I need to...
Hi. I'm using PCA10028, SDK10.0.0, S130.
I made timer(repeated) as below.
void init_timer(void)
{
uint32_t err_code;
err_code = app_timer_create(&m_timer_id,
APP_TIMER_MODE_REPEATED...
Hi,
I have a nrf51-DK, and I use softdevice s130_1.0.0 with keil c 5.18a,
My project with custom service uuid "DFU" and custom uuid "my_uuid", and battery uuid, alert...
Hi,
I've noticed that in the examples that come with nRF5 SDK11 there is a template for creating BLE peripherals (ble_app_template). I was wondering if a similar example...
Hi.
I'm using PCA10028, SDK10.0.0, S130 as central.
After connection, if i want to change SUPERVISION_TIMEOUT, is it possible?
If it is, how can i do that?
I need...
Hi.
I am trying to get the RTC started, and I've followed the rtc example in the NRF51_SDK.
But things go wrong when I call:
ret_code_t err_code = nrf_drv_clock_init...
Hello , RX: nrf24LU Tx: nrf51822 use ESB Lib. But the nrf24 Can't receive data continuous.
if I Want receive 2th data , I must power up the nrf24.
This is my Code :
RFCTL...
hello,
I wanted an info which tool is better for debugging when using
native SDK.
do i have to use pyocd or openocd for native sdk hardware debugging
and if you can...
Based SDK 9.0 "ibeacon" example, nRF51822(QFAAG0) work's well when download the ibeacon.hex.
The target set as follow:
Based SDK 9.0 "ibeacon" example,nRF51822(QFABC0...
Anyone seen the new nRF52 online power profiler ?
It's an online tool that estimates the current consumed by your BLE application.
This allows you to better understand...
Hi,
Before starting advertising using advertising_start() function, if pstorage function is used to write data, then it gets stuck at that point as no pstorage handler...
Hello, I have an issue with ble_app_hrs_rscs_relay that doesn't seem to exist with the other sample projects.
The project compiles without any issues, but when I run it...
Apart from pressing Button 4 or adding a DFU service to current running application. Is there any way to enter DFU mode from application?
Is it possible with nrfutil to...