Hi, I'm working on the DK for nrf52832. I have a working code for BLE, and another working code for die temperature using interrupt. Now I want to merge them and trigger the...
Hi,
I configured for using security BT_SECURITY_L2 for a device that I had previously configured for using BT_SECURITY_L4. When I try to connect with an Android phone that...
Hi,
I wanted to implement a version of Channel Sounding where you wait for a certain amount of distance estimations, and then try to just select the smallest distance...
Good day,
I tried to build the standard Nordic application: Blinky for the nrf52840dk/nrf52840 board from the following directory on my PC: c:\ncs\v2.9.1\zephyr\samples...
Hi,
I'm developing custom firmware on the appcore and netcore. The netcore runs BLE controller, as well another custom IPC service to communicate between the appcore and...
Hi everyone,
I’m working on a project involving the nRF7002DK, where I’m trying to combine two separately working applications:
A TinyML CIFAR-10 image classification...
Hi,
we are looking into incorporating a NRF52 module into our control units, but to allow extending the antenna position away from the case through male-female SMA cables...
I can use standard UUIDs and successfully add a Service and several characteristics, so I think the error message above is a red herring. When I attempt to create a custom...
Hi there,
I am trying to modify flashwrtire peripheral example code for uart bootloader,
- I have used flash read write softdevice functions (sd_flash_read/sd_flash_write...
I am trying to program a BMD-300 over a serial connection through the RigDFU bootloader. The module has been updated to the latest factory image.
I can compile the application...
Now I want to run the python scripts interactive_pyaci.py in Embedded system device, I want to know which version of Python Environment must be install in the Embedded device...
I cannot find the call to sd_ble_gap_appearance_set(...) function in the ble_app_blinky example, so that I think it's unnecessary to call:
in nRF5_SDK_for_Thread_v0.11...
Hi!
I am using UART in NRF52832 with SDK15.0.0 to communicate with TCP socket via cellular modem.
I am using printf() to send the following AT command sequence to the...
Hi, I am using the Serial port library in SDK15. I am using the port in NRF_SERIAL_MODE_IRQ mode. After transmission the number of bytes receive are variable ranging from...
Hello. Im working with:
sdk14.2
softdevie ANT_s332_nrf52_5.0.0
chip: nrf52832
Problem: we have a product almost ready to be sold. We decided to start the migration...
Hello. I am trying using the nRF52832 with SoftDevice S132 v4.0.2 and SDK v13.0.0 along with the uECC.c/h files that I downloaded from github.com/.../micro-ecc . My device...
I know you can configure the threshold for low voltage that would stop writing to flash.
some people set this to 2.7 volts.
I want to know what the minimum voltage the...
I have followed the exact steps mentioned here http://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.meshsdk.v2.0.1%2Fmd_scripts_interactive_pyaci_doc_demo_configuration...
Hi all
I use nRf52840 with SDK 15.0. It allows SPI SPIS and TWI (i2c) ,but almost 3 items in the same time. I want to use spi0 as master to configurate my other mcu and...
Hi everyone!
I'm trying to write demo application to evaluate how custom services would work on nRF52840 SoC. Problem is that iPhone ( iOS 10 and iOS 11 ) doesn't show device...