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...
Hello!
How can I communicate with my nRF24L01+ and nRF51822 at the same time. I can set up same channel, CRC-mode and I don't use ESB. But what about address? How do I set...
Hi all,
i want to know answer related to following question
1)what is use of uicr?
2)if i place some value in uicr and then change the image,then is there will be change...
Plz help me with code or sequence of steps being followed by _WFE() or power_manage() functions. by which they manage the nrf51422 to run in low power mode.
So that i can...
Hello,
I'm developing a custom UART through BLE using NUS. I've been testing my idea on the nRF51822 USB Dongle and it worket perfectlly (compiling on latest Keil V5),...
Okay, I know there's a lot of threads about the subject. I have tried to read them all, with no help. My device still consumes 1.4 mA. Resetting does not help, so I assume...
One more silly question for today ~
This devzone is really a great tool, it saves us a lot of time each day, and I'm sure we would remember each contributor better if they...
Hello, I use the example ble_app_hrs_c_s130_pca10031 with the nrf51 dongle (#define ENABLE_DEBUG_LOG_SUPPORT) and a nrf51822 as a ble sniffer. In addition i use 2 Polar H7...
Hi,
I need a .bin file of the whole flash memory for production programming.
The procedure I have used until now (with s310v2) was the following:
Upload .hex file...
Hi.
I'm using the nRF51 DK (PCA10028) to mesure the curent consuption of my system.
I'm using an external DCDC witch is a part of my system, so I want to mesure the current...
Hi,
I was trying to send notification from nRF51822 to an android central when notification is enabled on the nordic uart rx characteristic and I discovered that if I enable...
I am building a WSN has several peripherals (custom nRF51822) and one central device (PCA10031 in serialisation connected to a PC and using the nrf51-ble-driver_win_0.4.0...
It seems to be a straightforward BLE app but I cannot make it work.
I start fresh from the “ble_app_template” in nRF51 SDK 8.0.0, and try to add two service data (battery...
I want to give my own custom characteristics fully unique UUIDs, but am unsure how to generate those.
Is there a procedure to generate a custom, vendor-specific base UUID...
Hello,
I'm developing on a nrf51822 with the S110 softdevice.
To save power, I use the sd_app_evt_wait() function to go into sleep mode.
To wake up, i want to use an...