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...
Hello!
I want to connect the MCP9808 with the nrf52832. Therefor I use i2C.
My example on the nrf52832 is the:
<nRF5_SDK_v11_0_0 folder>\examples\ble_peripheral\experimental_ble_app_eddystone...
We're quite interested in producing an nRF52 design based on the solar beacon (great design, and clean software). I appreciate the relative simplicity and manageable BOM cost...
Hello,
I am developing a system that samples 3 independent data using SSADC. since the timing was important in my system, I decided to use PPI to trigger the SSADC.
However...
When using app_timer through scheduler, a break and go will overflow the event queue if a timer is a repeat timer. The effect is that it's not possible to debug.
To work...
Hello all
I am trying to implement hardware flow control for UART.
is there anything else to be done ? I have done the GPIO configurations like this
const app_uart_comm_params_t...
Hi,
I'm trying to migrate from SDK 6.1 to SDK 7.2 on custom board.
In SDK 6.1 everything works fine (SoftDevice v7.1.0), but with SDK 7.2 I get into HardFault Handler...
Hi My project need to transport HRM data by ANT+/BLE. base on ANT_s332_nrf52_0.9.1.alpha.hex and sdk nRF5_SDK_11.0.0_89a8197 platform. We have finished the function. Now we...
Hi all,
I know that there is a field "address type (public/random)" in white list.
When a scanner send scan request to an advertiser with public device address. this...
I have used the nRF5_SDK_11.0.0_89a8197\examples\ble_peripheral\ble_app_proximity\pca10028\s130\armgcc for my project before I had the final PCB. I have tested my code on...
Hello,
I was wondering why I am not getting a theoretical sampling rate as I set them to with a timer.
I am using PPI to trigger a SAADC sampling with the timer to set...
Hello!
Nordic UART Service (NUS) is a pretty handy way of implementing a serial data transfer service over BLE. The nRF Toolbox on Android makes it very easy to test it...
Hi,
While this is not related to Nordic Semiconductor products, I think we should incorporate Captcha system during user registration. We had some spam in the morning and...
I need to be able to actively set the value being incremented in the Timer2 register on the nrf52 (what I believe would be it's main register). It seems that this might be...
Hi,
is there any example how to reset the hole device? Are there any example codes for using something like system_off or system_on ?
Best regards Nils
using S130, SDK11,
when it connected the heart rate sensor A and eveything is OK.
but when it disconnected the sensor A and connected the sensor B
the connecting...