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...
From the latest Nordic SDK 15.2, I'm running the usbd_cdc_acm example on an NRF52840 connected to a PC using USB. The firmware correctly executes the USBD_POWER_DETECTION...
Hi,
I develop on nRF52 with linux/eclipse but to debug, I would like to use the sniffer. This one is only available on windows then I try to install it on a Windows 7 64bits...
I have successfully implemented Scanning and Advertising at the time using s132 on nrf52832 with SDK14, it works very stable and fast which satisfied me.
Recently, I was...
Hello,
I've been using the SDK 15's "ble_app_uart" example and I've been curious on how the function nus_data_handler() gets called after data is sent over BLE. More specifically...
hello,
I am newer to nrf. I am using nrf52832 development kit and using soft device 5.0.
I have confusion with two function with nrf_log_info and printf?
which should...
Hi,
I want to know if we can send Mobile Notifications or send sms to nRF52832. i want to do some operation based on notification or sms received from sms on mobile..
Hi,
I am currently trying to setup my sdk 15 on my pca10040. I already have a working I2C source for a BME280 and it works fine using the SDK 12 (pca10040), I get the current...
Development Kit PCA 10056, Ver 1.0.0, SDK 15.0.0, Softdevice 140 6.0.0
If I try advertisement with the template-example combined with NFC text record at the same time, the...
I know that the SoftDevice has support for controlling a frontend with TX and RX signals.
However, our radio module uses a Skyworks SE2431L frontend with the control signals...
When using the script interactive_pyaci.py together with ipython and the serial example, I observe a strange formatting in the command window, because the "In [..]" is often...
SDK is nRF5_SDK_13.1.0_7ca7556.
Example is ble_ant_app_hrm.
Softdevice is S332.
The example can connect android but can not connect iphone.
Iphone 7 and ios is 10...
Disconnection of the peripheral is done without enabling another connection, the only way is to reset the module.
It happens sometimes after 5 min up to 1-2 hours.
If...
Hi all,
I'm working on an application that requires BLE. I've recently upgraded my project from sdk 14.0 to 15.2 in order to deal with some problems that I ran into with...