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...
Hi, would there be any drawback in setting TIMER_PPI_CH_START to 11 to maximize the number of free PPI for application. 14->15 should be free to use in timeslot and ppis are...
hi, i am new to embedded system.
I am using SPI interface to collect data from the slave(imu) and transmitted it to nrf52 DK,previously,I just used RTT to show the received...
Hello,
I am truing to store data in the UICR register "customer area" from application code. The procedure is invoked only once when the registers are still empty. The...
Hello all,
In controlling two devices simultaneously from one central controller, I have noticed significant time delays in processing the second call to sd_ble_gattc_write...
Hi.
I am using PCA10028 board an SDK10.0.0.
nRF51's Max flash size is 256KB.
Q1. "s130_nrf51_1.0.0_softdevice.hex" size is 302KB already. How can we make HEX file less...
Hi.
I'm using PCA10028 and SDK10.0.0, S130 v1.0.0.
And "ble_app_hrs_c" example is my reference code.
It works well before i add code for timer as below.
void start_timer...
Hi I am an student who is a poor fledging embedded engineer.
I met an error on using nrfgo studio
when I click the tab [Device]-[nRF5X Programming]
I used JLink_V510p...
Hi,
Using ble-app-uart sdk9 example:
Is there a difference where I initialize uart in main? My code is able to run when I shifted the uart_init() after ble_stack_init...
Hi,
I am trying to figure out which GPIO pins i can use as UART on a nrf52 chip if i put it on a custom PCB (Not DK !!). From the reference manual (page 513, 48.10.7 and...
hi,
i want to restart my timer before it expires.
suppose my timeout is 2 second and i want to restart it in between 0-2 second based on signal when i receive before expires...
I've notice that the ST Balun NRF01D3 that I've used for my current design is not listed as compatible with Rev 3 (Build code: H) nRF51822 Silicon. Has there been any change...
Hi everyone,
I am looking into Crossworks and SEGGER's Embedded Studio and since they are related I am wondering which one of them is more recommendable? Right now Eclipse...
Hi,
I have set ble_adv_fast_timeout = 0 (same problem with ble_adv_slow_timeout) to get advertising forever, but when in call sd_ble_gap_adv_start, i get error 0x07 (param...