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...
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...
Hi,
I am working on a setup where nRF5340 uses W5500 Ethernet IC and communicate MQTT over TLS. The actual setup for now is nrf5340dk + w5500 ethernet shield.
I am working...
We found one charging issue on nPM1100, after we assemble the battery to the PCBA, and then apply 5V to nPM110 (VBUS) and GND. The protection ciruit does not release, and...
Hi,
I am using nrf52840 and SDK-16.0. Our product is already in the market.
we added some extra features now. after adding this we are not getting application timer call...
Hi,
I need to provide a clock signal of 4.9152 MHz to an external ADC.
Can the NORA-B106 module (that integrate a nRF5340) supply that signal by the Application Core M33...
I am looking to program the nRF52840 development board to get data from the mpu6050 sensor. I want to use bare metal code for the same. Is there any available code or sources...
Hi Folks!
I've got a rather bulky project that's having a rather bulky project. In short, my project tries to enable both MCUBoot DFU and an ExFat Filesystem. I've narrowed...
Support,
I've encountered a challenge while integrating my product with device from a third-party. Unfortunately, they've utilized the SIG base UUID for their unregistered...
We have an existing application for the NRF52840 using SDKv15. This application will handle writing a new application to a free bank. I need to add the ability to jump from...
I need to do a DFU via BLE but I do not have enough memory. For the past few months I have been working on a custom bootloader that would use an external memory to do the...
Hello, I am on conenct SDK 2.6.0 and trying to run the Zephyr Bluetooth:Central example on the nrf5340 dk to connect to a Minew S4 door sensor and get data from it. Here is...
Hi, I am working on using nrf7002dk to connect to AWS over WiFi. So far I have been able to connect to WiFi and send a HTTP get request through DHCPV4. When I continue to...
In my nrf connect sdk projects i have external custom driver modules that i use across various projects to simplify code reuse. The issue i am having is that when I add MCUBOOT...
I am trying to use the the cellular monitor to get the device information but it seems like it does not connect to the device via J-Link, this is not a DK but a custom board...
I'm trying to connect to my Xiaomi Band 8 and read heart rate data using gatttool with the help of extended Bluetooth adaptor, UB500 | Bluetooth 5.0 Nano USB Adapter - TP...
Hi, I am trying to add some unit testing in my NRF Connect SDK based project. I am using Unity + CMock suggested here . For files with no complicated dependencies it works...