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...
I am working with the nRF8001, and I'd like to create a services.h file that will let me broadcast battery level and as well as allow temperature to be read by a peer.
...
Hi,
1-I have successfully developed an app ... \nRF5SDK1702d674dde\nRF5_SDK_17.0.2_d674dde\examples\ble_peripheral\ble_app_template. 2-I have set a UART example to send...
Hi,
We have some questions from one of our FW guys regarding the configuration of the UART pin:
I looked at the UARTE driver implementation, it configures the UART Rx...
Hi there,
We currently have ~500 nRF52832 devices running nRF5 SDK (bootloader, S132, application). These devices are updated using the nRF5 SDK Secure Bootloader UART DFU...
Hi,
I would like to know if it is possible to configure the optimization level only the application built on top of Zephyr, and not all the project.
I am trying to debug...
Hi-
We have an application that currently does not use the soft device. Eventually we will want softdevice S113 in our application once we start to add some BLE based...
*** BEGINEER ALERT ***
Just thought I'd throw that alert in, so you are aware you can't assume anything in terms of base level knowledge here! I'm coming from a Cypress...
I'm currently playing around with learning how to code in VCS with nRF Connect. I was watching a series of Youtube instructional videos ( https://www.youtube.com/watch?v=MGsZJpdLtco&list...
Hello,
My colleague and I created ESB prx project based on SDK 1.6.0 version and nrf5340 dk.
And some source codes in ncs/nrf/samples/esb/prx/src folder are changed...
Hello,
I am trying to work on a simple GPIO program for the Thingy:91 which involves reading a pin for sensor inputs (this will be 2 sensors eventually). I have tried to...
nRF Connect V 1.6.0
using samples/zigbee/network_coordinator against a nRF52840, I am trying to commission a larger number of devices to join the network. Currently 24 devices...
Firstly, my english is not good,
I am using nRF52840 and my IDE is Keil uvision 5, i want to know, where is the pins SDL and SDA
I am new developer, and please you can...
I have successfully formed a mesh and sending data in the format as below
" udp send ff03::1 1234 $01 " to udp '1234' socket
" udp send ff03::1 1234 $02 " to udp '1234...
Hello everyone,
I am currently testing the range of Nordic BLE modules for an indoor application. I am using BC805 (nRF52805) as peripheral and BM832 (nRF52810) as central...
I am re-implementing a custom error handler that stores error data and forms an error report after reboot, after having a success with it in nRF SDK 15.
In nRF SDK I could...