Hi
The documentation for the new feature in S110 v8 to change the gatt table size says that to change it the linker configuration needs changing .
This means it is a...
I used to be able to see my development kit in nRFgo studio and flashed S110 onto the chip. Now all I see is: "No boards connected". I am still able to flash programs onto...
Hello,
I have an iOS application communicating with a custom device having a nordic 8001 chip.
They have established a bonded relation. In nRFgo Studio, in Security...
Hi there, thanks for your help in advance!
I have tried the nrf51-ble-ancs-nus sample from github and making it work on a 51822 EK board, i.e., it can receive notifications...
I try to use hcidump, capture CSR dongle on ubuntu14.4.
I can find SDK8.1.1 s110 keypad demo create connection fail.
HCI Event: Command Complete (0x0e) plen 4
LE Set...
I want to experiment with recording observations of the beacons with raspberry pi's.
Is there any precompiled firmware I can install on the nRF51822 smart beacon...
Hello everyone,
I am trying to communicate among 2 NRF24L01+ modules using 2 ATmega16A microcontrollers.
My SPI communication is working fine as I am able to write and...
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...