Hi,
This is actually a follow-up to my previous question here: devzone.nordicsemi.com/.../publish-timeout-handler-of-one-model-called-during-publish-timeout-handler-of-another...
Hi to all Nordic product lovers,
This is not a question but rather an announcement of a new nRF52840 based finger tip size module 14 x 9 x 1.6mm launched at CrowdSupply...
Hi,
I have a SPI slave device which outputs 8-bit registers that I have to assemble. For example, I receive two 8-bit registers, a high and a low register, which I have...
I have a PCA10059 dongle. I have inadvertently configured pin P0.25 as the sleep debug pin and I use active state 0 as I am using off board LEDs with reverse logic. This means...
If you're working on a product that requires you to show and translate GATT Attribute (Service, Characteristic and/or Descriptor) UUIDs to Strings to the user, it's likely...
Hello,
We have been trying the sendNotification call and after getting a success log we are not able to send a second notification. I'll copy the snippet of code that we...
Good day!
Work with nrf51822 central with S130,
I've read this questions and links in answers:
https://devzone.nordicsemi.com/f/nordic-q-a/20924/sd_ble_gattc_char_value_by_uuid_read...
My application is based on one of the example projects and runs on the nRF DK. Next step is to port this application to a custom board. Are there any guides written on this...
below is a little part of code I copy from nrf5_SDK_for_Mesh_v2.2.0_src:
***********************************************************************************************...
Hi
I need a CLI over RTT on an existing project. I believe that I have extracted all the required bits from the CLI example. I dont need history, UART, USB or anything else...
I am using NRF52832, twi_sensor_pca10040 example with SHT3X sensor.
I changed slave address to 0X44 and SCL, SDA pin to 27 and 26. TWI TX transfer work fine, in response...
using nRF-Sniffer-v2 at 52832 sniffer, I can get advertising packet. When select device form drop-down list, & connect the device the sniffer can't get any packet. Any one...
Hi there, I encounter a problem when making a simple project to toggle a led on nrf52840DK. I use nrfx to drive the hardware layer as follow
An error generated when compile...
Hello! I am trying to connect my nrf52832 with an adxl345. I want to retrieve the sensor data so I can wake up with one action, do something else with another and put it to...
I am trying to interface ADXL372 with nrf51822 using SPI interface.
Tried merging this code in SPI master example:
https://github.com/analogdevicesinc/arduino/blob/master...
Hello,
I'm trying to program a nFR52840 USB Dongle so it can connect to other devices through BLE (another dongle, for example). I'm new to this platform so I've been...
hi......
how to choose the correct slave address , i am using max30205 peripheral device , in that datasheet there are three A0,A1,A2 pins with different combinations address...
Hi
I'm using this code ! And I'm not sure that it works well, so I've been trying to send a data from one divice to an other, but my problem is where can I find the received...