Hello everyone,
I got a task which I try to implement using a NRF51822 iBeacon board.
The Task:
Advertise a Device and provide a mechanism to connect without traditional...
Hello, I'm working with the EK PCA10003, that has the NRF51422. I'm trying to read the information of the accelerometer MPU6000 with an ISP interface. At the moment I cannot...
I'd like to use the GATT/GAP driver from an ARM based Linux system. Is there any possibility of getting a library compiled for ARM or (cough) the source code to build it myself...
It is possible to run easily a SoftDevice stack (e.g. S110) on nRF51422 using an accurate 16MHz external clock reference for HFCLK instead of an external 16 MHz crystal oscillator...
I want to change data bytes in the advertisement packet. In ACI_DEVICE_STANDBY I put: lib_aci_open_adv_pipe(1);
In ACI_EVT_CMD_RSP: I get feedback that command 1B (I assume...
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...