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 am using nrf 52832, i got SAADC example code from sdk. that code done by using timer. i could not understand timer section. Is available SAADC simple example code without...
Hello everyone,
as indicated by this question https://devzone.nordicsemi.com/f/nordic-q-a/35692/adding-nrf52-dk-to-github-mesh-demo-for-thingys/138327#138327 I am trying...
Hi,
I'm working on sending reliable message from server to client. It totally works fine if the message is less than 24 Bytes but then I got error when it's larger. The...
Hi, i am trying to add on_adv_evt in ble_app_beacon example. I modified sd_ble_gap_adv_set_configure(& m_adv_handle , &m_adv_data, &m_adv_params) to sd_ble_gap_adv_set_configure...
Hi, we are using nRF9160 and would like to save a data that is written only once(should not be overwritten or erased) and accessed every time it starts. I found that flash...
If LESC is not possible I'll settle for legacy.
I'm not able to find any document or sample code to help me get started. What i need is a pointer to document and hopefully...
Hi
I want to run the serial_uartes example for pca10040, are there any changes that i need to make in pca10056 config ? or will it work as it is in pca10056 ?
I am using...
Hi,
i am working with nRF52840-DK which i received yesterday from shipment. so i want to eun the BLE peripheral application on that.
As we know if we want to run the BLE...
I see this quote in response to a question asking for examples on how to code a scan response
possibly not - but it's trivial - just encode the scan response in the same...
Hello,
I am using SES V4.5, SDK 15.2 and the "ble_app_blinky_c" and I was not able to see the programme log.
I tried setting up the file "sdk_config.h" to use the RTT...
Hello,
I'm starting to develop an application using the DK pca10040 and SDK 15.3. At first I have just adapted peripheral ble_app_uart example and incorporated fds functionality...
Hi,
This may be a simple question, but I've gone through the infocenter and am still a little confused. I'm designing a PCB on which I'd like to have an nrf52840 that can...
Hi,
I recently purchased the nRF9160DK but cannot connect to o2's LTE-M network using the iBasis SIM, following the instructions given here: https://www.nordicsemi.com/Software...
When I trap an error in app_error.c in app_error_save_and_stop,
I mostly get a filename, line number, and an error code that I can understand.
However, sometimes I...
We are looking for a freelancer who can help to build a simple Proof of Concept of a load cell (strain gauges) ADC (HX711?) and the nRF52 development kit (810).
Objectives...
Central and peripheral is pairing and bonded. Central scanning with whitelist, if Slave is not online, master scan with whitelist will enter error when more than 30 seconds...
I'm using whitelist when bonded, but I want delete bonded then connect to anther device,.
But when scan again, whitelist_load is error. Try delete whitelist at the same...