Hello everyone, I'm severely struggling to perform a simple task. I must be missing a very simple answer and, I hope with your help that I resolve the issue.
I am trying...
if the issue can be worked ,how to do that with android source code? the 2 ble pure devices (not android phone) connect with a ble android phone.
please check below, the...
Softdevice Version: 8.0.0
SDK: 9.0.0 IC:
NRF51822 Rev 3
service: NUS ANCS
When the application is not downloaded, the bootloader is working.
After serial bootloader...
We're looking for a few (2-3) savvy OS X users who might be interested in trying out Xcode to natively develop code for the nRF51/52 BLE SDK's. This build method does NOT...
Hello,
i'm working with my own board with the SD V6.0 and nrf51822 chip id QFAAG0. Already works fine.
Now i switch to the new SD V8.0. The SD V8.0 is programming with...
Hi everyone,
I'm working on the nrf51822 chip and using S110 stack of SDK 6.1. Everything is fine for IPhone5s. The proximity example is running on the nrf51822 device...
Hi,
I'm trying to use timers 1, 2 and 3 in my application which also uses the app_timer. It works fine when I'm just use 1 & 2 but after inserting the following code to...
Hi, can you point me to the documentation that tells me what preprocessor defines are required for properly building ble_blinky_c or similar please.
The reason is for setting...
Hello,
I am facing problems when I send 3 consecutive chunks of 244 bytes on BLE. My actual task is like receive from SPI and send it to BLE. I am receiving data in chunk...
Hi,
I need to store the 1kB of data in the flash storage and it need to be read anytime and change the data anywhere.
I am using nrf52840 DK and also nrf5340 DK to perform...
Hi Nordic Leaders,
Regarding nRF5340 and nRF connect SDK
Objective: Update blue tooth data transfer rate between 1Mbps and 2 Mbps.
Details:
As it is not possible to...
Hi I am merging BLE Peripheral code and I have added all .c files and added the path in C/C++ compiler and Assembler but it still shows definition missing
You can see...
we are using NRF52832 for my development. Also implemented 1 custom service. Currently we are using 2 standard services and 1 custom service(12 custom characteristics) with...
Hello, I saw another post with a similar question regarding the same error message from a few years ago that went unanswered, I figured I'd reask the question.
I am attempting...
Dear Support
I think gpio_nrfx_port_toggle_bits() is not task / interrupt save.
When between nrf_gpio_port_out_read() and nrf_gpio_port_out_write() a task switch or...
Hey,
I am working on a project as a internee using acconeer xm122 sensor and nrf9160 dk.
I want to know that how I can connect nrf52840 on acconeer xm122 sensor with nrf9160...
Hello,
I am having some trouble migrating from the nrf52 DK to my custom board with an nRF52832 and running as standalone. The application is working as intended when the...
Having an issue that suddenly started with my nRF5340. Tried swapping out batteries, USB power supplies, cables, still have the following error. What is weird is I don't get...
I'm following the secure bootloader examples for nRF5 SDK 16.0.0 with my nRF52840 DK, with Segger Embedded Studio on Win 10 x64. Android Phone used is Samsung Galaxy Note...
Hi.
Im new to ncs and zephyr but I've got lot of expirience in embedded software.
Today I add a class and a global instance of this class.
So I expected that the constructor...