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...
Hello, I have a couple of questions concerning the nrf52840 dongle
1. Is the dongle supported in the nrf connect sdk? I see that the board is within the build boards,...
Hi Sir
I am using an example from NCS 2.6.0 and want to modify it to use ADC channel 6 (P0.30) to read voltage values, but I am unable to get the correct values. (When I...
Hi, I have a custom board connected with DK and i was able to program it and test some simple codes. I need to test this TWI example on my board. I uploaded it but i am not...
I am currently developing with the nRF52832 using the nRF5 SDK 14.2 and need to proceed with AES-128 encryption.
However, I cannot find the CDC (Cipher Block Chaining) library...
I'm using nRF Connect SDK version 2.3.0 nrf52840, and external flash - W25Q256JVEIQ. I believe I'm running the chip at 80MHz (rated for 133), with the qspi chip and partition...
OS: Windows
Name: nRF Connect for VS Code Version: 2023.11.301
Found an issue with saving the preset file (Save configuration as preset) when project is located on a...
I'm using an nRF52840 and SDK 15.2 (although I can go to hardware directly if required).
What I want to do is to set a pin as an output with a normal drive run high on...
Hi,
Today I'm trying to run a Thread application on an nRF5340, using the secure environment (not ns). Building the firmware as ns is fine and works as expected, but when...
Hi,
I tried running the \zephyr\samples\bluetooth\periodic_adv program as a host-only application on the nrf52840 development board, with the controller using an nrf52832...
We are working on an idea for a protocol with very low latency events for multiple devices.
For this we would like to be able to transmit a packet only when no other transmitter...
Hello Nordic,
We are currently working on a project that involves communication between Main MCU and a Nordic BLE. From the documents i found that, we can use SPI or UART...
Hello. Are there any plans to officially port the nRF91 series or any other nRF MCU to Arduino for quick prototyping and cross platform compatibility? That would be very useful...
Hello Experts,
I am using nRF52833 / PCA10100 DK boards with SDK nRF5SDK160098a08e2. ( legacy product has the same so no plans to go to Zephyr )
In this SDK there are...
Hello,
I'm encountering an issue while configuring the SPI bus to communicate with a LIS3DH sensor using nrf52832. I'm working with Visual Studio Code using nrfConnect SDK...
Hi
I'm using the nrf52840DK and this example: "BLE Fundamentals, Lesson 4, Exercise 3," where you can send/receive strings between UART and Bluetooth. This works perfectly...