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...
Hello,
I am not able to update the softdevice from 6.0.0 to 6.1.0. This usecase is useless as I am in dev stage of my product. However I need to be sure I will be able to...
I am trying to get the NFC communication up and running.
I have tried the writable_ndef_msg and it runs on my kit. Now I try to make it work in my project, but I get some...
If the sensor I'm developing is broadcasting the raw data that is encrypted, how will the mobile app or gateway decrypt it? Is there a BLE standard to exchange the key in...
Distinguished Nordic technical support and developers:
Hello. I have implemented mouse operation with Nordic 52832. I want to ask a question about binding.
After...
I am trying to build an application on the nrf9160dk dev board. It it supposed to collect data from a sensor, and send updates via MQTT when there is an NB-IoT connection...
Hello,
Am developping an Android App that communicate with the nrf51822 , using the 'Proximity' sdk samples Can someone help me with any useful sourcecode or a documentation...
Hello,
I am currently using the nRF52840 Development Kit and was looking to isolate the SoC for power consumption testing. I mainly want to disconnect the integrated MCU...
Hi, I'm developing a project based on the Nordic UART with multi centrals and one peripheral coexistent based on SDK 15.2 and S132 V6.2,
In scheduling section of softdevice...
I used the nRF52832 SDK15.0 S132,the question is:
(1) I used SPI_0_Instance for APP_SDCard and SPI_1_Instance for other device;
The Setting of SPI_1_Instance frequency...
Hello, this is a continuation from a different question I previously had answered: https://devzone.nordicsemi.com/f/nordic-q-a/40452/nrf24l01-spi-communication-with-nrf52...
Hi Sir/Miss,
I use below items to develop:
HW : PCA10040 (nRF52832)
SDK: 15.2
Softdevice : s132
IDE : SES V3.40
After I create my task (two same priority tasks...
Hello,
I am trying to measure the current of the dk. I added the 10o resistor, loaded the ble blinky example and connected two probes. This is what i got:
In the idle...
Hi Nordic,
we started with the light_switch example
and created a second onoff model to it -> system compiles but runs into error
also tried adding a other generic model...
Hi All.
In custom report descriptor I try to use this code:
ret_code is NRF_SUCCESS
but on host while reading feature report I don't se a changed value. Maybe I'm...