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...
Hi,
I am trying to include temperature (read from DS18B20) in advertisement data using BLE_UUID_HEALTH_THERMOMETER_SERVICE. So far it works fine, but my temperature is...
Hey,
I am using twi_hw_master.c and twi_master.h libraries for twi and want to disable i2c to save power when not in use.
I use the following two lines to disable the i2c...
Hi,
i am using Eclipse 'Mars' and Segger V5.10c to debug some of the SDK examples. The Eclipse command line shows only binary garbage. How can I get the garbage readable...
Hi,I am using s130 softdevice and SDK9.0 .I add static passkey(123456)in my project base on ble_app_uart project and basic functions have been achieved.But I have a question...
Hello!
Is it fine to ready NRF_RADIO->FREQUENCY right after receipt of BLE_GAP_EVT_ADV_REPORT?
Does its value have a relationship with recent adv. report?
hello there when i am trying to open project C:\nRF51_SDK_8.1.0_b6ed55f\examples\ble_peripheral\ble_app_template - Copy\pca10028\s110\arm4. i am getting error like
Third...
Hi,
I have set connection interval as 1.8s.
But i have transmit data every 1 min.
I noticed that BLE transmits data every 1.8sec.
Can someone please tell me what is...
I have just exported a project from mbed, to the Keil uVision4 tool chain.
Create New Project "BLE_Thermometer" on mbed.
"BLE example for the Health-Thermometer...
I see in the information about the nRF51 talking about the support of 4.2. But it is not clear to me the extend of it. I am focus on the link layer and I would like to know...
Is it possible to implement 2 peripheral in one device (need to connect a peripheral device with two different centrals)? When should i expect for this feature?
I have a question about how much memory is required for app timers.
The comments for APP_TIMER_BUF_SIZE state that the buffer size must be one more than actually needed...
I am in need of the usb-to-uart.hex firmware and the driver for it. This is required to test the radio dongle nRF24LU1+ device (32k) whether it can be programmed through USB...
Sorry,my English is poor. I
Now,I have four uart BLE device. Every device sends data in frequency 20Hz. And I also have a android phone. I hope that the phone could receive...