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...
This is both a general tip for users and a question; does anyone have good success with the LIS2DH12 double-tap feature? The 3-axis accelerometer works well but the use of...
Hi, I'm a newbie to Nordic and need to use multiple nRF24LE1s to get ADC values and transmit them to a single nRF24L01 connected to an Arduino. I need sample Keil compiler...
Hi, Nordic
I download SDK13.0.0-1.alpha_055eef3, open project
\gzll\experimental\gzp_dynamic_pairing\device\pca10040\blank\arm5_no_packs\gzll_dynamic_pairing_device_pca10040...
Is there any example of changing the default mtu size of 23 to a bigger value?
We tried increasing the att_mtu to 512, and reserved more ram for the softdevice, but still...
I have a rather unique problem. I want to control an "old-fashioned" DPDT relay using nRF52 GPIO lines. I'm trying to accomplish this task without adding a power transistor...
Hi all,
there is a nice section in here already about enabling the Reset input (P0.21). Unfortunately the link to the relevant infocenter docu is missing.
Could you...
I think that all of the Experimental is all unreliable.
I try it 5 days to test it, It always Failure.
So , I want to know that to how to understand the keyword "Experimental...
Hello developers,
I am struggling badly to use interrupt in my application. I am using softdevice S130 and ble_nus, ble_bas and ble_hrm services. All I want is to trigger...
I would like to update my current bootloader with one, that is bigger than the predefined space of the current bootloader. For that, I want to flash an application via DFU...
currently(sdk_12.1.0_0d23e2a, s132_nrf52_3.0.0_softdevice), nrf52832 can't pairing with windows 10.1607(build 14393.479), if we set lesc bit in ble_gap_sec_params_t.
windows...
Does any one has successed in doing DFU with OpenMesh? I have done all the steps according to the guide ( github.com/.../dfu_quick_start.adoc) but failed in the last step...
For various reasons, we decided to implement our own hardware abstraction layer rather than use the one provided in the SDK.
We'd like to integrate the NFC Type 4 Tag library...
I'm working on the C# nRFUart example found under C:\Program Files (x86)\Nordic Semiconductor\Master Emulator\2.1.13.14\Example code\nRFUart . In nRFUartController.cs the...
Lets assume i have 3 hex files:
softdevice.hex (addresses 0x0 to 0x1f000)
mySoft1.hex (addresses 0x1f000 to (0x1f000 + size of my program) and 0x7ff00 to...