[Dev Env]
nRF51 DK
IoT SDK 0.8
IoT SoftDevice
[Question]
how i change my ip in ipv6_coap_server example use ipv6_address_set / ipv6_address_remove API.
To...
Hi Guys,
I have a MCU RTOS project. in Hardware board, builtin Nodic BLE chip over UART,RTOS BLE stack works fine.
We also have a MCU RTOS Emulator based on Qemu,we...
Hello,
I would like to have more info about canceling the pairing request on iPhone (thru the popup that asks if you want to pair with the device which is managed by iOS...
Hello everyone, I'm severely struggling to perform a simple task. I must be missing a very simple answer and, I hope with your help that I resolve the issue.
I am trying...
if the issue can be worked ,how to do that with android source code? the 2 ble pure devices (not android phone) connect with a ble android phone.
please check below, the...
Softdevice Version: 8.0.0
SDK: 9.0.0 IC:
NRF51822 Rev 3
service: NUS ANCS
When the application is not downloaded, the bootloader is working.
After serial bootloader...
Hi,
If you are interested I would to contribute to https://github.com/NordicSemiconductor/nRF-Sniffer-for-802.15.4 repository. On the python driver part. You could allow...
Hello
I'm doing a test that if it's possible to start ibeacon function when BLE is connected in nRF52840. so I merge ibeacon into HRM demo code and as you can in the following...
Hello ...
Our BLE peripheral product (nRF52810, SDK 15.3.0, SD 112 6.1.1) is relatively simple. iOS device (central) connects to peripheral. Data is exchanged between the...
Hi, i'm new to Nordic devices and i hope this topic hasn't already been treated. I'm triyng to debug an example application; after the first breakpoint, i loose the control...
Hi,
I try to set the TX power of the NRF52833 to the maximum possible power level, but somehow nothing seems to affect it.
I first tried to change it in the sdk_config...
In spec, 9160's PSM current is 4uA/3.7V.
However, When I use a same PSM code.
On our product. We measured is 4.5uA/3.7V and 5.5uA/3.7V. And on 9160DK, the consumption...
HI,
I'm trying to add some functions to my code, and the buttons interaction is one of them. I saw some posts and I think I did exactly like that but I can't get interaction...
So I was following the documentation. Installed everything successfully. And now I am trying to send the program to the nrf52840. However when I do ninja flash<program> I...
I've been trying to create a simple SPI to UART bridge starting with the peripheral template example from the nRF5 SDK 16. I want to read 5 bytes from uart, send them via...
I've reviewed the different PWM examples that include the low power PWM, PWM driver and the PWM library. What I'm looking for is a very simple solution to drive a bipolar...
Hi,
I'm wondering if the current nRF sniffer firmware (v3.0.0) can detect extended advertisements on arbitrary channels? Is it supported in the firmware? If so, can I use...
Hi all,
I did not do mesh SDK for a long time. Now when I see SDK Mesh, I saw Low power Node example. It can run with Mesh network and update OTA by DFU buttonless (I don...
Hi,
I had an experience with embedded programming but never with wireless technology. I am using Nordic SDK v16.0.0 and nRF Mesh SDK v4.0.0.
Here is a short description...
Hello All,
I am working on the Nrf52810 board with sdk 14.2.
I have implemented the read ,write , delete feature in my code.
Now it is creating new entry for repeating...
Dear All, I am trying to compile an application based on the Zephyr project for the nrf52. I am following the instructions from here .
I am using Windows. Using SES everything...