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 there,
I'm trying to run the beacon s130 pca20006 example on a custom board. There are 2 main differences between the pca20006 and my board:
There is a 32 Mhz...
Hi,
it seems there was lately a new IC revision release of the nRF52840.
Is the nRF52840 IC Revision Engineering B 100% pin compatible to Engineering A, i.e. pinning...
Please excuse my basic question but I'm new to this - I am needing to have data collected from probe/sensor, which would be in a device, sent every hour to an android app...
Hello,
We plan to switch between two sets of UART pins for factory testing. One set will talk to an IC in our design and the other to a USB port through FTDI. Since simultaneous...
Hello,
We'd like to connect 50 bluetooth 5 devices (nRF52840) to a Receiver (made of multiple centrals nRF52840) with a long range (PHY 250kbps, conn interval 50ms, no...
We are evaluating the nRF5 SDK 13.0 to upgrade our projects from v12.0 and it looks like it has a bug related to the FDS functionality.
I managed to reproduce it on the...
Hi friends,
I am doing a project in NRF24le1 using RF communication with multiple nodes with a host using star topology.
Could you suggest a Protocol that supports connecting...
Hi,
to what impedance shall the BT antenna be matched?
Copying from the datasheet:
A matching network is needed between the RF pin ANT and the antenna, to match the...
Requests for the FW:
Add characteristic to access general GPIO pins in analog and digital form.
extension of the existing MOS_1-4 access, PIN read/write under the...
Hi,
We use nrf51 SDK v9. I found there are two SER_MAX_CONNECTIONS defined both in app_ble_gap_sec_keys.h and ser_config.h. Their values are different. One is referred...
Hello,
I have a problem when I try to use cheaper Android phones to communicate with our 52832 chip.
I can discover the peripheral and then connect, but when I device...
Hi,
I flashed softdevice and ble_app_UART_c code. But after searching bt device, i could not find bt nrf52 device in mobile.
Do i need to something more..
hi,
i am using nrf52840. with sdk 14.1. i am trying to broadcast my dk as beacon. with your neccessary examples. i have created my own services and started advertising. when...
I want to transfer data using UART to BLE by Baud Rate 460800 up to(using nRF52832).
I need to send a file, its size is 100MBytes
However, the use of examples(14.0vesion...
I would like to establish a BLE unencrypted link to send text messages. I have nRF52480, nRF51 USB dongle, and a mobile phone. I run Ubuntu 14.04 and Win10. It is not clear...