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...
[nRF52840 + SDK13]
On the hardware that I have, the UART driver is hitting a communication error because the RX line is low. This only happens when the UART lines are disconnected...
Hello,
I try to achieve maximum data throughput using pc-ble-driver 1.0 and nRF51(with ble_connectivity) as BLE dongle.
First problem I encountered was the bug with...
Hi,
we are currently testing the nRF52 DK as a reciever for several BLE devices.
For a fist test we implemented some datarate measuring in the:
PC -> nrf Connect -...
Hello,
I am using ndk52 (nrf52832) as peripheral and central in my system. I did some changes on ble-app-uart example for both. Now i can send my packets continiously....
Hello,
I am using ndk52 (nrf52832) as peripheral and central in my system. I did some changes on ble-app-uart example for both. Now i can send my packets continiously....
Hello,
I was wondering what is the best example to take as reference in case I want to pair two BLE devices automatically, I mean, I would like to make my devices to start...
i use RTC wakeup the sleep mode,project used the uart etc.
uart baudrate set to >=115200 sleep mode normally.but is baudrate set to <115200 sleep mode at 50ms+- periodic...
I am trying to use nRF connect's advertiser feature to simulate some sensor output for my testing. The sensors use BLE advertisements with scan response to send out data....
Hello community,
I am working in a central device with SDK 13 v. 4, PCA10400 (NRF52832) and SD 132 and one task is to receive 30 bytes from a sensors as a notifcation,...
Hi,
we are using are more or less unmodified version of the Secure DFU bootloader example. Especially all BLE/Softdevice configuration in "libraries/bootloader/ble_dfu...
As mentioned here , my poor little Thingy:52 doesn't work after upgrading to version 1.1.0 through the iOS app.
After getting my Thingy:52 i played arround with it for...
I try to add function for the peer manager initialization and set the security parameters. I did not understand keypress and lesc parameters exactly. Documentation says for...
HI,
I am using nRF51822 by Keil compiler. I found if it was programmed with boot loader
nrf51422_xxac_s130.hex
by nRFGo Studio.
Then if download user code by Keil...