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...
In the On Off Client Model in the nRF5 SDK for Mesh 15.0.0 (nRF5-SDK-for-Mesh/models/simple_on_off/src/simple_on_off_client.c) there is a check in the client callback handler...
I try to build and test my first time SES setup on Mac for further development on an existing nRF51 project and future nRF52 project.
I use SES for Nordic V4.14 and SDK...
Hi Nordic
I am looking at legacy code in nRF24LE1 that has to be ported to a new chip, nRF52xx.
The thing that I have come across is a strange thing in the datasheet...
Hi Nordics, I wonder is there any specification on IOT. I have seen the source code on IOT at nRF5_SDK_15.3.0_59ac345\examples\iot\tcp. But I don't know how to use it. So...
Hi all,
i am using:
- nrf52832 DK (IC revision 1 -> QFAAB0)
- nrf5 sdk for mesh v 3.1.0
- nrf mesh app v. 1.2.1 running on android 5.1/ second phone android v. 8.1...
On a NRF52832 based beacon I use to sensors, a SHT3 temperature and humidity sensor and a KX022 accelerometer.
I'm using the twi_manager library as it is used in the example...
I've made an application based on the SDK 15.3.0 ' Console over Bluetooth ' example:
https://www.nordicsemi.com/DocLib/Content/SDK_Doc/nRF5_SDK/v15-3-0/ble_sdk_app_cli ...
Hi, I understand that the Decawave UWB modules have nrf52832 Chip in them. But we are facing BLE issues (it gets disconnected and connects). We are using a Panasonic Tab containing...
I have nRF51822 AA with SDK 12.3.0 and SEGGER SES 3.10f. I was able to run and experiment with ble_app_beacon example, fixing known SES troubles, mainly with memory sections...
Environment:
BLE Slave Module: nRF51822, s110 v6.0, based on UART over BLE application example
If a peripheral and central is getting further and further, finally they...
Hi ,
my chip is: nrf52832
my SDK is: nRF5_SDK_15.2.0_9412b96
I'd like to know how to update the value of UUID when user press the "download" button ( the down arrow...
Hello all
when trying to prepare a DFU package, I managed to make it several times before, but now I am getting this strange error:
PS C:\Project\Nordic\ble-rd\firmware...
SDK version 15.2.0 (latest at the moment of writing). I am having trouble reading from UART in > 1 byte chunks where exact length is not known upfront.
The problem is, UART...
Hi everyone !
I'm working with an example code for the nRF52840.
I added some c files and changed from UART to SPI.
Until this point everything was able to compile and...