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...
I have pretty much gotten my application fully ported and working on nRF52832. I am now looking at adding in DFU for OTA updates.
Can you confirm my understanding, based...
Hello,
We are trying to use the usb wakeup feature while also using the usbd as a serial port (over usb).
The rwu is registered on initialization in our firmware using...
Hello,
I am using a nRF52840 dongle to communicate between a laptop running Ubuntu and a phone running Android.
Right now I set up a UART-BLE communication using an...
Hi
I've been developing using an NRF52 DK and have moved onto my own design board, I have one small problem which I'm unable to replicate using the DK. On my own board,...
I have tried to study the behavior of the QSPI and the external flash. I noticed that the QSPI_CONFIG_READOC and QSPI_CONFIG_WRITEOC settings in sdk_config.h cannot be set...
Hello,
I'm developing AoA/AoD feature, accoring to manual, the nrf52833 uses S0CONF and S0MASK to automatically determine if the part S1 exists in the packet or not. I tried...
Hi everyone,
We are designing a low power PCB based on the nRF52840 BLE. At the moment the device is advertising with an interval of 1s and a timeout of 3min (advertising...
Hi everyone,
I am looking the ble_app_template_pca10056_s140 example and I have a question regarding the advertising_start(erase_bonds) function in main();
When you call...
Hello,
We are in the final stages of our product development and we would like to add a feature used during assembly to give some sort of confirmation that everything is...
Am trying to evaluate the nRF9160 + nRF52840 combo as in the thingy, we want to send an sms to the device and reveice back its GPS location. SMS is spectically requested for...
Hello,
I want to prevent a scenario where I successfully perform a DFU with a faulty firmware image. I have a bootloader that handles firmware updates both for the NRF5...
Hello all,
I am working on low power sensor development with nRF52833 as target. I have some questions but I'm not sure it this was addressed in some other posts.
1. I...
Hi,
I'm integrating some c++ code using ble_app_uart example as base. The code has some cout << "text"; kind of outputs that seem to go to uart by default configuration...
Hi. I'm trying to find out the real consuption of the nrf52832. I have two questions after consulting part "7.2.1 CPU performance" of the datasheet.
1- Is there a difference...
Hello,
I have recently used the new toolchain manager to upgrade to ncs v1.3.0. Now I am using Segger Embedded Studio to flash an nRF9160 with the at_client sample. My issue...