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...
I've been unsuccessfully trying to serialize BTLE example programs by SPI. I have two PCA10028 boards and I'm using SDK10. In addition to serialization examples, I've tried...
Hello,
Connection between linux router and NRf51 devices worked before I've updated kernel version from 4.09 to 4.3.
Now, with the same configuration and hardware, I'm not...
Hi, when I debug my software (nrf5340 cpuapp) from the nRF Connect plugin in VS Code, when I hover over variables and buffers, only the content of the variables is shown,...
product details:
nRF52840 custom board
nRFConnectSDK 2.2.0
we want to implement custom service interacting with the Android app.
Where we will receive on command from...
When creating a Bluetooth Mesh Vendor model ( https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/protocols/bt/bt_mesh/vendor_model/dev_overview.html ) and if the vendor...
Hi there.
I'm using nRF5 SDK 17.1.0 with nrf52840.
I've configured my timer3 to interrupt by compare with 10us ticks. When it does, I toggle a pin. But when I measure...
Hello,
I am developing an app based on the the buttonless_dfu example and the secure bootloader and it works fine with Android.
I have the following problem with IOS:...
Hi all,
I have this annoying issue that I can't find a way to get rid of, and I don't know if it's intentional or if there is even a way to deactivate it.
I'm using VS...
Hi Community,
does someone here have experience with DAPLink?
currently the nRF5340 is still not spported by DAPLink, I`m considering to compile one. here is how to port...
Hi
We were using the nRF54L15 PDK V0.2.1. But after the update of the extension "nRF Connect for VS Code" to V2024.7.18 (pre-release), we are not able anymore to debug....
hi , i'm trying to connet sim800l and neo_6m modules to nrf52840dk using zephyr ,however i can't find any code source to use .,or do i have to creat the code from scratch...
Hello,
As I was using the sample“nrf_dm”(SDK v2.6.1),I wondered how programs were run, how threads were scheduled to give measurements, and how I could learn about this...
Hi, I'm working on nRF5340, NCS v2.6.1, Zephyr v3.4.99. The net core is running the child image HCI RPMsg controller. Th app core is running application and child image mcuboot...
Using the following code block nRF52833(PRX) can receive the data from PTX(nRF24L01+).
But how nRF52833 replies to nRF24L01+ with the ACK packet which includes user...
Hi, in order to reuse the original factory public Bluetooth MAC of nRF5340 based radio module, I had introduced a function that reads the MAC address out of UICR.OTP area...
After enabling Littlefs, I wanted to use a serial port to write files to it. I first tried using mcumgr, but currently encountered some problems. So, I tried to directly read...