Hello! I'm using sdk8 and s110. I want my peripheral device to send data to the central. I doing following steps:
1. initialize service:
void services_init(void)
{...
I am glad that I have successfully used the library from www.libstock.com/.../nordic-semi-nrf24l01-example in a pair of PIC18F45k50 devices. One is acting as a Tx and another...
Hello.
I have had a search but can not find anything so sorry if this has been covered before.
Our company has developed a consumer product using the nRF51822-QFAA-R7...
Hi every one !
I am trying to get working a code that it was working "Ok" 2 years ago.
Currently, I cannot get communication between both breakout boards.
To simplify...
I'm trying to solve an intermittent problem when using the nRF51422 UART with CMSIS-RTOS (RTX) and MDK Networking library (V6.2) (TCP/IP stack).
My questions relate to...
Hi...
When i was working in SDK v6.1.0 i have tried nrfprog.exe to merge and program bootloader, softdevice, application and bootloader_settings file as explained in devzone...
I've been browsing the forum for a bit now, tried some things but still no success... so here's my problem...
My goal is to setup a simple bi-directional wireless link...
Hi all
I'm running into a problem with ble_multilink_central where the NRF51422 gets stuck in app_error_save_and_stop with the following information :
id = 1 (Is this...
Hello,
I am trying to understand how to appropriately handle the Device Manager event of DM_EVT_SECURITY_SETUP_REFRESH as a peripheral.
This occurs when the user loses...
Hi, I wanted o increase the frequency at which heart rate is updated.
So I made the following change
#define HEART_RATE_MEAS_INTERVAL APP_TIMER_TICKS(300, APP_TIMER_PRESCALER...
Hey guys!
I am using your spi-master driver from the SDK 11 with the nRF52 chip. I am trying to read data from a MPU-9250 chip, and through my logic analysis, it seems...
Hi to all!
I've developed a board with NRF8001 on it and it works fine. But I've noticed a strange behavior. I use a mobile phone with NRF master control panel to work...
Dear All,
I am making IR transmitter using nrf51 where IR codes saved in SD card using PWM library we can transmitt the code while BLE is working.
Is it possible that...
Hi,
I am working on some application in which i have combined multiple profiles in one code.
In this i don't want generic access and generic attribute profiles to be displayed...
Hello.
I am using RTT successfully with nrf52 and IAR. But the start address for the RTT control block is a moving target: it changes whenever my code changes. I want to...
The product specifications publication for the nRF51822 doesn't list a gull wing chip pinouts found on the PCA10028 found on the evaluation board, kinda wondering if there...
Can someone confirm that all that needs to be changed to make code run with the SD installed is to change the linker to link to 0x1C000 instead of 0x00000 ?
To test, I...
I am playing with nrf51 DK. I used the following sample code,
devzone.nordicsemi.com/.../
ble_app_template_with_pstorage_SDK_8_1_0.zip
I want to pstorage clear/store...
I'm having an issue with secure BLE pairing, and once the problem shows up, it will not go away until I reprogram the SoftDevice. It persists through resets, so it must be...
I am currently using the nrf52 device for an application where when user's of my devices come close to one another, they automatically start sharing state information. There...