Hi,
We're looking for a low-latency 2.4GHz solution (not BLE) and the nRF51822 is oft-quoted as providing low latency, but what are the typical ms figures we could achieve...
Hello all,
in my previous question (Switch between applications (multiple services.h)) I got the advice to merge my two services into one service, including a HID over...
I am trying to create an nRF8001 based application that will broadcast battery levels (pipes broadcast, set), and give out temperature data (pipe indicate - TX_ACK) to connected...
Hi,
I'm using redbearlab's nrf51822 board. It is a arduino compatible board and hence it is using 0,1 (mapped to 9 and 11 for nrf51822). How do I make printf print to this...
An external PA/LNA is used to extend range of nRF51822, and S110 is used for BLE, How to switch between PA and LNA? and how to disable PA/LNA when there isn't transceiving...
Hi...
Can anybody help me to run ble_peripheral example (ble_app_hrs for S130). I have build and load the code successfully but cant see the advertisement. But while debugging...
Hi,
My problems are as follows:
SDK :nRF5_SDK_15.0.0_a53641a.
IDE:MDK 5.2.6
Chip:nrf52832 SPI0
External Flash :W25Q64
Now ,I can read the chip ID correctly ,but...
Hi,
Please find following source code.
After compiler by Keil 5.24.2, some code will not compiled,
I can see the situation by "enter debug mode, please find following...
Hi,
I am trying to develop a central device that would scan for devices that start with a prefix XYZ_, for example XYZ_1111, XYZ_1245,...
Is there some way to add a name...
Hi,
I am using esb function to implement my project, and I set "noack" condition to "true".
How can I know the destination address when I receive a packet?
Thank you...
I need to add ARM_MATH_CM4 to my preprocessor definitions using Segger Embedded Studio.
I know this has been dealt with in "nRF52832: How to Include the "arm_math.h" library...
We are developing a BLE device that will act as a central and send data to a peripheral. To begin with, I have used the uart central example code from SDK to set up a central...
Hi, I am trying to figure out the adc example posted by Nordic Semiconductor on Github.
https://github.com/NordicPlayground/nRF52-ADC-examples
There was two examples,...
Say I have the PWM Decoder set to NRF_PWM_STEP_TRIGGERED. If I use NRF_PWM_TASK_NEXTSTEP to step through a PWM sequence, will an event be generated for each step? I would...
Hi,
I have merged ble_app_multilink_central example and ble_app_uart_c example. and function is Ok.
Central(nRF52) can connect to HM-10(ti cc254x) and communication is...
Hello
I am trying to do BLE communication using BLENano2 (nRF52832) now.
Therefore, using SDK 15.0.0, we are writing a program with keil u5.
BLE communication can...
Hello!
I am using SDK 15.0.0 with keil.
I tried to use the sample program to do BLE communication, but I have one thing in doubt.
I'm using SDK15 / example / ble_peripheral...
I’m in the process of learning the nRF52, and tries to combine the ble_app_gatts and the pin_change_int examples (using nRF52 DK, SDK 15.3 SES projects on a Win7 machine)...
Dear,
secure_boot
I tried to change baud of UART0 from 115200 to 9600
nrf9160_pca10090.overlay
and nrf9160_pca10090.dts
Then, run LTE Link Monitor of nRF Connect...
Hello
I'm using NRF52 PCA10040 board., SDK 15.2 libraries with GNU ARM GCC and Eclipse as an IDE developing FW on Windows10 x64.
I have been facing a problem trying to...
nRF52832, SDK 14.0.0, SD132 v5
We do not touch the LFCLK, either through the raw IO map or via the nrf_drv_clock() module.
We enable SoftDevice, do a bunch of work,...