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...
Hello everybody,
I try to work with BLE Devices using LabView and the MasterEmulator API. I can start the USB Dongel (PAC10000) and enable "StartDeviceDiscovery". The Property...
Just starting out with the nRF51822-EK here and we wanted to try out the Gazell protocol. Any ideas on how we get the firmware we need to do that? Thanks.
Hi,
I am using nRF 511822.I have edited the sample code ble_app_uart and tried to interface the button interrupt handler.But the interrupt is not triggering. I have added...
2 arduino nodes with nRF24L01+ transceivers. Using maniacbug's RF24 library. Using pipes 0 and 1.
When I set Auto-ACK ON for all pipes rf24.setAutoAck(true) : it works...
Hi,
I am using nRF51822. I need to create a timer interrupt handler, which can trigger at 1us (microsecond). I am using Keil. Now i am using the 1 ms (microsecond) timer...
i am absolute newbie, hope i can find some help and guidance here.
i am looking sample program to send a text string from nRF24LE1 to nRF24L01+ (just 10 characters). actually...
Hello,
I am not much of a PCB designer but want to tinker with nrf51422 EK Altium designer files provided. I try to open the project file using Altium designer 14, but...
Hi all,
I am new to hardware design and would greatly appreciate pointers. We intend to use mini-USB port for charging/power supply rather than for data. What is the best...
Hi all,
I am using NRF24LE1 32pin.
Does anybody know can I apply on XC1 pin external frequency different from 16MHz if I am not using radio module??? Thanks.
I am currently using the nRF51422 DK along with the nRFgo Starter Kit. I followed the instructions in the PDF "nRF51422_DK_UG_v2.0," and I attached the nRF51422 with PCB antenna...
use keil to download code to flash fail
use nRFgo studio to connect target device error
Load
C:\Keil\ARM\Device\Nordic\nrf51822_v5.0.0.34603_Backup\Board\pca10001...
Hello,
when using Keil's ULINK Pro debugger V1.57 connected to PCA10006 board for debugging nRF51822 code the ULINK is recognized by µVision V5.1.0.0 but the FW download...
I have an nRF51822 (256KB) that I want to program with some data targeted at 0x20000 to just under 0x38000. My code starts at 0x16000 (allowing for S110) and is only 1700...
I have a nrfgo 6310 start kit that I use for my nrf51822, but I'm wondering if I can also use the nrfgo 6310 for the nrf24Lu1 development kit as well? I tried plugging in...
Hi All,
I am working on the S120 bootloader.
I start it with dfu sample on nrf6310 folder. It work with S110 softdevice with PCA10001 perfectly.
I had made following...