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,
My behavior is as follows
Turn on my device(use 51422) and advertising(2 Service and 3 Characteristic)
Turn on my cell phone(Samsung Note3),scan my device...
Hi, We have an application with 1 central and multiple (6-7) peripherals. The peripheral is running a custom service and the central is running a custom (central) service...
I try to run UART/Serial Port Emulation over BLE on SDK v14.2.0 with nRF52 DK and nRF Connect on Android phone following link " http://infocenter.nordicsemi.com/index.jsp...
I am trying to run the coap ipv6 based example code provided in nRF51 IOT SDK. I am using my Linux PC along with a BLE adapter as a BLE enabled router. I can successfully...
I came across this a while ago, however it gives no indication as what releases, of Segger J-Link suite, each nordic J-Link OB download has been tested with.
Is there page...
Hello, I am looking for documentation on the Mesh DFU Protocol. It looks like it is the same DFU that the mesh branch of the nrfutil python app is using. I would like to do...
Hi,
I tried to use fs_erase and fs_store functions but they both return the value FS_ERR_INVALID_CFG which means "Invalid fstorage configuration". I'm working on nrf51822...
Hi,
I'm using SDK 14. I started from ble_uart application, and to use ADC as well I ported ble_app_uart__saadc_timer_driven__scan_mode (SDK 13) to SDK 14 (made changes in...
Hi,
I am implementing the whitelisting feature so that the NRF52 only pairs with one phone at a time. We require the NRF52 to advertise for 10 mins but I could only set...
IN looking at CONN_SUP_TIMEOUT below:
It says the units are 10 ms. if you take 4000 * 10 ms, you end up with 40000 ms which = 40 seconds - not 4 seconds.
Also for...
Hi,
As title, I'm the new for this.
I have one 52840 board and several 52832 boards, and one of them(sink) collect some data from other boards by using proprietary radio...
Hello,
We use nRF52832 with SDK-11 as peripheral in our project. We want to utilize white-list feature to limit the connection establishment. I have studied H ID Mouse example...
Hello, I'm trying to view the STATUS register of the timer (1 for example) but it is not display on the segger registers view ... Is it a well known problem ? Cheers, Sylvain...
I am developing application on nRF52832 with SDK14. I came across mem_section_dummy_rom and mem_section_dummy_ram sections in the linker script in the example codes. I couldn...