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...
I'm new to Gazell, so please excuse the simplicity of my question, but I just seem to be missing something.
I have an application where I will be using one host with two...
Hi
We are about to submit our system for BLE testing. We have been asked for RF-PHY:P9:1 RF-PHY:P9:2 RF-PHY:P10:1 values
RF-PHY:P9:1 Maximum TX packet length (MAX_TX_LENGTH...
Hello Nordic Team,
After setting connection parameters in accordance with Apple BLE design guidelines the BLE throughput has been significantly decreased.
My parameters...
Hello,
If I use the nRF51822 with 128KB ROM and I connect to a external flash via SPI.
The SoftDevice and bootloader are stored in the internal 128K ROM.
Is it possible...
Using GATT characteristic writes to transfer data is slow.Is there a cleaner and/or faster way to do faster OTA upgrade?
Also I wanted to upgrade firmware without affecting...
I have set up a 6lowpan test environment and could control the led3 and led4. could u please provide me with a code to read value at p0.01. i want to connect a temperature...
I directly connect GPIO pin with 24ohm resistor as follows.
And I set GPIO pin as high drive,
NRF_GPIO->PIN_CNF[MY_PIN_NO] |=
(GPIO_PIN_CNF_DRIVE_H0H1 << GPIO_PIN_CNF_DRIVE_Pos...
hello ,i use SDK9.0 ANCS project.when I paired it ,it can work normal. it can recive QQ,wechat,message and so on. but when I paired many times, it will be SystemReset.
...
Hi
I am trying to make an activity tracker with very low power conumption with the nrf52. The Idea is to count interrupts from an accelerometer thtat are generated if the...
Hi
I'm testing Buttonless DFU.
I use SDK 12.2.0 , NRF52 and S132.
I succeeded in entering DFU in Master Control Panel (PC application).
I want to do it even on iOS....
Hello,
I recently finished up the NRF51822 pcb board that I plan on getting printed. I posted my board before and have fixed the problems another user specified.
I used...
Hello,
is it enough to call NVIC_SystemReset() after I flashed a board so that it returns to lower power consumption? Or do I have to pull out the battery?
Marius
I hope to trigger notification from Bluetooth module into Master Control Panel. I had enabled notification/indication = true. However, when I pressed the button on my module...
Hai
i am able to store one array in flash memmory of nrf51822. but i need to save more than one set of data into flash and retrieve it separately.
how can i save more...