I'm using Softedevice 6.0.0 and SDK 5.2. and Keil 4.7.
I Modified bootloader project so it compiles with both ble and hci transports. Currently I use button_0 and button_1...
I am working on the proj that needed 2 MCU and nrf51822 work as slave.
I would like to know any ref on how to firmware upgrade on board without external tool?
We're looking for a Nordic nRF51822 based low profile/small USB dongle that we can use for our iBeacon software.
It would need to come complete with casing and the ability...
Hi all,
i want to establish connection between two threads in cmsis-rtos, can i use
1) semaphore to do this?
2)message queue should be used or any other ipcs can be...
Hi,
I have two CPU in our product. (STM32F2 and Nordic nrf51422).
I use serialization function to link those two CPU(refer to ble_s110_serialization sample)
But I find...
Hi,
My behavior is as follows
Turn on my device(use 51422) and advertising(2 Service and 3 Characteristic)
Turn on my cell phone(Samsung Note3),scan my device...
Hello:
I used analog IIC write MPU6050. Again after power download programs, mpu6050 can run up there ACK response. But the debug will not run. Simulation IIC because no...
I want to add backtrace functioanlity in nrf52. I am using functions given in below link:
link text
But I am not getting library files for defining functions mentioned...
Hi,
I have programmed a BLE code.
In the code we are continuously connecting and disconnecting BLE connection.
The BLE connection is established for around say 1 sec...
hi,
This function is called on BLE Event when someone writes to RACP characteristic
What i woud like to know is, is it called from any ISR routine?
Or when BLE Event...
The radio mode 250Kbps is removed from nRF52832. However, by our test, nRF52832 radio can still work with radio mode 250Kbps with setting
NRF_RADIO->MODE = (RADIO_MODE_MODE_Nrf_250Kbit...
Hi All,
I have a question about the SPI pin number on nrf51 Dk.
I don't understand when i look into the pca10028.h file, i see this mapping:
#define SPIM0_SCK_PIN...
Hello,
I am trying to compile the example ble_app_eddystone with the SDK12.2 for the nRF52_pca10040_s132
While compiling with SEGGER I get the error
Compiling...
Hello,
I set up a project on the base of "BLE_APP_UART" to which I added header files and configured the sdk_config.h
Now I get these warnings during compilaiton:
...
Hi!
So I went from the Battery Service example to create my own service which went well and everything. Now I don't need a battery service, which is why I was trying to...
Hello,
i am working on Low current consumption project.
i have one question. what will be the good option to use the SPI or TWI ?
who have less current consumption ?
...
Hi, I want to ask some questions about BQ24090.
According to the schematic in the datasheet of BQ24090 , I have several questions below:
When should the led indicator...
I added the peer manager in my SDK11.0.0 application. I also have OTA DFU but everytime I boot into the bootlader, the first connection fails and I have to reconnect again...
Hi,
I am getting the "Couldn't connect Nordic_HRM" toast using the experimental project.
I saw the question but the answer there (sample code for selfie stick) is a very...
If I enable the Data Packet Length Extension and I enable the Connection Event Length Extension, having a connection interval of ~400ms I know that I can reach up to 251 bytes...
Hello,
I am trying to implement a Heart Rate Monitor Interface (HRMI) board with my nRF52, using the TWI_sensor example from SDK 12.2. I am unable to read any heart rate...