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...
Currently, I am able to use Mqtt Publisher or Subscriber with only one Nrf52 device. I can ping to the device with link-local address.
I am using Nrf52832 with SoftDevice...
Hi everyone,
After days of figuring out how CMake works, I try to write a CMakeList.txt myself, and decide to put my progress on this community. Right now, using CLion with...
Hello
we had purchased nRF6700 and nRF24LE1-F16Q24-DK from Mouser India on 14-oct-19 .and it comes with an older version of firmware i.e.(3743) And currently, I am facing...
Hello:
I have to nRF52DK boards and I am able to run the ligth_switch example, but the thing that I want to do is send a message, "hello" from one node to other. I saw...
Sir in the above code i have a cmd_zb_match_desc() but i am calling inside the switch case but after calling i didn't able going inside the finction
please give the Suggestion...
HI,
I want to send heart rate data to smartphone using NRF51422 in every second without any time delay or minimal time delay ranges between(0.9 to 1.1 sec).
Thanks...
Hello,
I managed to get a central application to run on the nRF52810 with SDK 14.2 and S132 V5.1.0. I also got the bootloader working with this setup.
Right now I'm having...
Hi!
I have nrf52 periperial mode, SDK15, s132.
I connect a smartphon in the central mode to my nRF52 and start to send some data.
In the nRF52 I receive those data in...
Hi, I am trying to print double/float values, but Its printing blank. e.g. printk(" value:%.3f\n", value); output: value:%.3f printk(" value:%lf\n", value); output: value...
My project consists of reading an NFC card's value (using another chip), and respond to the interrupt generated by that chip to read the value from it using SPI. Then, this...
Currently I am using VS Code for development. Mostly everything is fine and VS code is awesome.
However there are some problems I am facing.
1. It is time consuming to...
Hi,
In my application,for the first time device (nrf52832)will start advertising and on nrfconnect for mobile application side we make it get connected and bonded.It may...
Hello! I'm trying to develop an Android-nRF-Toolbox App. What features and folders do i use with show logs? In order to develop the uart in the toolbox app, we have deleted...
Hi everyone,
I want to know that is it possible to send the heart rate data using HRM services without sending the battery data in nRF51422. When I disable the battery...
Hi! I've been working with the Thingy 91 and I've found that the SIM card was running out of data, so we decided to buy more data to keep working. The board was working as...
Hi,
I'm making a new design. I want to use the NRF52840. I also want a low power microphone interface.
PDM seems like a good idea, modern PDM mics have low power modes...