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...
Hello,
Is it a good practice to modify SDK files?
I mean, do you use SDK as integral part of your project and feel free to modify it, or do you try to avoid it and just...
Hello,
We have connected Nordic+ MPU 9250 and able to read sensor values through UART display, but we wanted to do some excercises and read values, but it's not possible...
hello guys,
i am new in nrf micro-controller. I want to get data from my smartphone and want to write in memory of nrf51822 through BLE. when written process in memory is...
I'm a newby. I'm troubles understanding how to send command to ble. my band have own protocol like this :
if you send 'AB02FF7180' to ble means your band will shock 5 times...
We have a application that use the ADC of nRF51822 to detect a variable resistance (schematic is attached). The current passing through the variable resistor should be around...
Greetings
I am working on an application that logs data to SPI flash device. I am having an issue where it appears that the pin configured as a MISO for SPIM is garbling...
Hi,
I have a running board with NUS service (serial profile). This boards starts advertising until a remote device (android nrf UART app) connects to it. then it starts...
Hi, Nordic
I check this: devzone.nordicsemi.com/.../ , first, it will work when I follow this article. Then I have 2 questions:
it said "If the bootloader LED...
I am working on a project using a BLE Nano and Nordic sdk 8.1. I included the ble_flash.c, ble_error_log.c, and ble_debug_assert_handler.c files in my include path and c source...
I am running the Buttonless DFU example in SDK 12.2.0 on a nRF52832. When I connect with NRF Connect, I can see the DFU control point but I can only enable notifications and...
I learned that paring is consist of 3 phase (Exchange of Pairing Information, Authentication, Key distrbution) and TK, STK are generated at the phase of Authentication and...
I have a central application that I need to add a peripheral role to. I don't need to pair or bond in any of my connections, so I based my app on the ble_app_uart_c example...
Hi,
I'm currently running two separate TWI-instances on my nRF52 DK with SDK 11.
Each instance runs quite well with no issue, except for when instance 1 becomes active...
Hi,
When nrf51822 is connected via bluetooth LE to an iPhone application, is it possible to check the actual connection interval (between MIN_CONN_INTERVAL = 20ms and MAX_CONN_INTERVAL...
I have a project on a Ble Nano using Nordic SDK 8.1 that I currently compile entirely from terminal using a Makefile. I want to convert this project over to use Keil so I...