I am a student interested in Nordic.
My coding skills are very poor.
So I want to get help.
I want to use the vl53l1x sensor in nrf52. (My ultimate goal is to measure...
I have a working project where pin 16 is configured as a low-level interrupt source.
it is working well with SDK 15.3
after porting to SDK 17.0.2, it is not triggering...
Hello Nordic Support Engineers and fellow developers ...
Just a note to thank everyone for help via this forum. I started very inexperienced with Nordic SDK a year ago and...
Hi,
I recently purchased a thingy91 for a project. I'm trying to follow instructions from a Nordic youtube video ( https://www.youtube.com/watch?reload=9&v=xQ7hDzRULJQ ...
I have a nRF5340PDK, Now I want to know the lowest power consumption of this chip in different condition, such as adv, connect, sleep. But I am not sure how to config the...
Hi, i am using:
-nRF 52 DK
-nRF 52832
-Sensor of Maxim Integrated
-SDK 17.0.2
I have some problems in handling the I2C through the nrfx module.
This is my ReadByte...
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...