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?
In generic_dtt_state_set_cb_t the provided p_self is of type const generic_dtt_server_t but the argument to generic_dtt_server_status_publish() lack the const qualifier requiring...
Dear Nordic support
I want to ask you about nRF5x-Command-Line-Tools if
-this software is automatically communicate via internet
-this is not file sharing software...
Hi guys!
I am witnessing the things are evolving pretty fast around Thingy:91! What was up-to-date and actual yesterday is outdated today! That's why I would like to ask...
Hi all,
In the nRF52832 erratasheet, for erratum [220] it states:
"SoftDevice v7.0.1 includes an alternative workaround which does not support FPU being enabled."
...
Hi,
I am having an issue with the FDS update command returning a CRC error as above. Any advice on how to fix this issue would be greatly appreciated.
Steps to recreate...
Hello,
How can I read out the ICCID of the sim card?
I've tried to do it with AT%XICCID, getting error on this.
AT+CRSM=176,12258,0,0,10
+CRSM: 144,0,"98740006819041410210...
Hi
I am using the HW driver library for the PWM.
I looked at your example and in order to change the duty cycle of a channel, you directly change it in the m_demo1_seq_values...
In our current implementation of the CDC ACM output, we use a blocking wait for the APP_USBD_CDC_ACM_USER_EVT_TX_DONE after writing to the cdc acm stack. We are using Teraterm...
Hi,
Someone has been working with Alarm Cluster. I tried to implement it on multiprotocol dorr lock example but it was impossible. I have been reading ZCL library revision...
Hello,
I am trying to PCA10040 example project program to NRF52810 BLE module.
I just know that the 52810 has different(small) memory with respect to the 52832.
So,...
I have compiled ble_app_blinky sample code from nRF5_SDK_17.0.2_d674dde SDK and loaded it with s132_nrf52_7.2.0_softdevice.hex in my nrf52382 board. I can discover this device...
Hello,
I want to use a Li-Po battery with my nRF52833 development kit and I can't find the specific name of the J6 connector in the DK documentation. Does anyone know...
Hello ! I am working on the asset tracker project on NCS 1.4.0. Since I switched to this NCS, I have an error that comes up very often (once in two or once in three): get...
Online rajAsthana a few seconds ago in reply to Einar Thorsrud
Hi Einar,
Now I am able to put my board(nrf52840) in DFU mode with buttonless code using Esp32 as...
Hi,
I using nrf52832 evk board and sdk17(S132). I want to add the internal temperature sensor reading to the ble_app_buttonless_dfu_pca100400_s132 code present in the examples...