My sensor is off-standard,so I have to use gpio to read and write my sensor.
Gpio IIC will take about 0.5ms to get data.
My app need send data every 7.5ms,it seems that...
Hi,
My android Proximity application fails on service discovery only for the very first time it connects with the devices(nrf51822 evaluation kit with sdk 5.2.0). Actually...
Has anyone converted the app note AN34 DTM Python script to C# or C/C++ ?
The Python DTM script is works OK with the setup specified in the app note AN34 figure 2, which...
Hi,
I have a serious problem, when I use uart of NRF51822 QFAAC0 to receive data from another MCU, I found that it will lost one bit at same position everytime. my SDK is...
Hi,
I just started to interface the lcd display with nrf51822 evaluation board. The display i'm using is, spi compatible, 18" tft (160x130) from tiny lcd. I took spi master...
Hi,
We are using the nRF905 device in an application where it needs to switch between auto-retransmitting and sending single packets, due to it communicating with several...
Hello Everyone,
Hope you all are doing great.
I want to enable the Green power sink on the light bulb application (Zigbee). As per Nordic documentation, i have enabled...
NCS 2.1.0 / nRF52840-DK
Hello,
I have a single write characteristic on my service:
BT_GATT_SERVICE_DEFINE ( custom_srv,
BT_GATT_PRIMARY_SERVICE (BT_UUID_CUSTOM_SERVICE...
Hi I am using app timer in my software and in the timer handler i do multiple things which can take up random amount of time. I would like to know the time taken from the...
Board: nRF52833
SoftDevice: s140
SDK version: 17.0.2
I'm trying to port my project from segger to vscode. My project gets compiled fine but when I run it I'm getting...
I stumbled upon this commit where SPI support for the BMI270 has been added. Could you guys help me applying this to a nRF Connect SDK v2.0.0 workspace?
Hi,
How does pairing and connection happens in nRF5340 Audio DK? I have 3 DK.
While building SW, I configure json file with the 3 DK's product code and then flash in all...
I am using Nrf52832 as my main microcontroller and in that, I am using fstorage as well as FDS. I have one structure that has several values in it. I want to store the copies...
Without any clients connecting to my nRF, I want to advertise some data which the clients can see.
I know I can use the ble_advdata_manuf_data_t struct and populate the...
We have sensor data coming at regular interval of 40B at 10msec interval. We need to collect it for a minimum of 10 sec before we can process it and then reuse the same buffer...
Hi
Apologies in advance if my terminology is all wrong for the following question.
I am trying to write some i2c functions that will compile / work for any of I2C peripherals...
Hi, Im trying to write a simply python script to allow connect, write data, read data and disconnect from my targeted bluetooth device using nRF52840-Dongle.
Basically I...
Hi,
I am trying to set up PWMs on a custom board, but I am not able to observe the outputs using an oscilloscope (pins are constantly at 0V). The PWM channels should be...
Hi,
I have a BLE OTA application and I try to send data with the nRF52840 dongle and a Python application using the pc_ble_driver for Python. I have tested my MCU application...