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...
This is not a real question for support. It's more a success story i'd like to share with you!
Our company develops firmware for various customers on a lot of different...
I might be dense here, but please bear with me and clarify something. I am looking at the SPI bus as drawn on the nRF52840. According to the schematics (PCA10056 - nRF52840...
Hello,
Background: I have a custom board that contains nRF52832 module and exposes UART pins (RX, TX, RTS, CTS). I have developed an application using nRF5 SDK v17.0.2....
I'm using SDK 17.0.2 And I found that when the Scan timeout is not working,
Debugging I found that when the nrf_ble_scan_on_timeout function is called, the source of the...
I have an nRF5340 development kit. I can flash a custom application into the app processor. However, when I try to flash the peripheral_lbs sample, I'm getting the error shown...
The hrs.c has the following code.
/* Heart Rate Service Declaration */ BT_GATT_SERVICE_DEFINE(hrs_svc, BT_GATT_PRIMARY_SERVICE(BT_UUID_HRS), BT_GATT_CHARACTERISTIC(BT_UUID_HRS_MEASUREMENT...
I have added the following modification to "ble_app_hids_mouse" example for pca10040 s132.
I want to add a peer whose IRK is known as follows,
void peer_add() { memcpy...
Hello, guys.
We are have nRF52840DK board and Zephyr NCS 1.4.2 development environment.
I am trying to include two PWM channels in the code and control them independently...
Still haven't seen coded phy support with nRF Connect for Desktop for receiving advertisements. With the fact that support from devices is slim, how are we suppose to test...
Hi, Currently I am working on a sensor project with nrf52832. I am having problems optimizing the battery so let me ask the whole circuit as below when the operation will...
Hi,
We want to develop a tracking system using nRF51822 for that we need clarifications for the below,
Can we make BT connection as shown below fig?
Do we need to include...
The Dev Board has a connector J1 to connect an external aerial, I want to check the long range BLE feature. Are there any PCB modifications required to the PCB to use this...
I've attached a Wireshark capture of an issue I am attempting to troubleshoot. I am confused as to why the peripheral is sending an Exchange MTU Request (No. 157) to the central...
Do you have an example of the beacon code without running zephyr? My impression is that Nordic is forcing me to us to use Zephyr but I'm probably wrong. For my application...