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 tried porting app from pc10028 to pca20006 by copying the main file from pc10028 ble_app_uart to main file of ble_app_beacon of pca20006.I resolved all the #include related...
hey
I have a nRF51822 eval board and I want to use it as hid keyboard to send some media key
such as vol+/- play/pause, etc. I have used the example code ble_hid_keyboard...
Hi,
I develop a program using arduino primo,
and i want to layout a new pcb board with new nrf52832 chip.
The new chip may not have any bootloader.
What kind of method...
Hi
In our Nordic SDK ble_peripheral projects , It almost support following boards
1. pca10028
2. pca10036
3. pca10040 .
I want to port in pca20006
May I know...
I am porting a C++ project that was using version 6 of the SDK to version 14.2 (big leap, I know). I want to use all the new bells and whistles from the new SDK that makes...
I am using power profiler with nRF52840 SDK. And I have measured the current of the board. But I want to calculate the energy consumption of my program. How can I get the...
hi :
I want 4 channel PWM output, the following code doesn't work, I want to know where is wrong
#include <stdbool.h>
#include <stdint.h>
#include "nrf.h"
#include...
Hi,
I would like to control gpio pins in micro seconds with timer,
I know that it is very difficult to implement with only timer owing to soft device (interrupt handing...
Hey Dev zone,
I flashed my application onto my Nordic Thingy board (through Onboard Jlink debugger present on nrf52840 dev board), and can see some pretty colors (LEDs...
I am seeing some significant temp fluctuation for the temp sensor on the thingy to the tune of +-1 to 2 deg celsius. This is when placing the device in a closed, sealed container...
hello,
Is there any examples to write beacon properties like uuid major and minor in flash memory when i edit the values from mobile app i want to advertise those values...
how to prevent the fstorage from wrting bond information in flash?
In our example,after pairing happens we will be storing and reading values from flash,so we saw some...
Hello ,
We are going to use nrf52840 for our product. We are going to use enhanced shockburst to transfer the data to other nrf52480. We are also performing sensor fusion...