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...
Usually, I programmed the Thingy 91 with the nRF connect Programmer (right now version v.3.3.3). As my Thingy did not work with the asset tracker software and only with the...
Hi,
I am trying to integrate an UARTE application code with OpenThread example(thread_mqtt_sn_client_publisher_pca10056) on my nRF52840. My application code uses UARTE0...
Dear Sir/Madam,
I need help. I am using UART to send the data in the mesh topology .and I configured mesh using light_switch source code. is it enough to send data using...
I am trying to interpret the values in the INFO.VARIANT register for the nRF52840. The datasheet states "Build code (hardware version and production configuration). Encoded...
Hi,
After following the steps for building the documentation, I always get the following error:
"CMake Error at CMakeLists.txt:92 (add_subdirectory): add_subdirectory...
Dear All, I am trying to develop a simple BLE scanner that will scan for BLE beacons and print the retrieved packages. I am using nRF5 SDK v16.0.0. I have mostly succeeded...
I'm using an SES with NRF52840, w/ SDK 15.3, and SoftDevice S140. Im working on DFU and have two components:
- a main app that already takes care of moving a FW image into...
Hi
We are using %XMONITOR to get the network status and parameters, but we cannot understand some of its response:
1), sometimes, the PLMN may be "FFFFFF" and TAC may...
Hi!
I am in the process of trying to figure out how much it is actually going to cost for our devices to support LTE-M, and I have realized that I don't actually know what...
I am trying to write a simple application to publish messages over MQTT to an AWS IoT-Core broker. I started with the MQTT_Simple and AWS_FOTA examples. When trying to do...
before the question , I hope you understand my poor English.
i make a project using nrf52840 dongle
when event of an interrupt signal occur , the chip must wake up...
Hi,
I'm attempting to wake the nrf52480 from it's sleep mode using a button input and sequentially send the command normally associated with that button without requiring...
Hello Experts,
We need to get an RF certificate for our product with nRF52840 (it's actually nRF52840 USB dongle).
In our case, the BLE stack is initialized in the central...
The instructions are wrong -- I have verified with 3 different boards that Step 3 does not work.
Step 3 states: Click the large “+” sign on the top left to add your new...
I have written a UARTE driver, to conform to the kind of API we need, for NRF52840. It is very nearly working except that it drops single received characters and I'm trying...