Hello! I'm trying to develop an Android-nRF-Toolbox App. What features and folders do i use with show logs? In order to develop the uart in the toolbox app, we have deleted...
I thought this should be very simple but it has not turned out that way. I have started with the pc-ble-driver heart rate monitor (peripheral) example. I was able to take...
Hi,
I building a gas meter monitor ( peripheral ) that transmit meter reading to the Central.
The gas meter will be sending to the Central it's ID and meter value ( uint64_t...
The International Conference on Embedded Wireless Systems and Networks will host also this year a dependability competition to benchmark the performance of state-of-the-art...
Hi,
I find the CSCS example program reading zero at low cadence levels below around 50 rpm.
Using ble_peripheral example ble_app_cscs loaded into the PCA10040 board or...
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...
I am using SDK 11.0.0 on a nrf52832, with FreeRTOS and SD132 2.0.0. I configure the FreeRTOS port so that it uses RTC1 as SysTick. Depending on some compilation macros, my...