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...
Hi,
I am trying to understand the pstorage to record a log for temperature. In my code, I can call pstorage_init(), and clear a block but when I try to store some data...
I would like to source a compact BLE board to act as a lock controller developed with with a matching transceiver for use in a fob and an app.
It would toggle the pio and...
Ok so here is the issue. I was trying to build a simple application which is described in the tutorial for characters. After building an advertisement and understanding the...
I was working with IAR and SDK10.0 before. For some reason I have to transfer my project to Keil and SDK9.0. My program worked well for the old settings. While keeps got NRF_ERROR_SOC_NVIC_INTERRUPT_NOT_AVAILABLE...
Currently we are considering whether we should use external Flash Memory or NRF52 Internal Flash.
External Flash memory has a lot of drawback in comparsion with internal...
Hi,
In order to start my own board with nRF52 component throught SWD, I think I've to use Segger Jlink. I expect to buy the basic version, that sound good for me, but I...
Hi,
I have some problems with bootloader debugging by using app_trace_log().
My board is pca10028, and I use the SDK 10.0.0 for it. The Keil version is v5.20 and Jlink...
Hello All,
How to interface nRF905 with nRF51DK board?
Any driver is available for nRF905 which support nRF51.
Any help will be appreciated.
Regards,
Rajneesh
Hi,
I'm using PCA10028 to communicate with ADS1131 ( www.ti.com/.../ADS1131) which outputs 18bit on SPI bus. I managed to get the data out by reading 24bits, but it feels...
Hello ! When I make a read with the SPI from a sensor's register the data sometimes comes correct and most of the time wrong. I tested the read operation with an Arduino and...
Hi
what is the best way to implement a sleep after disconnect?
We are using a custom board and I implemented it this way:
on connect : turn advertisement off
on disconnect...
I used iar for my project. But for some reason I have to transfer my project to keil now. Attached is the icf file from iar and I also attached my keil settings. Now the system...
In following the example for a DFU BLE upgrade I have configured the following system
on an nRF52 DK install the softdevice and bootloader:
nrfjprog --family nRF52...
In my code, I have some 'print'-style functions that write data to a buffer, and that buffer then goes to the Nordic UART implementation. This is user code, and I don't know...
Hi, I'm trying to adapt the stm32f4 library from:
link text
to run an nrf24l01+ with an stm32f373. After some initial SPI headaches, a lot is working. In the initialisation...
I want to confirm how much current is being drawn from the battery while the nRF52 is in it's absolute lowest power state and waiting for an NFC field to wake it up. From...
I am interested in setting the tx power level the advertising packets in a nRF52832 are transmitted with. I saw there is the TXPOWER register in the RADIO section (address...
I have a use case where sensors on a BLE peripheral need to push notifications to a BLE central indeterministically. So it needs to keep the connection always on. The notification...
Hi,
I tired Nordic Uart Service example on Nexus 5 Android ver 5.1.1, but I am not able to connect. I am able to connect to Samsung S6 and Nexus Android ver 4.4.4. I am using...