To be able to upgrade FW through UART, a bootloader for nrf51822 is required in my project. I have tried out the example bootloader in SDK. But this example is using softdevice...
I followed the forum posts and nan-29 to get eclipse 4.3.2 to successfully connect to JLinkGDBServer via a Segger J-Link EDU on Ubuntu Linux.
I can start the GDB server...
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...
In my case active CE signal defines byte boundaries - for each byte individually.
From what I see, DMA seems to stop on rising edge of CS regardless what is declared in...
Hello everyone,
I'm using nRF51822 development kit to do BLE network experiment.
The boards I use are PCA10005 with omnidirectional antenna, and PCA10004 with PCB antenna...
I'm looking at the UICR hardware peripheral example , and trying to figure out the utility in writing to the UICR registers.
Why would I want to modify the compiled hex...
Very new, so please forgive the questions, but...
I have an nrf8001 that I've powered up. After initial power up, I'm able to read the DeviceStartedEvent but the response...
I'm looking to integrate a digital (PDM/I2S) MEMS microphone into my nRF51822-based design. I'd like some pointers to reference designs or other information -- the ones that...
Hi,
I would to know why when the DC/DC is enabled the current is very high (57mA) during RF sending.
Why at the end of RF sending the current is higher than...
I am modifying the bootloader. I am not using DFU or any of that, but rather copying a FW image over from external flash through SPI. The area of my code that gives me problems...
The documentation of the S110 contains sequence charts that explain how the different GATT operations are performed.
developer.nordicsemi.com/.../a00885.html
It seems...
Hi,
I've been trying to do fake non-connectable advertising with a nRF24LE1 with base on [1] and [2], they use nRF24L01+ with an AVR which I have ported to my device. I...
Hey,
I'm evaluating a nRF51-DK and face NRF_ERROR_INVALID_ADDR when trying to set a value in the local gatt server database.
My goal is to create a read-only characteristic...
Hi,
I'm using nRF51822 Beacon v1.1.0. Is it possible to detect that the beacon is being scanned? Is there any event generated during this process that I can catch?
I have been studying the ble_app_hrs example, but it has unnecessary functionalities, and it is hard to understand.
Do you have a simple application for transferring data...
I would like to use that chip with appropriate codec as wireles Tx/Rx set. I need of uncompressed audio signal and my sours will be analogue amplifier and the Rx module has...
Hello there,
I am using multilink_central example on nrf51822 Soc, and I charged S120 in the memory. I am trying to get the RSSI and the MAC address without getting connected...