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? ...
How can I send data from nRF5340 to Raspberry Pi? Do I need nRF52840 Dongle dongle attached to raspberry pi? What functions should be used to send from nRF5340 and receive...
Hi forum,
I am working on nrf52832 custom board, using sdk 15.0.0.
I referred example/peripherals/twi_sesnor example as reference. I am trying to interface LIS2dw12 with...
Hi,
I've stumbled upon a problem that I haven't been able to solve for an extended period of time. I've found several other posts on this forum describing something vaguely...
Hi,
I have a project that need to use a long range bluetooth communication with an Android smartphone or tablet
I use for test a tablet Lenovo Tab M8 TB8505F, NRF Connect...
Hi, before developing a BLE project, just got a general question about nRF connect on PC, does "nRF connect on PC" support Bluetooth 5 Advertising extension, if it is supported...
Hello. Developed with nrf52832 (S132 v7.0.1, SDK v16.0.0).
"pm_peer_delete" is used to delete the peer created during bonding. When I checked Flash when "PM_EVT_PEER_DELETE_SUCCEEDED...
Hi,
I have recently inherited a project from a former worker. The code intends to read data from a peripherial through TWI (the peripherial is a Si7053 digital temperature...
i used aplication twi_sensor form nRF5_SDK_12.3.0_d7731ad and i use s132.i conected mpu9060 every time get error on my terminl NRF_ERROR_BUSY.There is exemle of code main...
Hi,
I am working on a secure bootloader for a nRF52810 chip, and I am starting from the PCA10400e example in the SDK 16 and SD112 on SES (MacOS).
I successfully compiled...
Hi,
I am unable to get any programs using Zephyr to run on an nRF52840DK.
I have tried using the latest DAPlink (from GitHub) and JLink firmware (from Segger) as well...
When HFCLK was changed to "64 MHz crystal oscillator (HFXO)", the following code was implemented.
I am aware that "while (NRF_CLOCK->EVENTS_HFCLKSTARTED == 0);" is waiting...
Hello all,
I would like to have some help regarding the usage of CoAP protocol. Is there any sample project that supports SDK 17.02 that I can start from?
I am using...
Hi DevZone,
Here's my setup:
Using NRF5 SDK 15.2.0, custom board based on NRF52840
Battery powered device with 3.6V battery.
Supply voltage stepped down to 1.8V...
Good day
Due to I am very new with NRF chips and I did not find direct answer on forum I require some clarification on that moment...
The task is to detect input pulse...