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?
Dear Support Team
Our customer prepared to develop a triple mode operation game keyboard which communicating over Bluetooth LE, either via the dongle or USB. Should the...
Hello, thank you for taking the time to read this.
I've been reading through some of the forms, and I'd highly appreciate someone with more experience giving me some input...
Hi Support Team,
I’m designing a custom PCB using the nRF52840 based on "Circuit configuration no. 6" from the nRF52840_PS_v1.0.pdf. On our design, VDD_nRF = 1.8V which...
Hello,
I'm making some sensors based on nRF52832 and I'm using them as native transceivers. Maybe I'll look at BLE Mesh in the future but at the moment I just send and receive...
SDK 17.1.0
I developed a firmware that can be used in nrf52833-CJAA-R, but it can't be used in the nrf52833-CJAA-B.
According to the following link:
devzone.nordicsemi...
Hi Nordicsemi Team,
The one of our customers recently purchased NRF52-DK (Dev. Kit) which was Ver 2.1.0.
But This time has issue. He thinks after version 3.0.0. cause...
Hi, I am currently trying to use PWM on nrf9160 DK to control a stepper motor. Do you have any sample code for PWM? Also do you have the pin assignment of which pin on the...
Hello! I am working on a project I have set " sensor/server" as my starting point. The sensor is successfully interfaced with NRF52 I need to store the calibrated data of...
We're trying to develop a device driver by putting it in our application folder (under /drivers).
The west build system now recognises and builds it through the Kconfig...
I am following the instructions to set up NUS shell through bluetooth with the following example: https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/samples/bluetooth...
hello
I try to make work the ADC on the NRF52840DK
I would like to use any of the 6 channels on the ARDUINO connector (p0.3, p0.4, p0.28-p0.31)
I am simply not able...
Hi . We have been struggling for months now to achieve DFU updates for our firmware with no success. On our latest stage we get "Can't find room for update". We are just trying...
Hi,
I have a very high consumption when using the ADC of the nRF9160, I am using the NCS 2.0, the firmware used is inspired by the sample provided on github below:
https...
HI
What is the difference between the two BLE commands?
From testing, I see that only the second works when I am writing to characteristic that is 1 byte long.
Hi,
I have 2 nRF5340 audio DK PCA10121 kits. I am trying to follow https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/ug_nrf5340.html#building-and-programming...