Dear all,
I use FDS module to store some data in flash of nRF52832. I modified the example "ble_app_uart" based nRF5_SDK_15.2.0_9412b96 to test the fds functions feature...
Hello,
I am using nrf51422 with stm32L0. There is a uart connection between nrf51422 and stm32l0. I want to transfer data from stm32l0 to nrf51422 through usart and push...
hi........... folks
i am merging two programs together uart and TWI sensor ...using nrf52382 and segger 15.2version
i am getting the error in ble_nus_send ,
even i have...
Software and Softdevice: SDK 12.3.0 keil5
Platform: Windows 10
Hardware: NRF52832 DK
I am trying to combine WDT and FATfs together. But once I have both of them, there...
I am trying to get a good handle on the difference in average power consumption between BLE point to point and Zigbee on an nRF52840. We have battery powered products and...
Hi, For my project, I need to design a BLE packet sniffer which scanning the 40 channels. Therefore, I need 40 dongles are connected to a computer that can read and transfer...
I am writing code to get a nrf52840 DK to associate with an existing 802.15.4 coordinator using the 802.15.4 API module within SDK 15.2.
I've called "mlme_scan_req" and...
Hi,
I've used the nRF51822 in the past to make sensors that connect to a mobile device. Basically it worked just like every other non-mesh BLE device:
1. It advertised...
Hi:
I'm developing a project with nRF 58232 in ble_app_hrs_rscs_relay example ( s132 sdk:nRF5SDK160098a08e2 ). The device need to be central and peripheral,My device worked...
Hi there,
I'm planning and hoping to use the nRF52840 (in module form) for an upcoming medical device design.
This will need to interface to a PC/Mac/Linux to send specific...
Is APP_TIMER_V2 supported by Mesh SDK 4.1? According to this forum, v2 should fix all sorts of issues related to v1. But it seems that app_timer_mesh.c is only partially compatible...
Hey,
I am working on a version which is uploaded from a bootloader (DFU), the bootloader print to UART and uses the UART libraries.
I want the application to close the...
Hey,
I am working on nRF51822, SDK12, S130, I wish to get more data into my advertising packet, however there is not enough space, I was thinking to COMPLETELY remove...
The goal is to be able to automate build using CMake. I am evaluating this by trying to build example project in nrfSDK 16.(I chose saadc example from nRF5_SDK\examples\peripheral...
Using latest master from NCS (61ed35f76bce079948aabb5bc752d7e0fd3a74b0).
I've modified the peripheral_lbs sample to request timeslots using mpsl (copied the example from...
Hi, I am using nRf52840 and an external winbond flash W25Q128. When accessing the flash, nRF does not find it and starts to reboot. What am I doing wrong? Help me please.
Hi,
I am experimenting with zephyr OS on my nrf52 DK. I want to use the HW AES CCM encryption module available on the board, but I can't figure out how to do this with...
Hallo,
I am developing a custom board, based on Nordic Thingy:91. The custom board won´t support BLE, so the nRF52840 is not intgrated. But Communication with the nRF9160...
Do we have any examples of using tcp in non blocking mode for the NRF9160. I used the USP for PSM example as base for my current project but the blocking call seems to lead...
Hi,
I found some thing not seems to be right in SDK 16. I wonder if this is intentional or a bug. Bluetooth 5 max MTU can be up to 512 bytes. I found the definitions in...
Hello,
I am using nRF52840, SDK_16.0.0, SoftDevice S140 V7.0.1 and Segger for flashing the image. I am using ‘ble_app_blinky’.
I have a use case where peripheral need...
The documentation for ERASEPROTECT.DISABLE states:
The erase protection mechanism can be disabled in order to return a device to factory default settings upon next reset...