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...
Can you explain me what I need to do in order to have the esim ? Do I need a physical component ? I am new to this subject if someone can help me a little bit. Thanks
I am trying to measure and characterize expected battery lifetime of my design. I've noticed that as the effective Connection Interval goes up, so does the Rx current peak...
After init I2C channel
#define TWI_INSTANCE_ID 1 // because SPI0 share same reg add with TWI0 we change and enable TWI1
#define MAX_PENDING_TRANSACTIONS 5
NRF_TWI_MNGR_DEF...
Hello,
I am trying to estimate Battery life. I am using CR2032 with 230 mAH capacity. I am confused with the calculations.
As per excels sheet in below link, for 500...
Hi, I have strange problem using pc-ble-driver on nrf52 with heart_rate_monitor example. When I set advertisement data to be 16 bytes long, two of our testing phones cannont...
Hi,
I am using nRF52832 and I need to create a timer interrupt handler, which can trigger at 417us (microsecond). I am using Segger Embedded studio. Please, can anyone help...
I have a project which recently started logging the following error on boot.
nrf_sdh_ble: sd_ble_enable() returned NRF_ERROR_NO_MEM.
This is the only log message....
Hello
I have a simple Thread network with 3 nodes and I would like to send a provisioning request from one to the 2 others in order to get their IP.
I modified the Thread...
I will like to know if the nRF52832 is capable of working properly when placed in series with a 30 Ohms Resistor ( which is the battery resistance for our application) at...
Hello,
As nordic has implemented sdk for mesh and i have been using mesh sdk v3.0.0 LIGHT_SWITCH_EXAMPLE but i am facing some problem regarding pa_lna. Actually wt i have...
Hi,
I want to use I2S to drive the speaker,just like playing the prestored samples from sounds.h in thingy:52.
However,i can't drive the DAC by I2S.Is there anyone have...
I just got my nRF9160 DK. Unfortunately the out of the box demo didn't work:
LTE LC config ... [00:00:01.029,876] [1;31m<err> net_if.net_if_init: There is no network interface...
Imagine following use case:
Alice has a peripheral bonded with Alice's phone (central)
On the peripheral, Alice switches to a "guest mode" which disconnects from Alice...
HI
UUID scan filters are set and enabled.
I was capturing peripheral device MAC id via ble_evt_handler.
i was expecting filtered devices should be visible but when i...
HI
I am trying filter peripheral devices based on UUID while scanning. I have set, enabled the scan filters but still output is displaying all the peripheral devices irrespective...