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...
Hi
I'd like to realize below function for our product.
The product has static passkey in factory.
A user who use the product will pair with his smartphone using...
Hi, I am soon going to run initial RF Performance Tests. We have designed the board IAW Nordic recommendations, so I do not have any special test points and/or RF connectors...
Hey I am a beginner and I want to use mpu-6050 interrupts to sample the sensor values. I am able to read and write values through i2c but I want to read values only when any...
Hi, I'm updating my code which used to have a direct handler GPIOTE_IRQHandler(void), however I can't seem to get this working.
The Kiel Run Time Management has a requirement...
I updated from SDK 8.0 to SDK 8.1. My project had both app_uart and app_gpiote. With 8.1 (I don't exactly remember how it was on 8.0 and I have not spent any time researching...
I wanna use a nrf51822 dongle to sniff all data packets sent by 4 to 6 beacons, without large loss. The code I use is a python api given here learn.adafruit.com/.../python...
I need to provide a battery level in the application I'm working on. This application's services will all be custom - I'm not using predefined BLE services.
Our device...
Dear Sirs,
I am currently developing a project using nrf51422. My programs works fine with pca10026 develop board.
I builded a custum PCB for my project. All HW components...
In the ble_app_hrs_c the scanning indication LED blinks with a periodicity of about 4 seconds, while the advertising LED on the peripheral blinks at the expected 2. Both systems...
Hi,
I am currently experiencing TWI module lock-up issues with the hardware TWI library, which is supposedly fixed according to PAN v3.0, issue #56. (The issue was previously...
Hello,
For me, at the moment there are two things unclear.
With the help of some Nordic examples, I was able to add a Service with 3 characteristics to the used S120 BLE...
Hello all,
I'm new to embedded development and could use some help here.
I am currently working on our own board with a nRF51822 chip on it and using SEGGER j-link to...
Hi,
I just got my nrf51 dk and my task is to connect it with a bluetooth device, say a bluetooth treadmill, and retrieve data from it. The bluetooth treadmill was designed...
hi, i'm trying to develop a wearable health device.
actually, the device is a little unusual because it is attached to the Armpit or sole of the foot or inside knee ..
...
I am toggling Value of slave through a button on nrf51822ek .This Value is displayed on MCP of dongle, but i have to get this value on terminal to send it to pi then through...