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...
RNG interrupt handler is not called.
Using nrfx_rng library to generate random numbers.
VALRDY event is generated but interrupt handler nrfx_rng_irq_handler in library...
I have looked at the UART example provided in the NRF52 SDK. The example uses the UART in blocking mode. I need to create a version that is non-blocking, and only reads the...
Hello Nordic,
I was looking at multiprotocol support from nRF Connect SDK by following this link: https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/ug_multiprotocol_support...
Hi
Trying to install and operate the Sniffer based on nRF52840 USB Dongle
Having the nRF Connect for Desktop installed and burned the Dongle in accordance with the instructions...
Sorry I have to see how the ssp of ublox work.(nina 410)
II have to send a packet over the serial every 50mS.The packet len is 100byte.
I see that some time the received...
Hey DZ,
I'm having some trouble with the download_client. It's not playing nice with the HTTP server I'm using. On the last chunk of data, the nRF91 is issuing a Content...
Hello everybody.
I am developing a firmware which allows us to send data bidirectional between Central and Peripheral. On the one side we have a nrf51-DK and on the other...
Hi
I'm working on an application that utilizes CODED_PHY.
I'm working on top of ble_app_blinky examples (central and peripheral).
I've seen this post on DevZone:
https...
Hi forum,
I am working on nrf52832, using sdk 15.0.0. I am working on Ble_beacon using sdk sample code.
In the Sdk_config.h file default enable uart0. Why this need to...
I am trying to get the nRF BLE Sniffer v3.1.0 working on my Mac running Bg Sur using a nRF52840 dongle. I have followed all the instructions listed in the sniffer document...
mergehex does work with file paths with "..\" in them. Here's my folder structure:
project root
Firmware
Application
Bootloader
SDK_Libraries
nRF5_SDK_17_0_2 ...
We are using nrfSDK1702. We have been trying to lower the current from a beacon. The beacon is active every 10s, then go back to sleep. The current consumption stays around...
Hi all! In my example after (i guess) 3 mins with out BLE connection the system goes to sleep mode. ¿Is there any way to avoid this ? Thank you so much!