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?
Hi, I am looking to use mcuboot to manage 2 separate images. The idea is that under certain conditions, image 1 would jump to image 2.
To test the idea, I am using the zephyr...
When using the Toolchain Manager through the nRF Connect for Desktop app, the Toolchain Manager is failing to fetch the index files resulting in the version 2 toolchains being...
Hi there,
as already mentioned in other tickets I'm developing a usb to uart bridge based on the nrf52820. The nRF5 SDK version I'm using is 17.1.0.
Right now I'm facing...
Hi,
When nrf9160 as serial modem, can AT command be sent/received over SPI interface without modify FW ?
As I know, the UART interface is the default setting for transmission...
Hi,
I'm trying to connect multiple device on the same peripheral (nrf5340), but my peripheral does not restart advertising once a device is connected.
How to reproduce...
Now we don't add the external capacitance and want to change the internal capacitance . I have install the test tool and send the command to write the register,but it seems...
Hi!
I have nRF5340 Devkits and already have my own PCBs with nRF5340 chips onboard. I have a task where I need to evaluate how good will be BLE signal in different locations...
I know that I can memory-map external flash using XIP in the NRF52 and NRF53. However, with XIP, you can't write to the memory-mapped addresses (makes sense since you don...
Hi,
I have written a code for the motor driver and that is going to be flashed onto nRF5340. There are two communication buses that I am using in the code: UART and GPIO...
Hello Nordic,
we want to use the nrf9160 to measure some stuff and send data to a server while being battery powered. Therefore we need the lowest power consumption possible...
hi is there any existing frameworks for the nrf52 avoiding zephyr. (eg using common native cmsis / freertos / lwip stacks)?
ideally looking for free (non keil) based SD...
Hi,
Whenever I try to run the NUS example at 115200 baudrate there is an error. Either it triggers an assert or I receive corrupted data.
What should be the ideal baud...
Hi,
Trying to understand the NFC example code in the nRF52 SDK. Just wondering why the source code is not provided for the NFC. Why is this developned in the form of static...
I'm looking into the power consumption of our code, and have reached the point where it looks like our application isn't going into sleep mode properly, and is using several...