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 debugged with pca10028, but J-Link can not recognize manufacturer.
If selected cortex-M0, it works but is very inconvenient.
How can I solve this problem?
Hello,
i am meeting problem to program the SoftDevice using an example project in Keil for nrf52832.
i have tested the development kit setup use Blinky Example . it is...
Hi,
We are using sdk12.3.0 sd130 v2 on nRF51822(32KRAM version). We want one central to connect to at least 3 peripherals. We are starting with ble_app_hrs example at the...
Configuration:
nRF5_SDK_13.0.0_04a0bfd
PCA10040
ARMGCC
Background:
I have created custom service based on ble_nus service. I have created 4 characteristics with notify...
I'm concerned about users writing too much or invalid NDEF data to the NFC function.
This could result in parse errors or buffer overflows leading to system crashes/malfunction...
Good Morning,
I need help for integrating a wifi card of this type or another that may suggest. With explanation of connection in the pinp Gpio of the thingy52 board, what...
Hello everyone,
I am looking to start developing something using nfc but I am unable to do so.
I am using SDK v12 and it has nfc examples as well like "record_url" or "adafruit...
Hi,
How to integrate both over-the-air and uart bootloader application for an device? We have a custom board with nrf51822 chipset, and we need to implement the firmware...
Hello,
I'm currently experimenting with the dual-bank bootloader in SDK 13.1. According to the documentation, if the new application can be activated, it is copied from...
Hello everyone,
I'm developing a new device using the nRF52832 but I have 2 questions before I send my PCB to manufacture, I hope you can help me out:
Is there any...
Hi,
Congratulations on releasing nRF Connect v2.0!
Unfortunately, I'm having trouble with adding apps behind corporate SSL proxy. Is there a workaround for this?
Please...
Hi,
I am trying to change the uart example using NRF 52 with SDK 12.3, so that I would hold a button pressed and it would send the time of button being pressed after release...
Hello!
I am putting (with a wave generator) a square wave on pin 17 of the microcontroller, and I want that same wave to come out on pin 18. How do I do that? Do you have...
Hello,
I need to transfer a lot of data over USB. I configured the USB as a USB_CDC_ACM on the nrf52840.
Everything works but the problem that i'm running into is that...