Hi,
I have 3 nRF51 DK pca10028 v1.1.0
I compiled and run power profiling example and after that I cannot flash or connect to the devices (tested in all three of them)...
Hi Guys,
Thanks for your precious time and insight. Let me try to explain what we did,
We have developed a custom board
After assembling the board, we do a bare board...
Hello all, this tutorial goes to a fellow named Emil who helped me with this project.
Number 1_ Make sure you set up the terminal viewer For debugging with real.You need...
Seeing recent response to my original question on multiple chip selects, I've opted to share a modification to spi_master that I've implemented in part to make handling some...
What is the official status of the Softdevice Serialization for S130 in SDK 9? I could see an older answer on how that was removed in SDK 8 but since almost half year has...
Hi
The documentation for the new feature in S110 v8 to change the gatt table size says that to change it the linker configuration needs changing .
This means it is a...
I used to be able to see my development kit in nRFgo studio and flashed S110 onto the chip. Now all I see is: "No boards connected". I am still able to flash programs onto...
The device advertises.
The phone scans.
The device use white listing and only allow one peer, the phone.
What's the difference between erasing bonds and disabling white...
Hi there,
I'm intending to use the nrfxlib modem library and its BSD socket implementation on the nRF9160. My goal is to use non-blocking APIs and use `nrf_poll` in response...
Hi,
I followed the DFU to SDK example post on https://www.u-blox.com/en/docs/UBX-19050198 to add Buttonless DFU to an application (I modified \ble_peripheral\ble_app_hrs...
Hi,
I'm using nRF Connect SDK v1.7.0 to develop a firmware for a custom board with a nRF52832 MCU. I'm using VSCode to build and flash my device using the nRF Extension...
Hi All,
My dev environment is as follow:
nRF52832(Central) + S132 + SES + SDK 17.0.2
Normally my Multilink Central code is flashing and working properly without...
I'd like to know of an example(s) for interfacing nRF52840DK board as a Master SPI to an Arduino badge (from Honeywell). I have the badge working with an Arduino Uno (Rev...
Hi,
If I want to use the NRF52833 as TX, and NRF24LE1 as receiver. How I can I match out the address?
If NRf24le1,
RX_addr = {0x00, 0x 11, 0x 22, 0x 33, 0x 44}
then...
Hello,
I'm working with NCS 1.7.1 and the nrf52840 dev kit to implement a BLE peripheral with FOTA, stats and configuration features. I've added MCUMGR to the project so...
Hi Sir,
As we know the inductor connected to the DCCH pin is a DCDC function for high voltage mode.
But what side effect we can see if we connected the inductor at the...
Hi,
I'm using NRF52840 to connect to an Android mobile phone.
The application scans for advertisement and when the NRF device starts advertising - connection is established...
Hi,
I'm evaluating the performance of the Zigbee protocol implementation on the nRF connect SDK using nRF52840dk:s. nRF connect SDK 1.7.0, ZBOSS I'm not sure where to find...
Hi everyone,
We are using the secure bootloader in our board, and we are adapting that bootloader for our requirements. Moreover, we use the DFU updates for our Main application...
Hi,
I've noticed an issue with the modem locking up on the nRF9160DK. I'm not sure what causes it, but it always gets err 116 - ETIMEDOUT when initialising the modem and...
Hi,
I am trying to determine if PSA supports AES-256 encryption and decryption. From the documentation, it appears that it does. However, the aes-cbc example in the nRF...