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 teams,
Recently, I made a custom board based on nRF52833 DK.
It works fine until now, and most of things works well.
But, I cannot make the board to show logs in...
I can see advertising packets of a device using an nRF51822 in Wireshark (example packet capture here https://imgur.com/a/maV6kbb) . But can't see them in nRF Connect on Android...
Hello,
I'm using the peer_manager in a GATT server project, after a first bond was created, I want the peripheral (GATT server) to advertise with ADV_DIRECT_IND, once the...
Hi,
I started development of nRF51822 with Keil(V6) / nRFgo / Segger etc..
I got SDK and exxample from here ( https://developer.nordicsemi.com/nRF5_SDK/nRF51_SDK_v6.x...
Hi ,
I use the C language and pc-ble-driver to development a PC tool. Now I can use handle to establish connection. How can I use the pc-ble-driver update the target device...
I'm developing an Android app which should read sensor values of a BLE sensor on a high frequency (at least 25hz). The nRF Toolbox is receiving the values on the Notify property...
This document mentions the Tile service works with SoftDevice S132:
https://infocenter.nordicsemi.com/topic/sdk_nrf5_v16.0.0/lib_tile.html
I'm wondering if the service...
I used USB CDC ACM for NRF52840. and I want to prepare the testing the usb pins in the production.
Do you have any suggestion on how to quickly test the VBUS, D+, D- on...
Hi. I've bought myself two Nrf52840 dongles. And I want to develop a zigbee network. When I tried to flash a light_switch example to one of my dongles I found out that there...
Hello Folks, I am working on one IoT based project. I want some information about eDRX mode. For example, if I set the settings of eDRX mode as a 10sec for sleep and 1 sec...
Good day!
I need to save sensor configs in persistent storage. What is better to use for this purpose: flash manager from nRF Mesh SDK or fstorage from nRF SDK?
I tried...
Hi Team,
we need assign sequence of flash address to variables and we need to access the same with address.
Eg:
0x3e000 is the flash address not used by application...
Our device using nRF52840 is running an external (non-BT) radio most of the time. We need to send and receive data In between operations of this other radio. At any given...
I'm migrating my code from the MESH SDK 3.1.0 to 4.0.0 I'm using the following function to initialize a persistance storage controller
The new SDK doesn't use the ACCESS_FLASH_PAGE_COUNT...
Hi,
I have 2 or more Thingy52 [SDK13 SD s132 v4.0.4], both of them are sending beacon every 200ms.
They have also the scan active, so they are able to detect the other...