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...
Hello,
I am developing a firmware to count pulses through a GPIO and store the sum of these pulses in a memory until there is pairing with the BLE.
After pairing, the sum...
Hello,
I am developing a firmware to count pulses through a GPIO and store the sum of these pulses in a memory until there is pairing with the BLE. After pairing, the sum...
Hi
At the company I work for (Ztove ApS) we have expanded the capacity of nrfutil (https://github.com/NordicSemiconductor/pc-nrfutil) to include a option for AES (CBC mode...
Hi
In ESB there is the function nrf_esb_suspend(). After calling it, what function do I call to resume ?
Look forward to hearing from you
Regards
Mahendra
Hello!
Related to the addition of new services to the Attributes table, is there a way to check if a certain service UUID has already been added?
This problem arose because...
How do I check what version I have installed?
The 'Getting Started' page states a minimum version of 9 .5. 0:
http://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom...
So what steps do we need to take to have these two different Python versions both installed & usable at the same time on the same machine?
The ' Installing the toolchain...
I have three PCA10056 development boards and have loaded the BLE mesh light_switch proxy_server onto all of them (SDK v2.2.0) which incorperates soft device S140 V6.0.0
...
Hi all !
I'm struggling to get a frequency jumping protocol up and running and can't figure out how to handle the following situation (please refer to the attached "pseudo...
Let's have light-switch provisioner, server and client.
My question is, how to send a message from a client or a server to the provisioner? In order to send a message, client...
Hi,
As part of my project, I need to use the SD card drivers of the nRF5 SDK and the I2S driver. The issue I am having is the following:
If I use pin 31 as the SCK signal...
Hi
This is a heads up that in SDK15.2.0 and file nrf_esb.c you have the line
m_rx_fifo.p_payload[m_rx_fifo.entry_point]->rssi = NRF_RADIO->RSSISAMPLE;
it should actually...
Hi
My application uses NFC for various reasons, and I need, at runtime to load up to 4 textural NDEF records onto the Nordic NRF 52832's NFC hardware.
If I wanted a simple...
Hey there faced with the following problem:
I have two hardware setups:
1. Laird DEVK-654 (nrf52480) without external oscillator
2. Laird BL654 mounted to a carrier...
I added the Generic OnOff Model from the thingy52-mesh-provisioning-demo to the Light Switch Proxy Client example from the nRF5_SDK_for_Mesh and get a linker error for the...