[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...
Hello,
For one my projects, I am planning to implement TensorflowLite in nrf5340 board. Could you please recommend some sample projects which I can take as reference.
...
I'm trying to design custom advertising package.The code as follow:
The addtype is a global variable.
However,The raw of advertising package look like this.
The...
Hi
I am using nrf52832 to push via PPI an array of PWM values, it works if the array is on the RAM but when I define the array as "const" (to put it in the flash) nothing...
Hi Fellow NCS-ers, I understand that the configuration setting CONFIG_BT_EXT_ADV, CONFIG_BT_CTLR_SCAN_REQ_NOTIFY, and bt_le_ext_adv_create() with the appropriate callback...
I am using nrf sdk v2.4.0 and I wanted to disable TFM so I added the following definition in prj.conf.
CONFIG_NRF_SECURITY =n
CONFIG_BUILD_WITH_TFM =n
But my program...
A problem is experienced with our nRF52840 device, which occasionally stops working and cannot be reset.
Below are the issues observed:
The main software is stopped...
I am working on the broadcast_audio_source example, trying to access audio from the I2S microphone. However, I do not have much experience with Zephyr. The example is mostly...
The thread where it happens is "unknown” despite the fact I name all the threads I create. With addr2line I found that it is zephyr/kernel/timeout.c 56 but it says nothing...
Dear all,
I'm designing a circuit that should allow powering the nRF52840 board with either an USB power supply (USB2) or a (non-rechargeable) CR2032 battery (B1). According...
Hello.
I encountered the following problem. I have an nRF52840 microcontroller that is already soldered onto the PCB board. It doesn't have any bootloader. As an example...
Hi,
We have an nRF9161DK and received our own custom boards this week. When we tried to program our custom board, the development kit disconnected from the computer and...
Hi all!
I'm in the process of trying to put together an nb-iot app on Android studios that would communicate with data from the Thingy 91 board. I've been trying to go through...
Hello everyone,
I've been working on testing PPP support in SLM 2.6.1 without cmux on my Linux host machine. However, I encountered some logs during the process: Note: For...
Environment:
I can't seem to get the one button sample to do anything... I get a steady ~1sec flash from HOST led on the npm1300, but I get nothing from pushing SHPHLD...