I'm looking for a good firmware engineer that can take my current firmware and add the buttonless DFU to it. I currently use the Keil environment but am open to switching...
I am working on PCA10040 board using Keil u5 debugger (V5.23.0.0, JLink setup). After accepting the continuous firmware update requests I get the error message "Missing core...
Hi,
I have just started using a nRF52840 PDK board with the purpose to verify BT 5.0 features. I am completely beginner working with nRF boards or nRF SDK. Anyways, I downloaded...
I have a USB host capable Android device running CentOS via Linux Deploy and everything is working perfectly except i'm unable to connect to my USB nRF24LU1+ Crazyradio PA...
Hi,
I am using multiperipheral mode in ble_app_hrs using the ble_app_multiperipheral example taking the functions on_connected and on_disconnected while connect and disconnect...
Hi,
I'm using nRF52810 on SDKv14.2 and I have changed the bootloader from 52832 to work for 52810. I could do OTA now. I found that the bootloader there is no timeout when...
HI,
I am using nRF52832 and SDK 14.2 and trying to send MPU accelerometer values to android device through BLE . But when I call " mpu_init() " in main function to initiate...
Dear Sir,
I am new to Nordic. This is my first query. It is related to running Timer with softdevice. I am using TIMER1 ( as const nrf_drv_timer_t TIMER_LED = NRF_DRV_TIMER_INSTANCE...
Hi, Support team,
When I use the SPI peripheral communicate with nrf24l01+,it's no data return in m_rx_buf by using the API nrf_drv_spi_transfer(&spi,m_tx_buf,1, m_rx_buf...
Hi,
I use the FDS on our project firmware. The firmware saves some configurations to FDS at shutdown and the factory reset. At this time, sometime fds_gc() does not call...
Sometime, the timer handler is not call immediately after calling app_timer_start().
environment - nrf52840 - SDK 15 - with FreeRTOS - timer task priority is higher - timeout_ticks...
Hi,
In the nRF Mesh mobile app, when you go to the settings tab, you can hit "Reset Network", this appears to clear any previously provisioned network, and lets you start...
Hi all!
We've been time-stamping GPIO events using PPI in nRF52 , and it works* !
...but when using the SoftDevice , it apparently clashes with the PPI about 30ms after...
Hello,
I have been having issues when using the UART libraries (app_uart.h) with certain pins on the nrf52832. Previous iterations of our project have worked correctly but...
I am investigating an H4 HCI over a UART implementation for a client which plans to use the 52832 (or 52840) as a replacement for a TI BLE chip in a new design.
I have built...
Hi all
We are using customized board with nRf52810 chipset.
Actual requirement in our project is to send 100 bytes of data for 10 millisecond.
Kindly suggest a procedure...
I'm developing multiple peripheral and a central. Central is only scanning and Peripherals are only advertising.
In the example, I see that I should use the ble_app_blinky...
Hi,
I was trying to run dfu mesh example according to this. I attempted quite few times but every time having an error at step 11.
infocenter.nordicsemi.com/index.jsp...
Hi, Nordic Team
My development environment is PCA10028, SoftDevice 130, SDK12.3.0
I use a s130_nrf51_2.0.1_softdevice.hex.
It is based on ble_app_multilink_central and...
I am new to Nrf52832.......I have started development of a custom board based on Bt832 and BT832X.
I have built 2 proto boards one with BT832F and the other with BT832X...
Starting idle task using Task Manager library frequently throws error "Unknown function at 0x000008C8" when running with the debugger (often takes several restarts until it...