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'm just trying to determine if I get full SDK access with the nRF51822-mKIT; or if that requires nRF51822-EK/DK? The current posts on the boards seem to be conflicting in...
Hi Nordic team,
Will the S310 stack be kept, feature- and revision-wise, in lock-step with the S110 stack?
To illustrate my question, can we expect the v7 S110 updates...
Hi, guys
I'm facing some problem in RF transmitting. While I used 51822 board being the device and compatible to nrf24LU1 as dongle. To analysis the problem, I need information...
Hello,
i am working with the s110 softdevice and built up a bluetooth communication. I wanted to reduce the number of advertising channels and read about the use of the...
Hi,
I need to send some additional information in advertising.
According to Core Specification Supplement v4 A.1.11 it is possible to use also 128-bit UUID in service...
My keyboard can't work some time,then I read back the hex from device. And I find that there are 4 byte be changed.
if I modify the left 4 red bytes to right. Then programm...
In my opinion, S120 can only acts as central role and can not be discovered by bootloading sponsor which is usually a PC program. More development work is needed if bootloader...
I am trying to run the bootloader example that comes with the SDK 5.2.0 using the softdevice S120 on an evaluation kit, but I am getting an error at the pstorage_init() function...
I'm trying to emulate an nRF24L01+ SPI slave interface with an nRF51822. The nRF24L01+ interprets the first byte in the SPI transfer as a "command", and the data that it will...
Hello,
we experience the situation, where we are able to flash a softdevice (s210) once. After the softdevice is flushed, subsequent attempts to flash the softdevice fail...
I was looking at the product brief for the nRF51922 - which states the SoC can handle both BT BLE and ANT concurrently. The product brief states:
Pin-compatible hardware...
Hello,
I have problem with two nRF24l01+
First is connected with a mcu to a sensor.
Second is connected with a mcu to a pc throught usb.
I want to get data from...
I'm looking to be able to plug my usb dongle into my computer and communicate with an application for users to use. In this communication, I would want to see the different...
Hi,
I would like to extend ..\nrf6310\s110\ble_app_beacon example and add the possibility of switching from beacon mode to configuration mode and then add a few services...
Hi,
I'm currently trying to use the PWM Library in the LED Button Example, I was able to get the LED to blink with the PWM library when USE_WITH_SOFTDEVICE=0, but ofcourse...