Hello ,
I'm designing an embedded system with one of your RF chips (NRF24L01+) and as far as I searched for the datasheet , It seems like NRF24L01+ doesn't have a hardware...
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,
1) i try to build the eddystone sample program and it prompt "....missing micro-file......".
2) i went support site and search thru some recommendation.
3) After...
Hi all,
Download and build SDK excample in MDK, fail!
Error #543: Device nRF52840_xxAA(Nordic Semiconductor) not found, pack 'NordicSemiconductor.nRF_DeviceFamilyPack_NordicLicense...
I'm using the PCA10056 with a SD card connected via P1.12-P1.15.
When i use the FatFs example of SDK13.0.0, it's works fine. but when i use the FatFs example of SDK14.0.0...
Hi,
We are trying to connect to NB-IoT network but seems nrf9160 not able to connect. We are trying with an NB-IoT SIM in Malaysia. Below is the log captured using LTE Link...
I want to change DLE/MTU in udp (IoT) example in order to test throughput with max mtu, is it possible?
The udp example does not contain nrf_ble_gap library, is it possible...
Relative newbie here. Would like to interface an Arduino MCU (AVR 328p/32u4, etc) via UART protocol with a decent range (50-100m open air) nrf 52840. I found the Fanstel BT840F...
Hi,
I have been struggling with this for 2 days now, and I cannot get my head around the problem.
I want to send data from my nrf9160-dk to Azure IoT Hub via the sample...
Hi,
I'm using 51822 QFAC SDK11 S130. The 51822 will receive a group of 18 bytes data from the phone. I'm facing a strange issue: every time after the BLE is connected, I...
Trying to run the experimental nfc pairing reference on a couple of 840 DKs for Bluetooth pairing as it's shipped in SDK 17.
Successfully compiled the micro-ecc make files...
Hi,
I get sporadic softdevice assertions at the address above. I am using S132, SDK15.2.0 on nRF 52832 custom board, and the problem started when I added LoRaWAN functionality...
Hi,
Recently, we were trying to support the HID device OTA function.
We have make an user control panel which could read the device FW version via driver which communicate...
I am starting with the Zephyr sample "peripheral": developer.nordicsemi.com/.../README.html
This sample started out with a Heartrate Sensor Service and a Current Time Service...
Hi,
Just a general question, is there a way to find out the exact size of the advertising packet? I'm using nRF52832 to connect to a smart phone. I was curious if there...