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 friend,
I use SDK16.0, and the version of softdevice is S140 V7.0.1. Can I advertise a special data? like 0x08,0xff,0xa6,0x02,0x33,0x09,0x55,0x00,0x0c. 0x08 is packet...
I am looking for to buy(I don´t have a 3D printer) a enclosure to protect my nRF52840-DK. It is not a good practice to handle because probably soon this practice will damage...
Hello, I just receive a nRF9161 Development kit and I'm completely new to both nRF9161 and Zephyr.
I want to start an evaluation project based on the nrf9161 lwm2m client...
Setup:
windows 11
VS studio code
Toolchain and SDK v2.6.1
hardware: nRF52840DK / PCA10056 (bought June 2024)
Using sdk/zigbee-Template as the base for the project...
Hi all,
I'm using an nRF5340 DK and I want to build a simple project that plays a sinewave to an i2s DAC (MAX 98357A, perfectly working on other development boards I have...
Hello,
I found that after bonding, I could still connect to another board that had burned the same code.
Here is all of my code related to pairing and bonding.
Central...
Hello,
I tried to find information about using the QSPI with external flash on nrf connect SDK.
My goal can be split into two parts:
1. Use QSPI with external flash...
Cant Flash Thingy52 on VS code after flashing once and also cant read sensor values of thingy on serial terminal. How can i flash on thingy52 smoothly like flashing other...
My programm uses both the non-secure world and the secure world, with the non-secure-world largely just calling functions inside a custom partition of TFM in the secure world...
Hi,
I'm working with a nRF54L15 within the nRF Connect SDK on Zephyr. I need an array which retains its content through soft resets, so in another RAM section than the...
Greetings,
One question on the nRF9161/51 capabilities: is the 3GPP Rel-14 LTE-M Cat-M1 larger UpLink transport block size (TBS) of 2984 bits supported (instead of 1000...
When debugging a connection using Wireshark and the BLE sniffer, one must select the device of interest from the device menu, or select "follow le address" in the key drop...
I'm checking the nrf_dm sample with NRF52840DK,nrf connect SDK.
Due to peer.c and dm.c create static thread,so I run debug and hope to get all thread and their priority...
Hi,
I am checking the i2c protocol with nRF Connect SDK and Zephyr through VSCode.
I created a very simple example where I push a button on the nRF52840 DK and I get the...
Hi
We are using the NCS V2.6.99 for a sample project which scans for peripheral devices.
I've seen that the scan-callback-function return the struct bt_le_scan_recv_info...