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:
when I compile project Thingy_ndoe in solution Thingy_node_s132_pca20020, an error meet,
C:\Nordic\thingy_sdk_v2.1.0\mesh_sdk\mesh\access\src\nrf_mesh_node_config...
I have combined the light switch server and client model to build control model. When i start provisioning for control model opcode status field : 2 error occurs which means...
Hi ,
I search nrf52810_bitfields.h , but i don't find about start bit , is the direction search for error ?
My idea : This is set up for stop bit , should the start bit...
Hi All,
I have serious difficulties to work with this board. I'm a beginners and I did not find any tutorial where I could said...oooh great I understood. My goal is to...
Hello all, I am trying to write a program that that updates the firmware on an external chip from a smartphone over BLE. Currently my approach is working but quite slow and...
Hello,
I am using a nrf52840 DK and I have no issues connecting to nrf connect. However, when it's connected all LEDs turn off and whatever code that was inside stops functioning...
Hi
I am programming NRF-51 board using nrfgo studio, it was working fine previously but now it failed to detect the board showing error. I shared screenshot of nrfgo studio...
Hello everybody,
I have integrated the new S140-SD-v6 Stack 6.10 into the github.com/.../nrf52-ble-app-uart-long-range Example.
It built and compiled without any errors...
Hello,
I want to get the raw acceleration of the Thingy 52. however I can't understand the values I get from the raw acceleration. What is the unit used for raw acceleration...
I am using Nordic SDK 13.0.0 with PCA 10040 dev board.
I have configured the stack to use MAX_BLE_MTU_SIZE = 200
// Configure maximum size of ATT packet the SoftDevice...
Hi,
I encountered a weird behavior. i defined characteristics with specific read/write permission however all the characteristics are writable for some reason altough the...
Given this error handler function...
and this logging from it with the Segger attached...
how do I debug this?
I presume the info passed in is bogus and just points...
Hi All,
I'm currently using SDK12 for nRF52832. In my BLE peripheral project I store central address who engaged my device to listen for ANCS notifications. This address...
Dear Nordic Community,
I am using the the nrf51 dev kit to try and program a custom board (nrf51822) connected to it via the the Debug Out connector. This setup has worked...