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,
While working on optimizing battery life, i noticed something strange.. This particular code actually does almost nothing other than setting low power mode (instead...
I'm trying to view core dumps on Memfault's web app, and having trouble doing so. I can't even see hard faults being logged even though I know they're occurring (forcing stack...
in the nRF52840, SPIM3 allows for high speed >4MHz communication. But I cannot see if there are dedicated pins specific to this mode, or can i map any pin to the SPIM3 high...
Hi Team,
As part of our requirement we need to fix the Advertisement to one fixed channel instead of altering between 3 channels like 37,38 and 39. If we have any sample...
Hello,
Using own BLE stack here (not SoftDevice) and having troubles with LL certification test cases with particular problem:
the tester establishes connection and...
Hi,
I would like to take current & power measurements of the nRF52833 SoC with the desired firmware file flashed to it. I am testing an application that uses the CPU temperature...
We are trying to make it so that we can permanently make one channel on the BLE module only for advertising while having the other channels flexible for other needs.
Hello, I have nrf52DK (nrf52832-PCA10040) and I wanted to test the Peripheral example in the nrf Connect SDK. I have built the project for nrf52DK_nrf52832 and then flashed...
Hi,
I am developing app using ant softdevice s212. I want nrf52832 to enter system off and stay there until interrupt from sensor occures. This interrupt is connected with...
I use nrf5340 to build esb project, I use the following code to scan rssi of different channels, but I read the value of NRF_RADIO->EVENTS_RSSIEND is 127, I hope you can tell...
Dear ,
How do I enable DCDCEN mode if I am using NCS1.8.0 SDK? Is there any Kconfig setting I need to perform to make this available?
Thanks and regards, Kevin
Hi,
Just wonder does NVS only use half of the configured size? I have configured the nvs_storage size = 0x2000 ( 8192 bytes)
So sector_count = 2 (4096 / sector)
When...
Hi Team,
We are in process of developing pairing mechanism for our peripheral device. We are considering using NFC for OOB. Here is what we think we should be doing: ...
Hello People,
I am working on a custom board and while trying ble_app_uart example code instead of the advertising name given in the code the device was showing "DFU_TARG...
Per the documentation on multi image builds , a child image folder that contains a <board>_<revision>.overlay it will be merged with BOARD.dts but I cannot do the same for...