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...
I have a sensor with serial protocol of 7 bits data, even parity, 2 stop bits. I wanted to use uart library to interface with this sensor. But I couldn't find the settings...
Some times when I'm trying to use GDB it stop with the following information:
(gdb) file _build/nrf51822_xxab.out
A program is being debugged already.
Are you sure you...
I started to try SAADC example in SDK12.3. After setting up project in eclipse, I got two errors:
Symbol "NRF_TIMER0" could not be resolved
Symbol "TIMER0_CC_NUM" could...
Hi,
We are a group of students at NTNU looking at the possibility of creating a small device that connects to your phone and multiple other BT devices simultaneously, letting...
Hello,
This is a quick question regarding the behavior of the Power Supervisor POF warning. We implemented a fairly naive use of the POF warning where we would log an POF...
Hello I am using the NRF52832 in ESB mode. I use both VERIFY_SUCCESS() and APP_ERROR_CHECK() within my code in various places but when am I supposed to use versus the other...
i have project app_ble_uart and i want add to it functin read from mpu6050 i add to Makefile Makefile pathes and add #include "mpu6050.h" and InitMPU6050(0x68); into main...
Hi,
I am currently working to measure power consumption on a custom board and I found huge power consumption while advertising (BMD-300 1.15mA DCDC enabled).
So I have...
Hi,
I am trouble with private key generation in nrfutil. I am following the tutorial infocenter.nordicsemi.com/index.jsp.
When I am giving the command nrfutil keys generate...
Hi, do you have a central peripheral combo example which illustrates indication (not notification)?
Alternatively, if you could list the steps to change from notification...
It seems GPIOTE interrupt do not trigger when multiple IN signals are defined as GPIOTE_CONFIG_IN_SENSE_XXX(false).
It works when GPIOTE_CONFIG_IN_SENSE_XXX(true)
I am...
With SDK 14:
If I flash in this order:
softdevice_s132.hex
bootloader_secure_ble_debug_ with bonds_s132.hex
3. ble_app_buttonless_dfu with _bonds_s132_with_setting_page...
I am having issues to use 2nd UART. When I run Keil in debug mode it shows me three UART registers.
i) UART0
ii) UARTE0
iii) UARTE1
Is this UART0 and UARTE0 same thing...
I am using NRF51822 Rev3 and softdevice 7 in my project. On communication with
Android device sometimes the link disconnects with disconnection reason61(0x3D)
BLE_HCI_CONN_TERMINATED_DUE_TO_MIC_FAILURE...