Hi,
I'm migrating from SoftDevice 6.0 to SoftDevice 7.0 and I'm trying to implement the DFU in SDK6.0. I am experiencing an issue where whenever the DFU begins(reaches 0...
I have already made code of 3 pwm channels using c[0],cc[1],cc[2],cc[3]. I want 4 PWM channels but I dont have more cc registers left so how can i code it. plz help me.
ALso...
Hello, I have purchased this kit on ebay. www.ebay.com/.../301182420397
Can somebody point me to where I can get documentation on this kit, it came in with mostly Chinese...
According to the nRF51 series reference manual.
10.1.2 Debug interface mode
Debug interface mode is initiated by clocking one clock cycle on SWDCLK with SWDIO=1. Due...
Hi,
I was looking at the .map for my project and I noticed that pstorage.c was taking up a bunch of RAM (~600 bytes), which I thought was a lot, so I went into pstrorage_platform...
The document nRF51422_Evaluation_Kit_User_Guide_v2.0.pdf says:
Locate the Heart Rate demo project found in the folder
ARM\Device\Nordic\nrf51422\Board\pca10003\s310\ble_app_hrs...
Using the nRF Beacons app, but cannot see the battery condition of each beacon. Is this already implemented - if so how to turn on? If not how is it implemented?
It looks like APP_TIMER_INIT changed in v8 of the SDK. I do NOT want to run the code for timer callbacks in the IRQ, I want to run in the background loop. How should I properly...
Hello,
Our application board uses two NRF24L01P and two microcontrollers, so we have total four quartz generators on board. To simplify things we would like to use a single...
I have a project which measures temperature and humidity. After measurement the data should be send trough BLE.
I have one service for the sensor and two characteristics...
Hello,
what do I need to pay attention to calculate the consumption of nrf51822 in low power mode (sleep).
I make this simple program :
=========================...
whether one s110 device can connect to multiple s120 devices simultaneously...?
if not what is the special feature mentioned in Bluetooth 4.1 specification..?
is it limitation...
I'm testing ble_app_ancs experimental sample.
It seems working first connection. But after rebooting iOS Device, or Turn Off/On bluetooth function on iOS Device, ANCS does...
I'm developing an UART with SD110. I've updated the SDK to the newest 7.1 and I'm using MDK Pack-Installer.
I found a problem in app_uart.c and retarget.c .
retarget...
I have a nRF24L01+ connecting to an Arduino board using the RF24 library code. It is a print of the registers:
On the nRF51822 I have the following code:
int main...
Hi, I was looking on Digikey and there is a device with the following code: NRF51422-QFAA-R7 V2
Does anyone know what the R7 V2 means? I think R=reel? Thanks
Hello everyone,
I have two nRF51822 (PCA10024) which I want to communicate, one is a peripheral s110 and working properly with a batery service and a custom service, and...
I am new to BT certification so my following question may be incorrectly stated.
We are creating a new OEM BLE module using the nRF51882-CFAC. We intend to sell this module...
Devzone,
I've been working on a central device based on the project 'ble_app_multilink_central' and have encountered an error originating from within the softdevice of...
In Bluetooth 4.1 spec they mentioned scatternet option for BR/EDR topology....not for LE topology...
is that option of connecting to multiple centrals at a time will applicable...
I need a BLE device that can broadcast codes/id to my android mobile app. Also, I need those codes be changed by once in a while by an admin app. Is this possible?