Hi
After each connection, I should press Alt-A.
Is it possible to add a feature so the advertising will restart automatically after the connection is finished?
Hello Support Team!
I use nRF52840 and migrate to nRF5 SDK 17.1.0. But I can't use Trace functionality, because SystemInit method from system_nrf52.c file use wrong pins...
I'm having some issues regarding the data update interval when running the asset_tracker_v2 application, particularly with adjusting how frequently it publishes data to the...
I am developing using a nrf51822. I want to save and calculating year,month,date,hour,minute.
so.Is it possible to use the time.h of c statndard lib?
If it is impossible...
I would like to update nrf51822's firmware from a different microcontroller. Would that be possible? Can I emulate the serial wire debug, and program the flash directly? What...
Hi there!
I'm trying to run the 2014 arduino example code on a Teensy3.0 arduino variant. I need to know if the example file will run on the ARM core.
Right now I'm...
Hello,
I use PCA10001 v1.0(nRF51822 QFAACA).
But, S120 example is supplied with "nRF SDK v5.1" which support only PCA10001 v2.0 over.
When I tested S120+"nRF SDK...
Hi developers,
I am having a strange problem:
My nrf51822 will only start-up when USB-powered.
From no power state (battery removed and usb-disconnected):
---When...
I do not have a product (i.e. I didn't by any of the boards from Nordic) but we've built our own board using NRF51822. How do I get access to SDK/API files? The SDK is locked...
Hi,
I have Bluetooth4.0 modul and I want my dongle working just like a bluetooth adapter on my PC. that is to say: my dongle searching BLE device automatically and connecting...
Hello
I need help with 128 bit UUID for BLE.
Could you explain me how to specify my own 128 bit uuid?
Whether it should be unique?
Bluetooth specification refers to...
I am planning to write a simple OS for nRF51822 based on framed loop principle.
Nothing fancy, just bog standard 10mS frame and optional round robin scheduler.
The questions...
Hello,
I am designing a circuit using the nRF81522 chip.
I was wondering what should I do with the unused I/O pins.
Would it be OK to leave them unconnected, or there...
Hi
Could I use 3.3V to the C3 capacity in the application example,datasheet?That is to say,C3 doesn't connect to VDDPA pin and 3.3V connect to the C3.I found that it is...
We have developed our custom nRF8001 board and connected with Arduino UNO bord. we have used nRF HRM demo application from Github . We are using nRF utility application from...
OK, I didn't read enough fine print before I plunged in, but my version of the nrf51822 I have on a bunch of boards isn't supported by the new SDK.
In a premature onset...
I'm trying to use notifications with Android 4.4. When my service issues a call to sd_ble_gatts_hvx, the result is BLE_ERROR_GATTS_SYS_ATTR_MISSING.
From this link , I...