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...
Hi,
We made an online course on Bluetooth Low Energy, includes BLE Fundamentals & Architecture, step by step implementation of Environment Sensing service development...
Hi,
I am trying s112 on pca10040 with SDK16.0.
I found that I can't build the app whenever I use the " nrf_ble_gatt_ data_length _set() " api... does this mean that s112...
I'm using the socket(AF_LTE) to talk directly to the modem on the nrf9160 and wanted to add a timeout to my recv() call. I added a call to poll() before recv() and am seeing...
Hello,
nRF51822
SDKv11
Kail 5.18
SD130
I have a pcb that has a sensor with I2C. I made a project that based on the sample of "twi_sensor", and I can read the sensor...
Hi all, I am trying to build the beaconing example from the nRF5 SDK for Mesh. When running:
$ ninja flash_beaconing_nrf52832_xxAA_s132_6.0.0
I get the following error...
I have 3 nRF52840 dongles and want to setup a mesh network between them. Which example from the SDK should I execute and how will i come to know if its working fine.
Hello all!
I'm using a nRF52 DK, which has been already programmed with the soft device s212, since my interest is to be able to connect to sensors using ANT+.
My purpose...
Hi,
We are currently testing DRX (not eDRX) on our custom board, and we would like to reduce the power consumption.
When everything on the board is in low power mode,...
Hi Goature,
We are also try to implement the same. We aren't getting any idea how to start. Refer the same thread : devzone.nordicsemi.com/.../make-ble-central-send-firmware...
Hi there,
Is there any Zigbee Motion Sensor code example that someone has put together? I could not find any on the nRF5 SDK for Thread and Zigbee.
Thanks
Hello,
Was programming two different boards today with the new 1.1.0 modem firmware.
Programmer reported the following for the two boards.
2019-11-21T21:10:34.297Z...
Hello!
Some time ago you seem to bundle sample 5 x nRF52832 to nRF52DK. Recently there was no bundled chips. Why did you change that?
The development and prototyping...
Hello, I tried to set up my nRF9160 with this tutorial and there is a problem: https://www.youtube.com/watch?v=jZQcmU3KIMY&t=216s
According to the tutorial, LED 3 and the...
I'm investigating the PDM peripheral on the nRF52840 and I have not been able to find out what the RATIO configuration bit actually does.
Presumably it controls how aggressive...
Hello,
I try to solve one problem with SYSTEM OFF and I still have no idea.
In my device I have one button switch and with this button I need to change characteristic...