Hi All,
Please Reviwe for a attached circuit file(Chip ANT of nRF51822.pdf).
I also attach a datasheet of chip antenna applied for that circuit(SDBTPTR3015 Data Sheet...
to me it made sense that EN_AA settings are controlling the receiving pipes if an ACK has to be sent back upon receiving a valid packet.
then i thought that the settings...
I am using BLE_Gateway example defined in nRF51-ble-bcast-mesh to create an rbc_mesh over 2 nRF51422 devices . For now, I am just testing it out on 2 nRF51422; I will set...
Hello,
I see when you import an example from the pack installer ( for example pwm, ble, timer examples ) it arrives with the misc controls --c99 on by default , so I cannot...
Hi,
We're looking for a low-latency 2.4GHz solution (not BLE) and the nRF51822 is oft-quoted as providing low latency, but what are the typical ms figures we could achieve...
Hello all,
in my previous question (Switch between applications (multiple services.h)) I got the advice to merge my two services into one service, including a HID over...
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...