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...
Hello,
I`m searching for a possibility to detect a possible Flash corruption caused by a Brown out or something else? Is there any controller interal possibility to detect...
hello all
This is one of the point that causes me problems into my migration: I figured out the new logs and the SD obbervers... now this:
the 52832 advertises correctly...
Hi all,
I have compiled the ble_app_hids_keyboard example for a nRF52832 on a Laird DVK-BL652 breakout board.
I have a tablet running android 5.1.1 and the nordic nRFConnect...
Dear.
In my project using twi function(nrf_drv_twi_tx, nrf_drv_twi_rx).
I am faced with parameter problem that length(uintt_t) of nrf_drv_twi_tx function.
I want...
I am having an issue where i use a GPIO pin to start and stop a timer based on device state and a GPIOE toggle event. The issue i am seeing is that nrf_drv_timer_enable and...
Hello
I need a second UART, one for adebug long on the PC and the other for communication with another device.
My application is based on NRF51822 which has single UART...
Hello,
I am attempting to achieve UART Serial Communication with the ADAFRUIT FONA 808 Board, this has a SIM808 Cellular Modem.
I have attempted to re-purpose the examples...
I'm in the process of developing a BLE-based system in which a series of sensors will need to sequentially go through a pairing process with a host computer. There could be...
Hi,
We are using ARM mbed compiler and the nrf51822 which has 256Kb of Flash. We are trying to see what is the maximum bonds we could store on the nrf51822 as this is the...
I tried to set up the ANCS example. It works fine. But how is it possible to set a higher MTU. I set the NRF_BLE_GATT_MAX_MTU_SIZE to 247. But the Log says after a connect...
Hello, somebody help please.. I want to implement Machine Learning using tensorflow, KNN or whatever is good for my module, that consist of Bluetooth Low Energy nRF51822 type...
I want to start with the following nRF52 ADC example .
While doing so, I found that the example is built on SDK v13 and SDK v13 doesn't have Seggar Embedded Studio support...
Hi
I successfully merged SDK for mesh v1.0.0 to nRF14.2 by following the example in https://devzone.nordicsemi.com/f/nordic-q-a/28936/merging-sdk-14-2-with-mesh_sdk .
...