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...
In order to use SDK13 with no limitation (from keil) to build: nrf5-mpu-examples for sdk13 .
I have followed the Segger Embedded Studio - A Cross Platform IDE tutorial...
Hi,
I am using microecc to create a ecdsa signature and verifying with my public key. When calling nrf_crypto_ecdsa_sign_hash() to sign the hash it returns with NRF_ERROR_INTERNAL...
I am using nRF52480 and s140. The example is ble_app_uart_c.
The program works fine with: Scan interval x00A0 and Scan window x0050
However, when I set the Scan window...
Hi !
When operating the Thingy52 with it's factory firmware:
Is the Thingy 52 choose automaticly which BT protocol to use (BLE 4.1 or Bluetooth 5).
I mean:
if i connect...
Can someone revise
www.nordicsemi.com/.../Getting-started-with-the-nRF52-Development-Kit
to include an image from an Apple Mac .(I can provide one)
As well as modifying...
Hello,
I am trying the example code, heart rate BLE peripheral application, on the nRF52 DK. However, I cannot see the screen fill with data in the heart rate monitor,...
hello,
i am working with a long range ble long range transmitter and receiver which will communicate over long range to send a ble nus string in nrf52840, so i set tx power...
I am working with SPI and SPIS examples ( sdk version 13). SPI of nrf52 is full duplex. In the example, I can send data from Master board to Slave board then Master board...
Hello!
I use 2 board nrf52840! I want to transfer large data ( 1~2MBytes) from board1 to board2 with wire to connect. Can have solution for me? (SPI I2C or uart).
According to the description of S132_SDS_v5.0 on page 82, when the establishment of connection, in accordance with the BLE protocol, softdevice will be interrupted frequent...
I am using nRF52840 and the power profiler. I am trying to measure the current to evaluate the scheduling of BLE. Now I am using the ble_uart_c example and I changed the scan_interval...
I'm trying to set up SPI example from SDK12.3, but I get error at line 53 of main.c
static const nrf_drv_spi_t spi = NRF_DRV_SPI_INSTANCE(SPI_INSTANCE);
It's saying...