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...
My product only offer a debug interface(SWDIO/REST,SWDCLK,+3.3v,GND),but I learn that the nRF51 DK debug out interface has several pins,such as EXT VTG,EXT GND DETECT,EXT...
hi all:
I am a new user.Now i have a project in which I need to implement a function a host and four devices .I just want to know if i use the example of " gzp_dynamic_pairing...
Is a delay needed between Characteristic updates
I modified the ble_sdk_app_proximity example.
I added x3 services, based on the BLE Characteristics, a beginner's tutorial...
I have 32-bit float numbers, sent to the BLE from SPI.
I can manipulate this into x4 bytes, or actually use sprintf and get a real 6-byte representation of the number.
...
I have taken ble_app_ancs_c_s130_pca10028 example and modified the application to run on our custom board.
The custom board uses NRF51822 (NRF51 IC revision 3).
The following...
Hi,
We are using nRF51822_QFAB (128K/16K), S110 V8.0.0 and SDK V10.0.0 for my development. We are in the need of guest (unbonded), pairing and bonded mode.
Guest...
Hello,
I'm struggling with setting up the eclipse IDE to build the blincky program in the SDK now I've configured all the paths and eclipse configuration according to this...
Hi ,
I am using nrf5 SDK v12.2.0 ,
I have an nrf51822 board .. can I just compile the examples in SDK for pca10031 and use it for nrf51822 . Please let me know what I...
Is it possible to have two nRF52 devices connected in such a way to send UART data in a bi-directional way.
Would device 1 be a BLE central and the other BLE peripheral...
I followed the link: infocenter.nordicsemi.com/index.jsp to build and load the app into two boards.
Step 1 ~ 8 are working as expected. But
Step 9 "Observe that LED...
Dear Nordic,
What I want to do:
Battery powered sensor network
One gateway (BLE --> WLAN) with a serial-to-wifi chip connected to nRF52
MQTT (IBM Bluemix -...
Hi there,
I'm in the middle of migrating an application from SDK 10 to SDK 11. In the SDK 10 version, I had RTT logging working just fine. I'm developing on a Mac so I...
Hi guys
I am using customized board(Raytac MDBT40) based on nrf51822(flash memory 256k, RAM 32k).
I am trying BLE UART example code of SDK 11.
which path : \nRF5_SDK_11...
I am using S120 SoftDevice on PCA10001 board with sdk7. I want to know on which
channel i am receiving advertisement packets.
Is there any API on Central/Observer to which...