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...
I'm trying to design custom advertising package.The code as follow:
The addtype is a global variable.
However,The raw of advertising package look like this.
The...
Hi
I am using nrf52832 to push via PPI an array of PWM values, it works if the array is on the RAM but when I define the array as "const" (to put it in the flash) nothing...
Hi Fellow NCS-ers, I understand that the configuration setting CONFIG_BT_EXT_ADV, CONFIG_BT_CTLR_SCAN_REQ_NOTIFY, and bt_le_ext_adv_create() with the appropriate callback...
I am using nrf sdk v2.4.0 and I wanted to disable TFM so I added the following definition in prj.conf.
CONFIG_NRF_SECURITY =n
CONFIG_BUILD_WITH_TFM =n
But my program...
A problem is experienced with our nRF52840 device, which occasionally stops working and cannot be reset.
Below are the issues observed:
The main software is stopped...
I am working on the broadcast_audio_source example, trying to access audio from the I2S microphone. However, I do not have much experience with Zephyr. The example is mostly...
The thread where it happens is "unknown” despite the fact I name all the threads I create. With addr2line I found that it is zephyr/kernel/timeout.c 56 but it says nothing...
Dear all,
I'm designing a circuit that should allow powering the nRF52840 board with either an USB power supply (USB2) or a (non-rechargeable) CR2032 battery (B1). According...
Hello.
I encountered the following problem. I have an nRF52840 microcontroller that is already soldered onto the PCB board. It doesn't have any bootloader. As an example...
Hi,
We have an nRF9161DK and received our own custom boards this week. When we tried to program our custom board, the development kit disconnected from the computer and...
Hi all!
I'm in the process of trying to put together an nb-iot app on Android studios that would communicate with data from the Thingy 91 board. I've been trying to go through...
Hello everyone,
I've been working on testing PPP support in SLM 2.6.1 without cmux on my Linux host machine. However, I encountered some logs during the process: Note: For...
Environment:
I can't seem to get the one button sample to do anything... I get a steady ~1sec flash from HOST led on the npm1300, but I get nothing from pushing SHPHLD...
I have an EC11 rotary encoder wired to my nRF52840 and I am trying to get readings from it using the sensor API. However, I'm having issues with (seemingly) garbage data....