I've recently began experimenting with the HID service and connecting to iOS devices in order to achieve lower connection intervals with Apple products (as described in their...
Hi
I have a question about using gazell link layer and paring library with concurrent timeslot api. I try to do this but i have the hard fault handler after invoked nrf_gzll_init...
HI,
I want to use PWM to control various hardware (LED's, etc ..) so I started off from the suggested PWM code example, found in this forum + modified it as I want to use...
hello,
the function ble_stack_init () in the example of ble_app_uart are quite different from that in the example of ble_app_proximity in my first sight.
ble_app_uart :...
I am getting following error:
Error in final launch sequence
Error executing step execute method: stepInitializeJTAGFinalLaunchSequence
java.lang.reflect.InvocationTargetException...
Hi,
I'm currently trying to use advertising extensions with my nrf52832. However once I use the
BLE_GAP_ADV_TYPE_EXTENDED_CONNECTABLE_NONSCANNABLE_UNDIRECTED
type...
Our device uses an nRF52840 and we are using SDK v15.3.0 and soft device v140.
In order to optimize power consumption, I want to make a delay function using the RTC (with...
Hi,
We are designing a device based on nRF52840 that implements the Zigbee ZBOSS stack. We are interested to get ZB NVRAM configuration (network id, bindings, reports, etc...
After not having used my Thingy52 for a number of months, I decided to get back to tinkering with it.
When switching it on, it briefly shines a red light and nothing else...
Hello,
I am using the DWM1001 board and would like to receive some bytes over UART to the nRF52832.
I want the device to wait for a certain number of bytes from UART and...
I am using BLE UART and want to incorporate BLE bonding so that IRK keys get exchanged and can resolve the advertisement packet. I am planning to use privacy mode.
Can you...
Hi, I have followed the steps of generating a new .h file for my custom board (save as of the PCA10056.h board, modify the file, then generate a new macro in preprocessor...
Hi,
Is their any method to listen the MQTT-SN topics inside Rpi? I would like to listen the MQTT-SN messages and send it to my own cloud. Is it possible? I have tested...
I am using nRF SDK v16 with nRF52DK pca10040 board and s112 soft device.
I understand that peer manager can remember each peers' CCCD setting following the bluetooth BLE...
We are evaluating the nRF52832 and have the following questions:
What is the accuracy of the internal ADC voltage reference and the voltage regulators?
Are any of the...
I am using windows 10 and have been able to work with the FOTA sample for the nrf9160 for several months.
I needed to update the SDK from 1.0.0 to 1.1.0. I followed the...
I've been trying to get my 6 Thingy:91s up and running for months now, and the customer is getting really frustrated by the many delays.
I first went through a series of...
Hello,
I am using nRF52840, SDK_16.0.0, SoftDevice S140 V7.0.1.
Till now I am using ‘ble_app_blinky’ example code, modified to my custom profile and tested On/Off...