I've developed my BLE application that is based on nRF518822 and softdevice S110 v.8.0.0.
I've defined 6 services (4 with 2 characteritics each and 2 with 1 characteristic...
I can get right value when I chose QDEC_SAMPLEPER_SAMPLEPER_512us in slow application ,but in my application my max data rate is more than 2k, so the QDEC value is less than...
nrf51822 SDK 9.0
iphone 6plus System version IOS9.2
When the phone receives the QQ message "static void notif_print(ble_ancs_c_evt_notif_t * p_notif);" can execute.
but...
Hi..... This is Venkatesh. I am using nRF52-DK Evaluation kit. This is my first question posting here. It is pleasure to have an account to share my knowledge and get the...
Code_Replace_MainDotC.docx
Please look at the attachment of my code. Go to \nRF51_SDK_9.0.0_2e23562\examples\ble_peripheral\ble_app_template\pca10028\s130\arm5_no_packs...
I am in need of the usb-to-uart.hex firmware and the driver for it. This is required to test the radio dongle nRF24LU1+ device (32k) whether it can be programmed through USB...
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...