here I have a very strange problem. I m trying to send the data(1 byte) from slave to master,and I have to use the multilink demo because I will have 2 slave devices.
The...
I'd like to erase all the pages managed by FDS as part of a "Hard Reset" operation. fds.c has a hint of a "FRESH_INSTALL" directive (part of an enum defined in fds_internal_defs...
nrf51822
SDK v10
SD S110 v8
hello!
My pj is about ANCS+nus+hid mouse sevices.
If my borad had bonded with an iPhone,then download new hex from mdk ,and run.
...
Hello.
I would like to develop FW for the nRF52832, using Eclipse IDE + ARM GCC + Segger JLink OB.
I've seen on the segger webpage that the nRF52832 is a Cortex M4 processor...
When using app_timer through scheduler, a break and go will overflow the event queue if a timer is a repeat timer. The effect is that it's not possible to debug.
To work...
I need to be able to actively set the value being incremented in the Timer2 register on the nrf52 (what I believe would be it's main register). It seems that this might be...
The errata for the nRF52 indicates higher consumption in managing timers and GPIOTE. Does the BSP for SDK11 follow recommended practice to deal with these errata can I ask...
When I am initializing BSD-library with bsd_init(), the function gives me back an value which i can´t find anywhere 0x00008108.
Hopefully you guys could tell me what this...
Are the virtual page sizes only allowed to be 1024 and 2048 for the nRF52840?
// This is a multiple of the physical page size. Is this allowed or not?
// <i> Expressed...
I am attempting to do the assert_tracker example. I have gotten all the code to build through Segger and upload to the DK. The problem is when I'm watching the terminal for...
Hello there,
I want to run Radio Test on one nR52832 based custom board.
I have flashed the example from SDK 15.3 on the custom board using PCA10040.
I have done the...
I am trying to use nRF9160 as ble gateway for uploading data from two nRF52832. I am wondering is it possible? can I connect nRF9160 (one gatt client) to two nRF52832 (two...
Hello,
I have the following problem. I want to create a whitelist using the PM on a manually added peer.
I manually add a peer by adding its GAP address.
Then I try...
Hello!
Like several others on here, I’m trying to make a multilink nus central firmware. My Peripheral devices run the ble_app_uart example, and the central device runs...
Hello everybody !
Here I am designing a system with 3 development boards nrf52832, where a card called "central" is connected to the computer by USB and this board will...
Dear Nordic,
I'm developing an application using the NUS service en SPIM peripheral. Both of these work correctly independently. Now I'm trying to start an SPI transaction...
I'm developing IO-Link driver using UARTE peripherial.
Is it possible to get event on end of transmition with EasyDMA Tx. Event ENDTX is fired before all transmited bytes...
Segger embedded studio V4.18 appears to have a bug when it comes to printing to RTT. When I run the exact same firmware on SES V3.40, everything is printed to the debug window...
Whether I could build BLE_MESH network automatically within some BLE devices without provisioner?e.t I feel it is manual to build BLE_MESH network with the help of provis...
Hello,
for my project, I am using the module BT832A (from Fanstel) that implements the nrf52810. I am using the pin P.021 to drive a switch. The problem is that when I set...
Hello. I have a problem getting a position via GPS. My dev board is placed in a good place, but can't get a position after more than 1 hour.
I am using you new SW version...