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...
Hey everyone,
I'm new to the Nordic/Thingy/Embedded world and was hoping I could get some hand holding to achieve a simple change.
I would like to change the Thingy...
Hi All,
I am working printer project where i will be using two boards , one is nrf51 dongle which acts as client(sends/advertise the data) and another is nrf51422 soc on...
Hello community,
I did a central device which is connecting with 8 slaves and this slaves are sending every time 8 bytes when they are connected. My set up is the following...
I'm trying to create a program that takes a stream of UART data at 115k baud streaming in and sends it over BLE as fast as possible. So far, I've
(1)Verified/ made some...
Dear Nordics,
If I add ble_nus service to buttonless_dfu example , it will reset after ble_dfu_init(). If I set
*p_ble_enable_params->common_enable_params.vs_uuid_count...
I am working on S140 on nRF25840. I am using the ble_app_beacon sample.
I want to set the advertising interval smaller than 100ms while using non-connectable mode. But the...
I am developing a product where I need to read a signal from an SPI ADC and send remotely to a receiver. This will be powered of a coin cell.
I see that the NRF51422 is low...
Hi,
I am trying to program nrf52 (on board ), but I keep getting these error:
$ nrfjprog -f nrf52 --program nrf52832_xxaa.hex --eraseall
ERROR: JLinkARM DLL reported an...
Hi,
I'm trying to connect and discover services of a BLE device equipped with a nrf52832. The device advertises correctly and i can see it on the nrf Connect app on both...
Hi All,
i would like to know how gpio relate to gpiote,i go through some code and find
out , that gpiote handles in,out,config registers that is handle by gpio also ...
Hi nordic guys,
I have built a project based on ble_app_hids_keyboard demo in SDK12.3.0.This is a new hid deive which is microsoft defined in win10.The sample report is...
I have few questions on BLE in rigado based on my requirement needs,
I need Dynamic data transfer in beacon mode, is it possible in Beacon mode without Rigado BLE stack...
Hello,
I get two errors when compiling examples\ble_peripheral\ble_app_uart with IAR 8.11. I have ble_app_uart_pca10040_s132 - nrf52832_xxaa as the active project.
I...
registered_handler_get() in ble_db_discovery.c searches a table for the appropriate handler to call for a given UUID.
However, ble_db_discovery_evt_register() assigns the...