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,
I am interfacing a temperature and humidity sensor (si7021) to Nordic nRF52 development kit board. The sensor works fine and I can read accurate temperature (23 degree...
Hello,
I used a breakout board of the MPU6050 ( playground.arduino.cc/.../mpu-6050.jpg)
and the nrf52832 development board. There is communication between the two and...
Hi i was trying to build i2c sensor interface with twim_3 but the project isn't generated bcz of following error log
Creating solution i2c_scanner.emProject E:/Nordiac_semi...
Hi,
I have read a few other related tickets but still have not found a fix
We want to be able to change device name in the field to show a meaningful name when scanning...
Hello!
I have a NRF52840 DK and a NRF9160 DK . The NRF52 will send AT commands through UART to the NRF91 modem. Tried to use the code from https://github.com/NordicPlayground...
Hi,
I want to implement sensor data monitoring using Mesh BT.
I would like to predict the power consumption before implementation.
- If about 100 nodes are connected...
Hi,
Setup details : am using Segger Embedded Studio V:4.50 and NRF52832 custom boards for development
Mesh SDK: v 4.0.0 & BLE SDK: v 16.0.0
Query : I am using light_switch_client...
Hi, I am currently working on testing eddystone on nRF52. I have used the ble_app_eddystone example as a starting point. I have looked into the example and trying to configure...
Hi, all.
I'm trying to develop an Android application reading NFC tag.
I have to send data with small buffer.
I think this problem can be solved if I send multiple times...
HI
i am trying to build i2c project for external interface of adxl345 and i am getting below error
Creating solution i2c_adxl345.emProject E:/Nordiac_semi/v1.4.0/toolchain...
Hi Dev team,
I am working with the Thingy91 and I have connected it to an external sensor through UART-1.
I am connecting another sensor through the same UART but with...
hello Nordic
i am working with the nrf52840 dev kit, sdk 16.0
i was wondering if it is possible to initiate a write via qspi, without cpu intervention (like when using...
Hi,
I am trying to build an application for nRF51DK which would continuously collect data from multiple BLE devices. Since there is no example for multiple connections application...
I got a Thingy:91 back from a student who managed to kill the USB-DFU bootloader.
When connecting a USB cable the host doesn't recognize anything connected.
I tried...