Hi,
I'm using long write in one characteristic but if I try to configure this characteritic with write authorization (attr_md.wr_auth = 1) it doesn't work. I need to send...
Hi, I disassembled an Acer Mouse and saw a chip named "NRF A 3152c 1517UH". Can anyone identify the chip or provide me with the data sheet for it.
Regards,
Steve
After i asked this question , i changed to use SDK 8.0.0 hrs "s110_for_dfu",
As the same step to try,
i downloaded softdevice(s110) & bootloader(for 8.0.0)
then opened...
Hello All,
I am trying to create multiple threads for an individual tasks. But when I am creating new thread my program is not working and it's going into some infinite...
I have ASUS ZenPad 10 with Android 5.0.2,
BLE device on nRF51, S110 SDK9 with fixed passkey and encrypted characteristics with following settings
#define SEC_PARAM_BOND...
Looking for someone that has previous experience building multi protocol / time slot topologies using a mix of BLE (central+peripheral) & custom Gazell connections running...
Hi.
I have nRF51422 borad and want to flash to nRF51422 with JLink.
I supplied to 3.3V power to board and is connedted SWDIO to p23, SWDCLK to p24. JLink is connected...
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...