In my design I need the RX to be standalone , I.E. no controller attached to it , does the programming STORE in the Chip ? If I set it up as a RX and set a specific Ch. Freq...
[Dev Env]
nRF51 DK
IoT SDK 0.8
IoT SoftDevice
[Question]
how i change my ip in ipv6_coap_server example use ipv6_address_set / ipv6_address_remove API.
To...
Hi Guys,
I have a MCU RTOS project. in Hardware board, builtin Nodic BLE chip over UART,RTOS BLE stack works fine.
We also have a MCU RTOS Emulator based on Qemu,we...
Hello,
I would like to have more info about canceling the pairing request on iPhone (thru the popup that asks if you want to pair with the device which is managed by iOS...
Hello everyone, I'm severely struggling to perform a simple task. I must be missing a very simple answer and, I hope with your help that I resolve the issue.
I am trying...
if the issue can be worked ,how to do that with android source code? the 2 ble pure devices (not android phone) connect with a ble android phone.
please check below, the...
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...