Hi,
This post is very old.
devzone.nordicsemi.com/.../
I have a nrf51822 chip and I'm using it as BLE and it exposes some service and characteristics and it is working...
Hello!
I set up a project using NRF24L01 and a patch antenna ceramic, the type used in GPS.
In fact, I tested several types of antennas, F, F inverted, GPS, Loop. But...
Hello,
I'm trying to create a PC application to read out some Ti Sensor Tag modules. I'm using a nRF51822 USB dongle and the Master Emulator api.
The nRF dongle sees...
Hi
I have my code like this .
unsigned char *encryptedData;
unsigned int encryptedDataAfterAppendingLength;
memset(encryptedData, 0, encryptedDataAfterAppendingLength...
After ping through link local address ,i am not getting any Router solicitation messages,neighbor solicitation messages and neighbor advertisement messages while i am capturing...
Hi I've got my nRF8001 breakout board ready I now need the SDK in order to start developing firmware code.
I don't have any registration key, how do I get hold of it? ...
Hello there,
I've been trying to run some basic code on nRF5340 PDK. I downloaded and installed the following:
nRF Connect application v3.6.1
nRF Connect SDK v1.3...
Hi, I have developed custom board on nRF52840 based on Thread and Zigbee SDK 14.1.0.
I wants to use zb_zcl_ias_zone_set_status function to send a report of the changed zone...
I have a problem when using JLinkExe + JLinkRTTClient . My operating system is Ubuntu 18.04, and I compile the project using cmake and gcc (using great helper scripts from...
Hi all,
We have a custom board based on nRF52840, and we are using the nrf52840 DK to program our board(For programming the chip, connection from DK to our board is made...
Hi.
Device : nRF52820
SDK 17.0.2 ( Softdevice 7.2.0)
I initialized the clock as below to use USB.
And before changing to sleep mode, the clock was stopped to...
Hi,
So I was using nRF52810 with epoxy or resin coated,but actually the signal quality did not match my needs, the signal faded about 20dB compared to the device which not...
Dear Members,
I manage to display data from GSC10 sensor ? but after few minutes in idle, it can not receive a data anymore,
How can I restart again ?
Is it related...
I am using the nrf52-ble-app-uart-c-multilink-master getting data from 4 UART peripherals that are connected. Once one of the clients disconnects, I am getting an error as...
I have a custom board using nRF52840. Some boards return success from sd_ble_gap_adv_start but no advertisement is seen in nRF Connect running on a Google Pixel 4 phone. Of...
Hello,
I need help with my application.
I am developing an application running on the EV board nrf9160dk_nrf9160 .I read the following article:
http://194.19.86.155...
Hi,
I am developing an application that needs to communicate with nrf51 module over BLE. Specifically I need to write a string on a given characteristic but unable to do...