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...
Good morning everyone,
I am having a few problems in understanding the new SDK 15.0.0.
First of all, I was unable to find a definition/description of NRFX.....what is...
Hi!
I have some doubt's on Light Switch example in SDK for Mesh V.2.0.0
1. I'm able to connect using nRF Connect Android Application to Proxy Client and Server but when...
Hi,
I'm using the nRF51 Dongle as a sniffer to capture BLE data. I set up the device and the plugin as instructed in the User Guide 2.0.
1. When starting Wireshark, the...
Hello,
I am using sdk 12.2.2 and customised nrf52 board. I am using gcc makefile to compile my code. I want to add .lib file in my code so how should I add .lib file in...
Hi,
I want to send "ON" message to server node over mesh network when a client node receives "hello" via UART from PC
I was able to merge UART example from nrf5 sdk with...
We are using BMD300 module in our custom design, but we are facing issue in programming BMD300 using j-link segger. The device is not getting detected in nRFgo studio. But...
Hi
We are having our current NRF application working with S132 SoftDevice v3.0.0 API and we want to port our application on S132 SoftDevice v5.0.0 API and also want to use...
Hi,
Im not sure if im doing something wrong or what, but i've been hitting a wall when trying to use the radio example transmitter and receiver.
No matter what i send...
Hi , im using the ble_app_uart project on nRF52832 chip.
Im trying to use SPI pins as: P0.13-data P0.14-clock P0.15-cs. before that i wanted to see that i control the pins...
Hi.
Im trying to implement the timer example from the sdk15 in my own project but i get a error i dont understand.
'NRFX_TIMER0_INST_IDX' undeclared here (not in a function...
Hi,
I'm having some trouble when trying to implement a custom service with two characteristics (SDK 15.0). My central application is not able to write to the cccd handle...
Hello everybody ! Designing with the development board nRF52832 and SDK14.2.
My code is based on the code of the "ble_app_multilink_central" on which, I added some of the...
Hello,
I'd like to evaluate the performance of an L2CAP CoC on the nRF52840. I was hoping to find an example project which uses this feature but I couldn't see one.
Is...