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...
Hello, I am doing some dev on the NRF51822 with a Cortex MO manager. I have trouble on the MISO pin, and I am wondering if I have to drive this MISO pin by any kind of pull...
I've read in several other posts that it's possible to send up to 20 bytes per notification packet using sd_ble_gatts_hvx(). I've also read that we should not edit the file...
Hi,
In the step 3 of the "nRF51822_Development_Kit_User_Guide_v1.4" (page 11) :
Select nRF51822 from the Select Target list and click Build or press F7 to compile the...
Hello
I'm developing software for beacon-type device based on NRF51822. It has no buttons or other user inputs. Our use case:
User buy beacon-device. First phone which...
I've been working with SDK 7.0.1 and it seems there are some issues with device_manager_peripheral.c.
First off it doesn't compile out of the box, the debug code is turned...
In the document nRF51822-PAN v2.4.pdf, PAN #9 says that OUTINIT doesn't work,
"Initial value for GPIOTE output after configuration is undefined"
and example workaround...
SDK 7.0.1 is intended for version 2 (G0) chips, and the future. So it can't be used with earlier versions of the chips (like C0). So it shouldn't have workarounds for C0 chips...
I have recently begun running into issues related to the SPIS module on my nRF51822 S100 v7.1. Fairly often, between 10 and 20% of the time, the interrupt does not fire when...
Hi,
I am using TIMER2, GPIOTE and PPI to implement a 6250Hz square wave at a GPIO pin. I can successfully create the square wave on the GPIO pin. However, I would like...
Hi,
I want to use nrf51822 for implementing HID keyboard and mouse.
Can the application be configured for keyboard and mouse simultaneously ?
i.e hids_init_obj.is_kb...
Hi,
I am using nRF51822 and trying to use Ticker from mBed library.
I have issues when using Ticker and PwmOut.
How is implemented the Ticker functionnality into nRF51822...
Hi,
I want to make a pulse for buzzer and led.
I find a sample source(led.c) and the Nordic SDK.
It is good enough in case posivie and negative duty is same.
I need...
Hello ,
As mentioned in another question, I would like to use the nrf51822 SPI slave peripheral to benefit from the DMA capability although I want to behave as an SPI master...
I can't seem to find where/how the BLE address gets randomized so it changes periodically when using the BLE_GAP_ADDR_TYPE_RANDOM_PRIVATE_RESOLVABLE address type.
-It seems...