Hi,
I use UART bootloader SDK example(dfu_dual_bank_hci) to do update firmware on EK PCA10001 board,it can work ok.But i changed the HCI_SLIP_UART_RX_PIN_NUMBER and HCI_SLIP_UART_TX_PIN_NUMBER...
Hi. I have been trying get a notification through ANCS.
I have created an app which is made by modifying ble_app_ancs sample.
It works basically but there is one problem...
Hello,
I'm using the nrf51422 with 210 softdevice.
I'm trying to figure out a way for the receiving slave device to go to sleep when away from the master, but to wake...
To be able to upgrade FW through UART, a bootloader for nrf51822 is required in my project. I have tried out the example bootloader in SDK. But this example is using softdevice...
I followed the forum posts and nan-29 to get eclipse 4.3.2 to successfully connect to JLinkGDBServer via a Segger J-Link EDU on Ubuntu Linux.
I can start the GDB server...
I'm using Softedevice 6.0.0 and SDK 5.2. and Keil 4.7.
I Modified bootloader project so it compiles with both ble and hci transports. Currently I use button_0 and button_1...
I am working on the proj that needed 2 MCU and nrf51822 work as slave.
I would like to know any ref on how to firmware upgrade on board without external tool?
I'm trying to send radio frame in timeslot but it's not working. From what I see with an spectrum analyzer, only the first frame is sent.
I am able to make the radio works...
Hi,
We are developing an application with a custom nrf5340 board in which beacons are sent periodically every 100ms. We have been analyzing power consumption with a Power...
Hi there!
We faced the problem of not being able to perform Legacy DFU with Android 10 and newer iOS devices and have since applied the fix. However, since doing so we observed...
Hello,
in our design we use a RF switch behind the ANT LTE antenna I/O of the nRF9160. Many RF switches need DC blocking capacitors in series with the RF signal due to their...
Hi everyone,
When we want to enable a module we usually enable it from the sdk_config.h by setting the desired module to 1 (for example #define NRFX_SAADC_ENABLED 1). I...
Hello, I am using nrf52810 and S112 Softdevice.
After initializing uart, use uart close for uart sleep.
Then the uart close will be checked.
I want to make an uart init...
I have an nrf52832 based device and a mobile app that I'm working on. I'd like to be able to turn the device on via the app, so wake on BLE seems the way to go.
I'm a neophyte...
Hi,
I am working nRF52832 and sdk 16 version. I want to get the RSSI value of my peripheral device nRF52832 and send it to central (phone) over ble ? how to do that ?
...
Hello.
When scanning with the iOS app nRFconnect, the device name is displayed, but when scanning the same device with the Android app nRFconnect, the device name is "N...
I'm trying to test polling on the Thingy91 using the Asset Tracker firmware. However Ion function sensor_sample_fetch_chan(..) I get returning error: -134. I can't find any...
Hi
I created my own application and want to enable CONFIG_DFU_TARGET_MCUBOOT.
But like the picture shows, this marco is still grey in the dfu_target_img_type() function...
Hello, We are looking to send around 1000 Bytes on characteristic. On android app we used Nordic apis to send long write for sending 1000 byes but I am receiving only 509...
Hi team,
My customer is working on design with nRF52832, and they want to know how to defer the low drive mode and high drive mode as below?
Also, shall that be configured...