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 everyone,
I would like to test the capabilities of nRF52840. I understand that it should be capable of higher throughput (x2), increased broadcast capacity (x8), and...
Hi,
I need solution for modbus interface.
My One Central connected with Modbus Server App and 8 slave connected with each peripheral.
which SDK and Mode used for this...
Hi,
I just read Understanding NRF_ERROR_BUSY and wanted to know if this is true for the S132 V5 softdevice.
So each connection can queue one system Tx packet and one...
Hi everyone !
We migrated a functional code from IAR to GCC compiler. But we got some trouble working it with GCC. The code compiles but it doesn't act properly with GCC...
I have used Arduino for some time and i am very new to NRF. So i am struggling with any thing i do. But i am really motivated to learn it.
Completed setup for eclipse to...
Hi, I am designing a PCB which consists of an analog circuitry (microphone + analog front end) and the nrf52832 chip. I am using inbuilt-ADC of this chip to sample the acoustic...
I use this demo [nRF51_SDK_10.0.0_HID_DFU_090216.rar] (/attachment/27e0b68cff3ffe4959299fcae336e844)
change rep_map_data[] add mouse and Consumer,but restart is no work ...
Hi,
(I'm a computer scientist, please be kind)
In the below attached image, I have collected the data outdoors (so no signal reflection or signal fading) from a single...
Hello all,
I am using nRF51822 BLE SDK 9.00 PCA10028. I want to configure the gpio pins as input to sense the voltage as high or low. how to configure it please suggest...
hi
i'm developing to nrf52832, sdk14.0 version.
for example, ble_app_uart project..
NRF_LOG_INFO("UART Start!");
printf("UART Start!");
-> In serial program,...
I have an application that do SW download to STM32L151 processor using NordicDongle with MasterEmulator.dll (Version 2.1.13.14)
It works good on my desktop windows 10 computer...
Hello,
we are trying to test the mesh functionality with nrf development kit. We erased the flash on the dev kit and we programmed it with softdevice version s132v3.0.0....