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 Nordic Team,
In my application, I'm trying to read 512 bytes of data continuously from the STM32 master device. nrf52840 acts as a slave device. Every time I receive...
I have a DK of nRF52840, which is from 2016, and want to use it to test the LE Coded broadcast.
But it seems that 2016 DK does not support it, so I want to replace the chip...
Hi
I am working on direction finding examples, based on CTE feature that is introduced in BLE v5..
I have build and run both "tx" and "rx" examples successfully as described...
I have developed two PCBs that each use the rRF52840 chipset in the form of the BL654 modules from Laird which include PCB antennas.
I based the software project on the...
Hello,
I am trying to transmit weight measurements via BLE from a nRF52840-DK to a proprietary app. I am able to successfully transmit the data to the nRF Connect app on...
Hello Tech Support Team,
We are looking for a solution that can support LE audio. We currently use CSR8675 to make a Bluetooth dongle.
In order to support LE Audio, we...
Hi,
I'm having some issues trying to install the additional python dependencies for both zephyr and nrf
but it's not really working
I'm using this version of python...
Hi Nordic Team,
We require to perform below BLE range test, for which i would like to know which firmware i can use for the same.
1) To configure one device as continuous...
Hi,
We are testing mass pairing on our windows machines, as we have seen problems with a high number of paired devices.
I am able to increment the mac address by using...
Hi,
A simple CMAKE question, somewhat regarding the zephyr build, but pretty essential for someone using JTAG to debug the application:
How does one disable optimization...
I need to make a reset of mesh device with clearing its configuration.
For this I tried to use model_config_file_clear() or mesh_stack_config_clear() functions.
However...
Hi,
How to enable fast mode for radio transmission and reception (I am using nRF5 SDK). These are the default examples and I can see that fast mode is not implemented: ...
Hello again,
I saw this Github 's post and I was wondering if is possible to use some of the libraries and drivers with nRF52811 and if so should I pay attention to some...
Hi,
Question:
In our project we need to drive some external components (High Side Drivers) via GPIO output.
In order switch on our “High Side Drivers” we need a voltage...
I'm using TWI and BLE functions together. My TWI sensor is operating at 400kHz, low priority. BLE has the highest priority. For example, if nRF52805 is sending commands to...