Hi,
My behavior is as follows
Turn on my device(use 51422) and advertising(2 Service and 3 Characteristic)
Turn on my cell phone(Samsung Note3),scan my device...
Hello:
I used analog IIC write MPU6050. Again after power download programs, mpu6050 can run up there ACK response. But the debug will not run. Simulation IIC because no...
Hello!
How can I communicate with my nRF24L01+ and nRF51822 at the same time. I can set up same channel, CRC-mode and I don't use ESB. But what about address? How do I set...
Hi all,
i want to know answer related to following question
1)what is use of uicr?
2)if i place some value in uicr and then change the image,then is there will be change...
It used to work, but now it says "Connected" but the rest of the GUI never changes and the mouse just shows a busy spinner. Here's the log file:
0;13:45:18.9900 [MainThread...
Hi all!
My question is:
My own application is built based on the example "ble_app_template", and according to the nrf51 SDK - Examples - BLE Peripheral, this example...
Hi,
I am using ancs service to get some information of my iphone.
I use nRF51822 microcontroller and Nordic suggests to use the new SDK (5.2) for new microcontroller...
We upgrade our project from nrf-sdk 1.7.1 to 1.9.1 and it broke part of our project.
The part that broke counts the number of falling / rising edges and triggers different...
Hi team,
I am currently working on a BLE project using nRF5 SDK 17.1.0, I want to interface the nrf52840 DK with the Nrf21540 EK to expand the range.
After reading various...
Dear Nordic Experts, This one's a tough nut to crack:
The firmware is based on nRF5 SDK for Mesh 5.0.0 with nRF5 SDK 17.0.2 and Softdevice s132 7.3.0. It runs on a nRF52832...
I tryed to reduce the power consumption of my beacon (ble_app_beacone example from SDK) to have more battery live. To do this, I want to reduce the TX power. And also change...
I have to initialize a i2c multiplexer, for that I am sending the device address and register address to be written using the function:
nrf_drv_twi_tx(&m_twi, (0x70), tx_buf...
Hi,
I'm currently using nRF Connect SDK v1.9.0 and developing on a nRF52832 onto a custom board. I'm using a BMI090L from Bosch connected over i2c.
I'm trying to suspend...
Hi.
Encountering an intermittent issue where, after a DFU (either OTA using Nordic Device Manager or over usb serial using dfu-util on Linux), the image is reportedly in...
In the DTS file for I2C, how do you set the port of the pin specified?
&i2c0 { compatible = "nordic,nrf-twi"; status = "okay"; sda-pin = <26>; scl-pin = <27>; };
In...
Hi,
I have a question about the whitelist,when we use the function "pm_whitelist_set()" to set the whitelist,whether the whitelist is stored in RAM or FLASH? I traced the...
Hello,
I am using nrf52810 with custom board and i have created DFU for uploading a OTA file previously its working fine but i don't know what happens now BLE is getting...
Hi:
When i read data from the device nrf52833 to android app, only get 600byte data and it should be 4096byte. The app use the Android-BLE-Library-2.4.0 lib.
The nrf52833...
Hi,
I have a question on SDK release plans. There is a change awaiting for release (merged after 1.9.1) and it would be nice to develop them with an official release, including...
Hello!
We are two students working on IO-Link Wireless as a bachelor thesis project. Our task is to make a Wireless Master prototype using the nrf52840 DK kit from nordic...
I am making a ble beacon application. I need to send more than 30 bytes of data via advertisement. How can I do? Because UUID data will not be enough for me.
Hello everyone and hello kindly nRF support team!!
One question again sry. I am using SDK 1.9.1 through VS Code and working on the nRF Connect SDK Tutorial - Part 2 -...