Hello,
We are developing a Cellular IoT device based on nRF9160 SiP. Essentially it is a battery powered temperature and humiduty sensor, that sends the measurement data...
Hello,
I'm currently trying to integrate the Android-nRF-Mesh-Library in our App.
Identifying works fine but when the library tries to send the public keys to the node...
The nRF54L series is a new device to the nRF family, and during the bring-up of the chip from early engineering samples to mass production devices there have been quite a...
Hello. I am trying to implement stable connection between my nordic nrf5340 and Samsung Galaxy Buds3 earbuds. I did it based on ble audio example with two connections (one...
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...