We are looking for an experienced software developer, for existing board with using nRF Connect SDK. We are using nRF52840-dk.
Please, contact me if you are interested.
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 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...
Hi
when i call twi_master_transfer function in for(;;) loop of file ble_app_hrs project.
Kindly tell me what to do for that.
for (;;)
{
for(i=0;i<10;i++)
{
...
When I plug the PCA10000 into my mac I can see it presents 3 USB interfaces. The first is interface class 0x02, Communication Control, the second is 0x0a, which is Communication...
Hello
I have problem to reach 100 feet and a high data rate using BLE.
I am thinking about using gazell. Is possible to communicate with gaxell protocol to IOS and Android...
Hi guys,
I am trying to get the maximum packet size out of my nrf24 radios. If I am implemeting my own radio protocol which doesnt require 3-5 bytes of address is it possible...