Hi, I am Product Manager working for Medical Device Manufacturing company based out of Ireland.
we are in search for a development house / developer who will support us...
I have so many versions of this topic that I now am certain that most of the answers provided are wrong. Since you cannot have so many ways of connecting an external nrf device...
Hi,
This is actually a follow-up to my previous question here: devzone.nordicsemi.com/.../publish-timeout-handler-of-one-model-called-during-publish-timeout-handler-of-another...
Hi to all Nordic product lovers,
This is not a question but rather an announcement of a new nRF52840 based finger tip size module 14 x 9 x 1.6mm launched at CrowdSupply...
Hi,
I have a SPI slave device which outputs 8-bit registers that I have to assemble. For example, I receive two 8-bit registers, a high and a low register, which I have...
I have a PCA10059 dongle. I have inadvertently configured pin P0.25 as the sleep debug pin and I use active state 0 as I am using off board LEDs with reverse logic. This means...
Hi all,
I am using sdk12.0.0 and i am trying to build the alert_notification from examples.I have installed GNUARM toolchain version 4.9 2015q2 and I am using eclipse.
Following...
The nrf51.xml file that was included with the SDK 9.0.0 was located in the directory structure here:
nRF51_SDK_9.0.0_2e23562/SVD/nrf51.xml
In SDK 10 and 11 this file has...
Hi,
I would like to use my NRF51DK with SDK11 and SD130 to control my SSD1306 OLED screen over TWI/I2C.
To refresh the OLED screen, we have to send it the whole display...
I recently experimented with the TWI Transaction Manager and found the following:
This function would cause HardFault Error
void _BAD_read_func(app_twi_t* param_p_app_twi...
I build esb_ptx example in sdk12, download in nRF52832 board, but from uart tool, I can not see log.
I have enabled log in sdk_config.h, and in options for target 'xxx' ...
Hi,
I have a DFU issue. Using Visual GDB IDE and gcc tool chain.
I Can get my signed application generated into zip then DFU it into the device which all works.
Once...
Looking at the radio notification code in components\ble_radio_notification, it looks like there isn't an option to use the NRF_RADIO_NOTIFICATION_TYPE_INT_ON_INACTIVE event...
Hello,
I am reading mpu9250 and providing timestamping with events. I want to create timer so that when the timer will be called reading of mpu9250 will begin and when...
Hi there
I have encountered another issue with a repeater that I am working on.
The program follows this basic sequence:
Setup as NRF_GZLL_MODE_HOST
Wait for...
Hi, I am trying to use NRF_CLOCK_LF_SRC_RC as clock source with the following settings:
pca10040.h
#define NRF_CLOCK_LFCLKSRC {.source = NRF_CLOCK_LF_SRC_RC,
.rc_ctiv...
Hi,
Am having application with Freertos in which am creating 4 tasks + ble task using Freertos API's. Application is running as expected without any issues.
But in 4...
Am flashing SD 3.0.0 and secure Boot loader and then updating application (with Freertos) via bootloader .Application boots up no issues.
am facing below issues.
1.Am...
Hello,
I've checked the timing diagrams for the CE and IRQ on the datasheet but I would like to know if anyone has actually tested them with an oscilloscope? If yes could...