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...
Hi all,
What is the maximum data rate for the nRF24AP2 when using the Synchronous serial interface?
I cann't see it in the datasheet.
Is there anyone can answer me...
hello there i am using nordic SDK 10. spi_master.rar (/attachment/5a7f162df5ffa9d40019ed2553d99f1d)
i am getting some compiler error. i have uploaded text file. can anyone...
I am able to run nRF5_SDK_12.2.0/examples/peripheral/blinky using the armgcc toolchain without any issues but any example with a soft device enabled (e.g. nRF5_SDK_12.2.0...
Hi. I'm using nRF51822, SDK12.2.0, S130 v2.0.1.
I'm trying to make a peripheral device using nRF51822.
Is it possible to define multiple Characteristic Properties? ...
Hi,
My code was working perfectly until yesterday, where the function "ble_nus_string_send" on my main loop started returning NRF_ERROR_INVALID_STATE because "p_nus->is_notification_enabled...
Hi,
I have found that the sdk13.0 is support 20 current connections , I test it by using example /SDK13.0/example/ble_central/ble_app_multilink_central , I change the central...
Greetings Nords,
total noob here,
I've got two preview nRF52840 devices (as well as the two normal nRF52 devices),
I want my two preview devices to be able to ping each...
Hi,
I am using nRF52 and SDK13 with SoftDevice 132 v 4.0.2 which is now supporting multi-peripheral connections.
I am using multi-peripheral example for reference. In...
How to make BLE examples working. for nRF52DK series (BLE_app_template)?
Hi, I tried for around a week. and I will describe what I did, and what I have found first.
I...
We have IoT gadget, where we use coin cell (CR2032) as power supply. Now, we would like to connect U_bat directly to ADC to measure battery level every n minutes, but keep...
Hi.
I have an NRF52DK Board. With the built in JLINK Debugger it works fine. Now i bougt an KEIL ULINKpro Debugger. Is connected with the 10 Pin cable. And i cannot flash...
Hello.
I'm working this : github.com/.../pc-ble-driver
In Chapter: Compiling the connectivity .hex files
2.Apply the patch hex/sd_api_v/SDK_connectivity.patch from...
Hi!
I have 2 nRF52 custom designed PCB. Is it possible to develop android app that connect both nRF52 PCB at the same time and receive the data from them at the same time...
I keep having problems like frequent disconnects (reason 0x08 = BLE_HCI_CONNECTION_TIMEOUT) and NRF_FAULT_ID_SD_ASSERT on my NRF52832 (tested with S132 v3.1.0 and V5.0.0-alpha1...
In the API file nrf_drv_twis.h for the nRF SDK, the definition of NRF_DRV_TWIS_DEFAULT_CONFIG looks interesting. The definitions for SCL and SDA pins are both set to the same...