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,
We are using nRF Connect SDK for implementing HSL model for the BLE Mesh network consisting of RGB lights.
On comparison with nRF Mesh SDK, we found that the SDK size...
Running the ADC in continuous mode, but it seems we still have to set NRF_SAADC->TASKS_SAMPLE in a while loop. Shouldn't this not have to be set? In continuous mode we shouldn...
Hello,
Currently, I am having a problem with my BLE application. I am using nRF5_SDK_17.0.2_d674dde version. The BLE can advertise and can be seen by my phone. When my phone...
Hi,
For nRF9160, configured for GPS plus LTE: What version of nRF Connect SDK supports GPS+LTE in eDRX mode? Also, are there any plans to provide modem support for GPS+LTE...
Hi, I am trying to test the uart exemple on nrf52840 using external debugging as shown in figure but it doesn't function !!!!
are there any modifications that need to be...
nRf Gurus, I need your help! It is very hard for me to understand top level configuration of the soft devices and overall mentality. I am sure it will be very easy and convenient...
I want to create a 1MHz timer using TIMER2.
I try to start the timer with the following settings, but the device probably hangs.
I also use app_timer, is it a problem...
Hello, Not so long ago I asked this question and the solution I was given is still working for the devices I was using. Now I've received a new version of the device in which...
Hello,
I am using nRF52832 DK module(for master), and breakout board(for slaves, 4-slaves).
I have some problem while BLE communication.
First, I am wondering if I can...
Hi,
I'm getting error on connect to cloud server (socket.nouslogic.com:443) with error code is 45 ( EOPNOTSUPP).
Here are detail:
1. Using https_client example on nRF...
Hi,
I am going to use a timer in my code which includes ble_app_uart (using app_timer) and saadc examples. I need this timer to read time during the program.
I know...
what I use project is "ble_thread_dyn_template" , Is there any way to replace the app's UART console with 'BLE' - i.e. instead of receiving 'ot' commands from UART console...
I need to read (and clear) the general purpose retention register. I cant start the Soft Device just yet, so cant use the sd_power_gpregret_get and sd_power_gpregret_clr functions...
Hi there!
I'm back again, with another possibly stupid mistake. I'm using ARMGCC in combination with Make, nRF5 SDK, nRF SDK for Mesh, FreeRTOS and C++. I wrote my own mesh...