Hello! I'm using sdk8 and s110. I want my peripheral device to send data to the central. I doing following steps:
1. initialize service:
void services_init(void)
{...
I am glad that I have successfully used the library from www.libstock.com/.../nordic-semi-nrf24l01-example in a pair of PIC18F45k50 devices. One is acting as a Tx and another...
Hello.
I have had a search but can not find anything so sorry if this has been covered before.
Our company has developed a consumer product using the nRF51822-QFAA-R7...
Hi every one !
I am trying to get working a code that it was working "Ok" 2 years ago.
Currently, I cannot get communication between both breakout boards.
To simplify...
I'm trying to solve an intermittent problem when using the nRF51422 UART with CMSIS-RTOS (RTX) and MDK Networking library (V6.2) (TCP/IP stack).
My questions relate to...
Hi...
When i was working in SDK v6.1.0 i have tried nrfprog.exe to merge and program bootloader, softdevice, application and bootloader_settings file as explained in devzone...
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...