Hi,
I'd like to learn about the app compatibility for the new OTA DFU that ships with the new SDK 6.0.0 and S110 7.0.0. I am using a nRF51822 board and I've observed that...
I'm curious to know if there is a tool that allows easy design of a GATT server DB that is portable across dev platforms (the nrf518 EK, my Android/iOS dev environment etc...
Iam trying to display the uart data as a scanned response.nRF51822 receives the data from PIC and it is displayed as scanned response during advertising.the problem is nrf51822...
Hi,
This is a bit more of a typo report.
In the Debug Logger doc page , app_trace_init() is supposed to return an int but in its function declaration it's said to return...
Hello All,
I'm trying to build a receiving unit using the nRF24L01+ and PIC16F628A. Im using an nRF24L01+ and RaspberryPi as my TX unit which i managed to get working ...
Hi,
We have a device using the S110 v6.0.0 softdevice and the SDK v5.2.0.
We started working from the Proximity application available in the sdk.
Is it possible to...
Hi,
I have a simple demo device that does play to be a mouse and a keyboard using HOGP profile. I can get it running with Linux pretty well and I can get it running with...
HI,
I was trying to update firmware on thingy 91 using MCU bootloader. Now when I trying to upload again it is keep showing one error.
Error while probing devices: Error...
Hello,
I'm using nRF52832 and SKY66112-11 PA/LNA connected to increase the range. I'm using nRF5 SDK 17.0.2 and nRF5 SDK for mesh 4.2.0
I followed this guide to use PA...
Hello everyone,
I'm programming for nRF52833, using SDK17. When I program for scanning filter (SCAN_NAME_FILTER and SCAN_UUID_FILTER) and debug, I got these errors. I don...
I have a ST link V2 with swd interface support. For one of our existing projects ( custom board ), we want to examine the current consumption of BMD-350 ( NRF52832 ). Hence...
I am currently tasked with programming the NRF52810 to boot up upon a button press and then sit and wait for further button presses to trigger various functionality including...
Good afternoon
According to the project requirements, two keys were added to the compiler settings for stricter project verification:
-Wsign-conversion - Checking for...
Hello,
I have tested the ADC+UART in nRF52 BLE module,
and now thanks to help of this community, I can get the ADC value with UART communication.
Sorry for so many questions...
Hello I have an issue with the exit.c file, Eclipse tells me: exit.c:(.text.exit+0x16): undefined reference to `_exit' I do understand that this is a linkage problem that...
Hello Sir or ma'am
I am trying to load CPP SDK on my nrf52840 DK, But whenever I compile my code it through the error like this," vector: No such file or directory". Now...
Hi, all.
I'm using nRF52832 Software Development Kit, PCA10040, S132.
Using the 'ble_app_uart_c' example, I am studying to connect with my beacons and read data.
I...
Hi,
When evaluated under the following conditions, there was Out of band spurious@325MHz~403MHz (See the following Results ).
Does nRF52832 has spurious(-50dBm~-60dBm...
Hello!
I'm doing the firmware that will be applied to the custom device. This device contains one button, which has two functions. (Function output according to button input...
Hello. I have one multirole device and one peripheral device. Both are nRF53832, SDK version is 15.3 and softdevice is s132 6.1.1. Multirole devices connect to phones as well...
I have two nRF52832 side by side scanning for advertisement with filter by name. Because I will have a number of peripherals advertising, so I want to have multiple centrals...