Hello Nordic Community,
I need to know how to import my PCB design from Eagle to CST Studio to simulate it and I need to know if the simulation step will be useful to enhance...
Hi.
I'm trying to get Apple notifications to nrf52. And specifically to listen both regular ANS (for android) and ANCS (for iOS) events depending what sort of phone is...
I am trying to find out the part number of the antenna (I assume it is a PCB antenna) used in the nRF51 DK ( www.nordicsemi.com/.../nRF51-DK) . I found a lot of similar questions...
Hi.
I am using the NRF52 Development board, on Keil uVision, to implement a C program that uses Dynamic Structs. The Structs re-size themselves ( by increasing their capacity...
Hello,
I have an NRF51822 (redbealab ble nano) that I would like to use to count pulses in very low power mode.
Pulses are asynchronous
The rate of pulses can...
Hi
I'm attempting to read a PT-100 sensor value that is part of a voltage divider using a nRF52.
Both the reference resistor and the PT-100 is sampled while the voltage...
Hi
I have been searching the forums, but were not able to find an answer to my question.
I'm trying to sample 4 analog inputs on the nRF51-DK using the ADC hal. (SDK10...
Hi,
I am trying to program MDBT40 with Jlink and having some problems.
Here is the scenario:
I have two versions of the MDBT40. One that I took off a BLE NANO (RedBear...
Hi,
I tried to get the sample ble_app_uart to work on NRF51422_DK with the S130.2.0.0 soft_device.
The compilation and programmation of the board is OK.
The soft run...
Hi all, i recently posted some topics about my application to receive support, everything went good but now i need to add a last step to the project, and i would like to have...
I am using nordic_sdk_10 for PCA10001. what are the BSP changes and config changes needed after replicating PCA10028 for DFU over UART.
I just changed CFLAFS & ASM FLAGS...
Hi,
I am storing data using pstorage module but when i power off my nrf51-dk board, the contents get deleted and not retained in memory. What could be the reason for that...
Hi,
For a new design with nRF51822-QFA, planning to use Johanson Balun and Chip antenna as shown in attached diagram. Not using any tuning components between Balun and...
Hi,
I was wondering why DFU_IMAGE_MAX_SIZE_BANKED is calculated as
(((DFU_REGION_TOTAL_SIZE/2) - DFU_APP_DATA_RESERVED))
and not
((DFU_REGION_TOTAL_SIZE - DFU_APP_DATA_RESERVED...
Hi, I'm using ble_app_uart application from latest nRF52 SDK on IAR compiler 7.1 and PCA10040 board.
It loads and runs debug code, but it does not add breakpoints on any...
Hi everyone
nrf51822,softdevice s130 2.0.0
now i used softdevice s130 establish two connection as a central with two s110 peripheral device,at the same time i establish...
Heading ##Here my PCA1000 board is getting detected in nRFgo studio even i can program and debug it, But i cant see COM PORT.
Can anybody help me out in this...
When i...
Hi,
I'm trying out the nRF52832 with kit PCA10040 V 0.9.0. I have S132 softdevice installed and running the ble_app_pwr_profiling example from nRF5 SDK v11.0.0.
I'm...
Hello , I want use nrf24lu as "Hos" and nrf51822 as 'Device'.
I need some info about nrf24xx whith gazell .but I can't find info bout those param like:
typedef enum...
I am trying to manage the bonds as follows. I've defined the max bonded masters as 4 on my slave. When this list gets full, I delete a random bonded master on the slave (not...