Hi All,
I am using nRF51422 with softdevice s310. And implementing Cycle speed and cadence receiver. most of the data processing is fine but i am facing one problem.
...
Hello Nordic Team,
I have a problem with programming the nRF24LE1 chip.
I am developing a small system, which consists of a uC STM32F4xx and a nRF24LE1 Radio Module. The...
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 ...
Hello,
I succeeded to port s110 & sdk9 to s140 & sdk14 which was a problem before.
What we need to do now is to compare the performance of BLE devices with s110 & sdk9...
Hi, I am a beginner programmer and I have the next problem.
I am working with nRF52832 SDK 12.2 trying to send AT commands to an ESP8266. I send the AT commands byte by...
Hi all
According to errata 146 of the nRF52832 Rev 1 errata sheet V1.5, the LFRC oscillator has a frequency tolerance of 500ppm instead of 250ppm.
What are the consequences...
I have a bootloader compiled from SDK 14.0, and when I try to upgrade to 14.1, the new linker script (secure_dfu_ble_gcc_nrf52.ld) does not contain the UICR_BOOTLOADER memory...
Hi,
I'm using the nrf51822 and I want to merge Server and Client roles in one Peripheral device. I am already able to send a history of temperature and humidity measurements...
Sometimes when the method RequestData is called after receiving a notify on the characteristic, the Master Emulator seems to hang for a set amount of time before throwing...
Hi guys,
I have troubles with MCP 3.10.0.14 but the device (PCA10031) cannot be detected in my laptop (Win 7 enterprise). I actually checked it on other PCs and everything...
Hi, I have just taken on responsibility for maintaining some firmware written for the nRF24LE1. One file, radio.c, contains the copyright header:
/* Copyright (c) 2008...
Can a proxy node also be a client and server node (a controller node)?
What are the key differences between a server and a client in BLE mesh?
Can a server relay a packet...
Hi,
When I try to download code to my nRF52832 from Keil with the example "BLE ATT_MTU Throughput Example", I get this error: Error: Flash Download failed - "Cortex-M4...
i want make delay funtion by timer?
in the other MCU like PIC, AVR, stm. i find register that hold value counter and i cant set this value
for example:
timer 8 bit will...
Hello
Just to confirm:
is it OK to use 2-layer PCB with nRF52840?
In case a 4-layer is needed, when do you advise the use of a 4-layer pcb?
Basically we...
I am trying to build the project which I downloaded from github for the "A beginner's tutorial: Advertising" but I get errors for missing files when I try to build it both...
How the ble peripheral knows that ble central was disconnected?
if i trying to send continuously some packets to ble peripheral some times peripheral is not responding?
...