Hi, I'm new to BLE and just started feasibility testing, using RF8001, on a small device with no IO. The device will have a unique code set at factory, and printed on label...
I had the same experience as fishman and I went back to give Eclipse a try. (Post: nRF Beacon does not build on Android studio) I tried to build it in Eclipse Luna with the...
When using the BLE device, BLE_GAP_EVT_DISCONNECTED event informs us that connection between dongle and BLE device was closed/lost.
Is there a way to know when dongle connection...
When using nrf51-ble-driver_win_0.3.0 with Visual Studio 2010, after I put a breakpoint in my code, when I try to have the process "continue", I always get unandles exception...
Dear sirs,
Many thanks for the IoT SDK.
Just setting up the Raspberry I can't start the Phyton CoAP example as defined in documentation.
The envirinment is:
R...
Hello everybody,
I'm getting crazy, I'm trying to extend HID axis values from 0..255 to 0..1023 max using the descriptor found in the example ble_HID_keboard/hid_joystick...
Hi, I'm testing the beacon example
(ble_app_beacon, Beacon Transmitter Sample Application ) with my custom board.
I use IAR 7.1 for ARM, Softdevice S110 ver 7.1, and...
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...